[Bf-committers] Problem with /extern/Makefile on OS X?

bf-committers@blender.org bf-committers@blender.org
Sun, 16 May 2004 11:36:06 +0200


Thanks Hans and Kester!

changed line 73 in /extern/Makefile(v 1.6):

@[ -L $(NAN_QHULL)/include/qhull ] || ln -s . $(NAN_QHULL)/include/qhull

to:

@[ -d $(NAN_QHULL)/include/qhull ] || ln -s . $(NAN_QHULL)/include/qhull

then it goes on to complaining about missing glut headers:

gldemo.cpp:24:21: GL/glut.h: No such file or directory

About building with scons:
Is there a way to stop scons from invoking ranlib in the SConstuct or 
config.opts files?
It would be nice to use scons for building Blender on 10.2 too.

Anders