hu. i had this compile error on a suse 6.1 system ., see below ...
also another thnig concerning gem: is it possible to have the "gemwin" on a different X display than the patch window(s)?
thing is, that i have a machine with a TNT chip, so mesa runs in accelerated mode and it really rocks, but as soon as i work on that machine over X or even VNC, i m loosing the 3d hardware accel ...
jodel|
<original message>
hey, i m havinmg strange trouble compiling pd on a suse 6.1 system ...
loox like this:
opt@wien:~/pd/pd-0.25TEST7/src > make -f makefile.linux
cd ../obj; cc -I. -I/usr/X11R6/include -o ../bin/pd-gui t_main.o
t_tkcmd.o
-L/usr/X11R6/lib -L/usr/lib -ltk8.0 -ltcl8.0 -lX11 -ldl -lm
t_tkcmd.o: In function pdgui_setupsocket': /home/opt/pd/pd-0.25TEST7/src/t_tkcmd.c:175: undefined reference to
Tcl_GetFile'
collect2: ld returned 1 exit status
make: *** [../bin/pd-gui] Error 1
opt@wien:~/pd/pd-0.25TEST7/src >
hm ...
wrzk: Exit status 1 Key fingerprint = 16 3D 69 49 BE 14 E4 9E 43 6F 34 FF 24 38 52 31
17.hzV.tRL.478 writes:
hu. i had this compile error on a suse 6.1 system ., see below ...
also another thnig concerning gem: is it possible to have the "gemwin" on a different X display than the patch window(s)?
thing is, that i have a machine with a TNT chip, so mesa runs in accelerated mode and it really rocks, but as soon as i work on that machine over X or even VNC, i m loosing the 3d hardware accel ...
How does this work with other mesa programs. Do you just start them from the console ? Is this TNT thing emulating an X display ? I think it is possible to make Gem configurable for it. Is it enough just to let the Gem window pop up on another display (something like the create message to gemwin with an additional argument where to create the window e.g. "create wonk.epy.co.at:0.0"). Actually this would be a nice thing for live performances too, if you want to interact with the patch.
BTW, I'm using a Matrox G200 card with the GLX module, so I can have hardware acceleration with X. I think there's a driver for Riva/TNT chips too. Look at: http://glx.on.openprojects.net/ if you have problems with it contact me (I've gone through most of them here on the Alpha)
Yes, Gem now rocks on Linux too !!
For the Suse Problem: AFAIK Suse comes with tcl8.1 and tk8.1. This means you have to replace -ltk8.0 and -ltcl8.0 with -ltk8.1 and -ltcl8.1 respectively. I'm constantly thinking about replacing the makefile by a configure script, to get rid of these oddities. Let me know if it works.
Guenter