View Single Post
  #4   (View Single Post)  
Old 14th August 2012
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 405
Default

I found a solution.
I edited the file "./emc/usr_intf/axis/extensions/togl.c", and it seems that gmake is searching "tk8.4a3.h" instead of "tk.h".
So I tried a
Code:
# ln -s /usr/local/include/tk8.4/tk.h /usr/local/include/tk8.4/tk8.4a3.h
and that's it.

Quote:
Originally Posted by ocicat View Post
Welcome!
(...)
Likewise, no information was provided as to what version of OpenBSD you are doing your work.
Thanks, and sorry, just forgot to indicate my OpenBSD 5.1.

Quote:
Originally Posted by ocicat View Post
You will likely need to dig into the code yourself to understand why the configuration files are not finding Tcl/Tk. My initial guess is because it may not be located in the same location as where it would be typically found on a Linux installation.
Well, right, but it's possible to indicate a location with gmake, so that's not a problem, and it's the first thing I tried.

Quote:
Originally Posted by ocicat View Post
Good luck in your quest.
Yeah, I'll need some : that was just one error, the job is not done

Thanks both of you.
Reply With Quote