Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MIssing GLU library
10-11-2005, 01:55 AM,
#15
MIssing GLU library
jaddin Wrote:Well, I guess there's a new trick now. The 10.2 release gives me the same problem as before with the 'missing GLU' library that isn't really missing. This time though, those export commands don't work. What now?
That's odd, I added -L/usr/X11R6/lib to the SCons setup just because of this problem, so it should work. Is the path to your GLU libraries something else?[QUOTE BY=building vdrift]g++ -o build/vdrift build/main.o build/backdrop.o build/camera.o build/controls.o build/font.o build/gamestate.o build/keyman.o build/logo.o build/menu.o build/messageq.o build/model.o build/mouse.o build/multiplay.o build/net.o build/objects.o build/particles.o build/quat.o build/replay.o build/settings.o build/sound.o build/terrain.o build/timer.o build/trees.o build/utility.o build/vamosworld.o build/weather.o build/configfile.o -Lbuild -Lsrc -Llib -L/usr/lib -Lbuild/vamos -Lsrc/vamos -L/usr/X11R6/lib -lGL -lGLU -lopenal -lSDL -lpthread -lSDL_image -lSDL_net -lvamos[/QUOTE](emphasis mine)edit: reading back over the thread I think I see the problem. I'm adding this path thus:<pre>local_env.Append(LIBPATH = ['vamos', '/usr/X11R6/lib'])</pre>this is line 61 in src/SConscript. Try changing it thus:<pre>local_env.Append(LIBPATH = 'vamos')local_env.Append(CCFLAGS = '-L/usr/X11R6/lib')</pre>
Reply


Messages In This Thread
MIssing GLU library - by jaddin - 08-28-2005, 12:15 AM
MIssing GLU library - by thelusiv - 08-28-2005, 12:34 PM
MIssing GLU library - by jaddin - 08-28-2005, 03:23 PM
MIssing GLU library - by FFuser - 08-28-2005, 04:33 PM
MIssing GLU library - by jaddin - 08-28-2005, 04:46 PM
MIssing GLU library - by thelusiv - 08-28-2005, 07:28 PM
MIssing GLU library - by joevenzon_phpbb2_import3 - 08-28-2005, 10:35 PM
MIssing GLU library - by fizz - 08-29-2005, 05:50 AM
MIssing GLU library - by jaddin - 08-30-2005, 01:44 AM
MIssing GLU library - by fizz - 08-30-2005, 02:44 AM
MIssing GLU library - by joevenzon_phpbb2_import3 - 08-30-2005, 09:12 AM
MIssing GLU library - by jaddin - 08-31-2005, 12:58 AM
MIssing GLU library - by Nille - 09-09-2005, 07:06 AM
MIssing GLU library - by jaddin - 10-11-2005, 01:39 AM
MIssing GLU library - by thelusiv - 10-11-2005, 01:55 AM
MIssing GLU library - by jaddin - 10-13-2005, 11:31 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)