Build errors...

I folk,

I’m trying to build the GSOC MotionBlur branch but it’s failing at link. Specifically, I’m getting this kind of error:

ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/jpeg/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/png/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/freetype/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/python/lib/python3.3/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/sdl/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/openexr/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/tiff/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/boost/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/openimageio/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/opencolorio/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/sndfile/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/soc-2013-cycles_mblur/../lib/darwin-9.x.universal/fftw3/lib/Release'
ld: warning: directory not found for option '-L/Users/galenb/blender-build/lib/darwin-9.x.universal/llvm/lib/Release'
ld: library not found for -logg
clang: error: linker command failed with exit code 1 (use -v to see invocation)


As you can see it’s looking for a “Release” directory within each of the libraries directors but I don’t have those. I got the lib directories from SVN and they didn’t include these. Does anyone know anything about this? Is there anyway that I can alter the Link info in some way to stop it from looking for whatever is in these directories? (What’s in them anyway?)

P.S. I’m compiling on a Mac with CMake and XCode under OS X 10.8.4.

Thanks!

Does anyone have any ideas?

Hi Indy_logic,
take a look at this, Building Branches of Blender on OSX on Vimeo, maybe it can help you to grasp if you made a mistake (perhaps you forgot to copy your user-config.py ?)

paolo

That is an odd error to get. Have you double-checked that your ‘lib’ directory is checked out correctly? Have you verified that you have a ‘libogg’ file somewhere in your ‘lib’ directory?