[tuhopuu-devel] OSX errors

trip tuhopuu-devel@blender.org
Wed, 19 May 2004 00:04:32 -0400


I get this as OSX Make file errors.
http://aprilcolo.com/oh/natch/simpleforum_files/attachments/errors.txt

Top of file..

Last login: Tue May 18 18:34:23 on ttyp1
Welcome to Darwin!
[Doritoss-Computer:~] ranch% cd projects
[Doritoss-Computer:~/projects] ranch% cd tuhopuu2
[Doritoss-Computer:~/projects/tuhopuu2] ranch% make
====> make all in source/blender/extern
make[1]: sdl-config: Command not found
make[1]: sdl-config: Command not found
make[1]: sdl-config: Command not found
====> make all in extern/ode
make[2]: Nothing to be done for `all'.
make[1]: sdl-config: Command not found
make[1]: sdl-config: Command not found
make[1]: sdl-config: Command not found
====> make install in extern/ode
.....


Bottom of file

In file included from readfile.c:74:
../../makesdna/DNA_texture_types.h:211:1: warning: "TEX_VORONOI"  
redefined
../../makesdna/DNA_texture_types.h:187:1: warning: this is the location  
of the previous definition
../../makesdna/DNA_texture_types.h:212:1: warning: "TEX_DISTNOISE"  
redefined
../../makesdna/DNA_texture_types.h:185:1: warning: this is the location  
of the previous definition
../../makesdna/DNA_texture_types.h:215:1: warning: "TEX_MFRACTAL"  
redefined
../../makesdna/DNA_texture_types.h:181:1: warning: this is the location  
of the previous definition
../../makesdna/DNA_texture_types.h:216:1: warning: "TEX_RIDGEDMF"  
redefined
../../makesdna/DNA_texture_types.h:182:1: warning: this is the location  
of the previous definition
../../makesdna/DNA_texture_types.h:217:1: warning: "TEX_HYBRIDMF"  
redefined
../../makesdna/DNA_texture_types.h:183:1: warning: this is the location  
of the previous definition
../../makesdna/DNA_texture_types.h:218:1: warning: "TEX_FBM" redefined
../../makesdna/DNA_texture_types.h:184:1: warning: this is the location  
of the previous definition
../../makesdna/DNA_texture_types.h:219:1: warning: "TEX_HTERRAIN"  
redefined
../../makesdna/DNA_texture_types.h:186:1: warning: this is the location  
of the previous definition
make[4]: ***  
[/Users/ranch/projects/tuhopuu2/obj/darwin-7.0.0-powerpc/blender/ 
blenloader/readfile.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1
[Doritoss-Computer:~/projects/tuhopuu2] ranch% cd projectsc


I see no basic error to edit or look into. I choose not to use scons  
yet as OSX builds are woefully slow still, I will try scons for tuhopuu  
but the Make file is my preferred system to run it until it is faster  
when built.