[tuhopuu-devel] compile probs

car tuhopuu-devel@blender.org
Sun, 15 Jun 2003 12:45:40 -0400


When uncomenting code in make file.
In OSX

# Don't use OpenAL sound library
# export NO_SOUND=true

# Not working on the ketsji? Why spend time compiling it?
# export NO_KETSJI=true

# Don't build the stand alone player or
# web plugin
# export JUST_BLENDERDYNAMIC=true
ifeq ($(NO_KETSJI), true)
export JUST_BLENDERDYNAMIC=true
endif

it builds complete but the blenderdynamic is not an app just a file. 
And when renaming it with .app
it just opens but a previous copy of blender instead of it's self. So 
it is not truly complete and does not work.

But when I do compile as normal with everything commented out it takes 
close to two hours but it works.

I really want a speedy compile. Oh well.