hi (again)
i added /usr/include/tcl8.4 to the include path and now i get:
t_tkcmd.c: In function tcl_vmess': t_tkcmd.c:310: warning: implicit declaration of function
_vsnprintf'
cd ../obj; gcc -I. -I/usr/include/tcl8.4 -o ../bin/pd-gui t_main.o t_tkcmd.o
-ltk8.4 -lX11 -lfftw3f -lasound -lpthread -lm -ldl -L/usr/X11R6/lib -ltcl8.4
t_tkcmd.o(.text+0x2db): In function tcl_vmess': : undefined reference to
_vsnprintf'
collect2: ld returned 1 exit status
make: *** [../bin/pd-gui] Error 1
sorry for bothering you with all this.
m
Begin forwarded message:
thank you!
but now another problem:
t_main.c:18:16: tk.h: No such file or directory
i noticed configure doesn't check for the location of tk.h anymore (which it did before, i think). but since it is in the same directory (/usr/include/tcl8.4) as tcl.h, which is detected, this shouldn't be a problem (i suppose...).
m
No reason to be sorry, it's all my fault - i forgot this file... please try again! T
----- Original Message ----- From: "mik" mprims@skynet.be To: pd-list@iem.kug.ac.at; "Thomas Grill" gr@grrrr.org Sent: Wednesday, October 27, 2004 8:50 PM Subject: Fw: [PD] compiling cvs/ tk.h not found
hi (again)
i added /usr/include/tcl8.4 to the include path and now i get:
t_tkcmd.c: In function
tcl_vmess': t_tkcmd.c:310: warning: implicit declaration of function
_vsnprintf' cd ../obj; gcc -I. -I/usr/include/tcl8.4 -o ../bin/pd-gui t_main.o
t_tkcmd.o \
-ltk8.4 -lX11 -lfftw3f -lasound -lpthread -lm -ldl -L/usr/X11R6/lib -ltcl
8.4
t_tkcmd.o(.text+0x2db): In function
tcl_vmess': : undefined reference to
_vsnprintf' collect2: ld returned 1 exit status make: *** [../bin/pd-gui] Error 1sorry for bothering you with all this.
m
Begin forwarded message:
thank you!
but now another problem:
t_main.c:18:16: tk.h: No such file or directory
i noticed configure doesn't check for the location of tk.h anymore (which
it did before, i think). but since it is in the same directory (/usr/include/tcl8.4) as tcl.h, which is detected, this shouldn't be a problem (i suppose...).
m
--
--------___________________________
hear me here: http://www.mprims.tk
i added /usr/include/tcl8.4 to the include path and now i get:
i think that was me ...
t_tkcmd.c: In function
tcl_vmess': t_tkcmd.c:310: warning: implicit declaration of function
_vsnprintf' cd ../obj; gcc -I. -I/usr/include/tcl8.4 -o ../bin/pd-gui t_main.o t_tkcmd.o -ltk8.4 -lX11 -lfftw3f -lasound -lpthread -lm -ldl -L/usr/X11R6/lib -ltcl8.4 t_tkcmd.o(.text+0x2db): In functiontcl_vmess':: undefined reference to
_vsnprintf'
this, too ...
fixed ... tim
everything works now. thanks.
mik
a certain Tim Blechmann TimBlechmann@gmx.net wrote:
i added /usr/include/tcl8.4 to the include path and now i get:
i think that was me ...
t_tkcmd.c: In function
tcl_vmess': t_tkcmd.c:310: warning: implicit declaration of function
_vsnprintf' cd ../obj; gcc -I. -I/usr/include/tcl8.4 -o ../bin/pd-gui t_main.o t_tkcmd.o -ltk8.4 -lX11 -lfftw3f -lasound -lpthread -lm -ldl -L/usr/X11R6/lib -ltcl8.4 t_tkcmd.o(.text+0x2db): In functiontcl_vmess':: undefined reference to
_vsnprintf'this, too ...
fixed ... tim