[Bf-committers] OSX scons compile independent from extras, help

car trip at spymac.com
Mon Oct 25 18:55:34 CEST 2004


I was trying to follow some posts for making my builds full and  
complete to test out for others : this is my config.opts file what  
would I change to fix it ??

# Configuration file containing user definable options.
VERSION = '2.34'
BUILD_BINARY = 'release'
USE_BUILDINFO = 'true'
BUILD_BLENDER_DYNAMIC = 'true'
BUILD_BLENDER_STATIC = 'false'
BUILD_BLENDER_PLAYER = 'true'
BUILD_BLENDER_PLUGIN = 'false'
BUILD_DIR = '../build/darwin/'

# Extra compiler flags can be defined here.
DEFINES = []
CCFLAGS = []
CXXFLAGS = []
LDFLAGS = []
USE_INTERNATIONAL = 'true'
BUILD_GAMEENGINE = 'true'
USE_PHYSICS = 'solid'
USE_OPENAL = 'true'
USE_FMOD = 'false'
USE_QUICKTIME = 'true'

# Compiler information.
HOST_CC = 'gcc'
HOST_CXX = 'g++'
TARGET_CC = 'gcc'
TARGET_CXX = 'g++'
TARGET_AR = 'ar'
PATH = '/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin'

# External library information.
PLATFORM_LIBS = ['stdc++']
PLATFORM_LIBPATH =  
['/System/Library/Frameworks/OpenGL.framework/Libraries']
PLATFORM_LINKFLAGS = []
PYTHON_INCLUDE =  
['/System/Library/Frameworks/Python.framework/Versions/2.3/include/ 
python2.3']
PYTHON_LIBPATH =  
['/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ 
python2.3/config']
PYTHON_LIBRARY = []
PYTHON_LINKFLAGS = ['-u', '__dummy', '-u', '_PyMac_Error',  
'-framework', 'System', '-framework', 'Python', '-framework',  
'CoreServices', '-framework', 'Foundation', '-framework', 'OpenGL']
SDL_CFLAGS = ['-D_THREAD_SAFE', '-framework', '-framework']
SDL_INCLUDE = ['#../lib/darwin-6.1-powerpc/sdl/include']
SDL_LIBPATH = ['#../lib/darwin-6.1-powerpc/sdl/lib']
SDL_LIBRARY = ['libSDL.a']
Z_INCLUDE = []
Z_LIBPATH = []
Z_LIBRARY = ['z']
PNG_INCLUDE = ['#../lib/darwin-6.1-powerpc/png/include']
PNG_LIBPATH = ['#../lib/darwin-6.1-powerpc/png/lib']
PNG_LIBRARY = ['libpng']
JPEG_INCLUDE = ['#../lib/darwin-6.1-powerpc/jpeg/include']
JPEG_LIBPATH = ['#../lib/darwin-6.1-powerpc/jpeg/lib']
JPEG_LIBRARY = ['libjpeg']
OPENGL_INCLUDE = []
OPENGL_LIBPATH = []
OPENGL_LIBRARY = ['GL', 'GLU']
OPENGL_STATIC = []

# The following information is only necessary when you've enabled  
support for
# the game engine.
SOLID_INCLUDE = ['#../lib/darwin-6.1-powerpc/solid/include']
SOLID_LIBPATH = ['#../lib/darwin-6.1-powerpc/solid/lib']
SOLID_LIBRARY = ['libsolid']
QHULL_INCLUDE = ['#../lib/darwin-6.1-powerpc/qhull/include']
QHULL_LIBPATH = ['#../lib/darwin-6.1-powerpc/qhull/lib']
QHULL_LIBRARY = ['libqhull']
ODE_INCLUDE = ['#../lib/darwin-6.1-powerpc/ode/include/ode']
ODE_LIBPATH = ['#../lib/darwin-6.1-powerpc/ode/lib']
ODE_LIBRARY = ['libode']
OPENAL_INCLUDE = ['#../lib/darwin-6.1-powerpc/openal/include']
OPENAL_LIBPATH = ['#../lib/darwin-6.1-powerpc/openal/lib']
OPENAL_LIBRARY = ['libopenal']

# The following information is only necessary when building with
# internationalization support.
FTGL_INCLUDE = ['#../lib/darwin-6.1-powerpc/ftgl/include']
FTGL_LIBPATH = ['#../lib/darwin-6.1-powerpc/ftgl/lib']
FTGL_LIBRARY = ['ftgl']
FREETYPE_INCLUDE = ['#../lib/darwin-6.1-powerpc/freetype/include']
FREETYPE_LIBPATH = ['#../lib/darwin-6.1-powerpc/freetype/lib']
FREETYPE_LIBRARY = ['libfreetype']
GETTEXT_INCLUDE = ['#../lib/darwin-6.1-powerpc/gettext/include']
GETTEXT_LIBPATH = ['#../lib/darwin-6.1-powerpc/gettext/lib']
GETTEXT_LIBRARY = ['libintl']



More information about the Bf-committers mailing list