Fink installs tcl/tk without a hitch. However, compiling [incr tcl/tk] 
thereafter has proven to be problematic for me. Using the source code, 
I've run
./configure --with-tcl=/sw/lib --with-tk=/sw/lib
This creates a Makefile without error. However, 'make all'  results in a 
slew of errors which start with:
itcl: make all
cc -DVERSION=\"3.2\" -DUSE_TCL_STUBS=1       
-DITCL_LIBRARY=\"/usr/local/lib/itcl3.2\" 
-I/sw/src/tcltk-8.3.3-5/tcl8.3.3/generic 
-I/sw/src/tcltk-8.3.3-5/tcl8.3.3/unix -I"./generic" -I"./unix"    -O3  
-fno-common -c `echo ./generic/itclStubInit.c` -o itclStubInit.o
./generic/itcl.h:55: header file 'tcl.h' not found
./generic/itcl.h:100: undefined type, found `ClientData'
./generic/itcl.h:103: undefined type, found `ClientData'

I don't know why it refers to the /usr/local/lib/itcl3.2. That happens 
even when I request '/sw/lib/' to be used as a prefix. Has anyone had 
success with compiling this? Or, does anyone has some helpful advice?

Regards,

Tim


_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to