hi
when i compile the cvs version (updated today), i get these errors:
s_inter.o(.text+0x8a9): In function sys_vgui': : undefined reference to
_vsnprintf'
s_path.o(.text+0x4c5): In function sys_rcfile': : undefined reference to
_snprintf'
collect2: ld returned 1 exit status
make: *** [../bin/pd] Error 1
any ideas about possible causes?
thx in advance.
m
s_inter.o(.text+0x8a9): In function
sys_vgui': : undefined reference to
_vsnprintf' s_path.o(.text+0x4c5): In functionsys_rcfile': : undefined reference to
_snprintf' collect2: ld returned 1 exit status make: *** [../bin/pd] Error 1any ideas about possible causes?
yes... my bad - a fix for WIndows should only be for Windows. Should work now!
best greetings, Thomas
a certain "Thomas Grill" gr@grrrr.org wrote:
s_inter.o(.text+0x8a9): In function
sys_vgui': : undefined reference to
_vsnprintf' s_path.o(.text+0x4c5): In functionsys_rcfile': : undefined reference to
_snprintf' collect2: ld returned 1 exit status make: *** [../bin/pd] Error 1any ideas about possible causes?
yes... my bad - a fix for WIndows should only be for Windows. Should work now!
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