[tuhopuu-devel] trying with the OSX

LarstiQ tuhopuu-devel@blender.org
Wed, 26 Mar 2003 01:23:30 +0100


On Tue, Mar 25, 2003 at 06:48:02PM -0500, car wrote:
> Well here is another kind soul trying to uder stand this unix stuff 
> from OSX
> as below please help.
> 
> 
> >TUHOPUU ! OSX !
> >
> >Okay now that is there.,
> >
> >At first several times it would crash looking for avi files. After unix
> >stuff I now have
> >it makeing for close to two hours then I get this error code. I use the
> >command
> >" make -i -k "
> >I read in the 'man' that -k tries to continue where it left off and -i
> >tries to get past errors.
> >Are those of any use ?

That isn't entirely correct, -k doesn't bail out after an error but
instead tries to make other dependencies as good as it can. -i ignores
errors in remade files.

> >
> >Code:
> >
> >make[4]: Target `debug' not remade because of errors.
> >make[4]: Leaving directory
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/source/blender/avi/
> >intern'
> >make[3]: *** [debug] Error 1
> >make[3]: Leaving directory
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/source/blender/avi'
> >make[2]: *** [debug] Error 1
> >make[2]: Leaving directory
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/source/blender'
> >make[1]: *** [debug] Error 1
> >make[2]: Entering directory
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/source'
> >make[2]: *** No rule to make target `/usr/lib/libjpeg.a', needed by
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/obj//darwin-6.4-
> >powerpc/debug/blenderdynamic'.
> >make[2]: *** No rule to make target `/usr/lib/libpng.a', needed by
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/obj//darwin-6.4-
> >powerpc/debug/blenderdynamic'.
> >make[2]: Target `link' not remade because of errors.
> >make[2]: Leaving directory
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/source'
> >make[1]: *** [debug] Error 2
> >make[1]: Leaving directory
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender/source'
> >make: *** [debug] Error 2
> >make: Target `all' not remade because of errors.
> >make: Leaving directory
> >`/Users/joiceannhall/Marshmallow/tuhopuu/blender'
> >[Joiceann-Halls-Computer:~/Marshmallow/tuhopuu/blender] joiceannhall%
> >
> >I do not know what the last lovely lines look like at the successful
> >compile.
> >However I do remember at the end of python it looked sort of like that.
> >
> >Am I close ?

Just using 'make' will be of more use imho. As far as I can see from
this mangled output, it is trying to link against /usr/lib/libjpeg.a and
libpng.a. Do you actually have those there? I don't.

LarstiQ