Trouble compiling and running Torque demo on SuSE
by David Barr · in Technical Issues · 12/10/2006 (3:08 am) · 2 replies
I am trying to compile the Torque 1.5 demo app on openSUSE 10.2 using GCC4 and X11R7.2
I use a GeForce6800 with the latest nvidia linux drivers installed, everything seems working.
When i try to compile, gcc stops with
make[1]: *** No rule to make target '/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h', needed by 'out.GCC4.RELEASE/audio/audio.obj'. Stop.
make: *** [default] Error 2
And when I try to run my demo-app built on SuSE 10.1 i get this error
./torqueDemo_DEBUG.bin: symbol lookup error: ./torqueDemo_DEBUG.bin: undefined symbol: X11_KeyToUnicode
I hope someone could help me out :)
Have a nice day
I use a GeForce6800 with the latest nvidia linux drivers installed, everything seems working.
When i try to compile, gcc stops with
make[1]: *** No rule to make target '/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h', needed by 'out.GCC4.RELEASE/audio/audio.obj'. Stop.
make: *** [default] Error 2
And when I try to run my demo-app built on SuSE 10.1 i get this error
./torqueDemo_DEBUG.bin: symbol lookup error: ./torqueDemo_DEBUG.bin: undefined symbol: X11_KeyToUnicode
I hope someone could help me out :)
Have a nice day
Torque Owner Benoit Touchette