[Bf-committers] compilation of blender on a linux box

guignot bf-committers@blender.org
Mon, 12 May 2003 08:49:32 +0000


Hi!

I'm a newcomer on this list, and I noticed three small problems about 
Blender 2.27

1) I need to add -lpthread in the file 
/blender/extern/ode/dist/config/makefile.unix-gcc,
e.g. replace the line
LINK_OPENGL=-L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib/X11R6 
-L/usr/lib/X11 -lX11 -lGL -lGLU
by
LINK_OPENGL=-L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib/X11R6 
-L/usr/lib/X11 -lX11 -lGL -lGLU -lpthread

OpenGL need this switch to compile.

2) The def val for mozilla isn't correct on my box, and I had to define 
the env variable
NAN_MOZILLA_INC=/usr/include/mozilla-1.1 (and to export it)
Users should be warned of this.

3) The files 
blender/source/gameengine/GamePlayer/netscape/test/gears/TST_gears.c
and 
blender/source/gameengine/GamePlayer/netscape/test/gears/TST_threaded_gears.c
definitely don't compile.
They don't seem critical, and I replaced them by empty files.

See ya