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

Quote:
Originally Posted by thirdm View Post
Nasty and hackish, that.
Of course, but I'm still looking for a better solution...

Quote:
Originally Posted by thirdm View Post
The full code around that line, looking at their git repository is the following:
Code:
#ifdef USE_LOCAL_TK_H
  #include "tk8.4a3.h"
#else
  #include <tk.h>
#endif
I know, I already edited the code...


Quote:
Originally Posted by thirdm View Post
Looking at (...)Perhaps if you run ./configure --help you'll see something.
I already made a research, the ./configure needed the location of Tcl/Tk :
Code:
./configure --with-tclConfig=<TclLocation> --with-tkConfig=<TkLocation>
Without that, ./configure can't finish his work.
So I though that was enough, but apparently not...


Quote:
Originally Posted by thirdm View Post
Otherwise, the way to debug this build properly is to look at what the configure script did or failed to do...
Right, but it'll wait tomorrow, I don't have enough beer to do that now
Reply With Quote