Previous Thread  Next Thread

chat icon blender build error mac 10.6.8

JellyAdotMeyer

Posted: Thu Nov 17, 2011 7:13 pm
Joined: 30 Sep 2011
Posts: 1
i've been trying to build blender on my computer through SVN with scons for a little while now and i consistently get an error like this.

intern/guardedalloc/intern/mallocn.c: In function ‘check_memlist’:
intern/guardedalloc/intern/mallocn.c:784: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling ==> 'dna_genfile.c'
Compiling ==> 'convertblender.c'
scons: `/Users/snowcovered/blender-build/build/darwin/lib/libbf_intern_guardedalloc.a' is up to date.
Linking program ==> 'makesdna'
Compiling ==> 'envmap.c'
Compiling ==> 'external_engine.c'
ld: in /Users/snowcovered/blender-build/build/darwin/lib/libbf_blenlib.a, archive has no table of contents
collect2: ld returned 1 exit status
scons: *** [/Users/snowcovered/blender-build/build/darwin/makesdna] Error 1
Compiling ==> 'gammaCorrectionTables.c'
scons: building terminated because of errors.


the strange thing is i have two computers with essentially the same specs and it builds just fine on my other machine, i do think i'm missing a dependency somewhere but being a noob with building from source i have no idea how i'd figure out whats missing and how to correct it

i'm working on a mac book pro running 10.6.8
Reply with quote


stiv

Posted: Thu Nov 17, 2011 8:36 pm
Joined: 05 Aug 2003
Posts: 3485
Quote:
archive has no table of contents


From the looks of it, your 'ar' is broken and you need to run 'ranlib' on the archive.

/disclaimer: not a osxer.

There is another OSX thread with a similar problem
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group