Problems Building Blender 2.5x with Scons

Hi!
Is anyone else experiencing problems building Blender 2.5x with scons? I build blender everyday with scons but for about four days I’m not able to build it anymore… :frowning:
One of the errors was solved, it was the intern/fluid or smokefluid file that causing the error… but now is audaspace…
Anyone else?

Edit

I forgot to specify that I’m on a Mac OS X 10.6.7…

This are the last lines of the build process:

Undefined symbols:
“Imf::Channel::Channel(Imf::PixelType, int, int)”, referenced from:
_IMB_exr_begin_write in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr_half in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr_half in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr_half in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr_half in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr_half in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr in libbf_imbuf_openexr.a(openexr_api.o)
_imb_save_openexr in libbf_imbuf_openexr.a(openexr_api.o)
_IMB_exrtile_begin_write in libbf_imbuf_openexr.a(openexr_api.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status

This occurs after the last line of process that say “linking program blender”…

Is there any chance that macports or homebrew is causing some conflict? I needed to install homebrew to run tkroo’s Blender Cycles build from graphicall…