Thanks Brecht, I will try that tomorrow. lol. It's funny to get response from a fellow Blender guy in here... lol.
On Wed, Oct 5, 2011 at 6:23 PM, Brecht Van Lommel <[email protected]> wrote: > Here are some steps to do build directly using cmake: > > mkdir -p build/freebsd > cd build/freebsd > cmake ../../src -DCMAKE_INSTALL_PREFIX=../../dist/freebsd > make install > > Regarding the errors, the makefile uses gnu make extensions, so > installing and using that instead would probably solve them. > > I've never used it, but looking at the bsd make documentation, it > seems even the syntax for basic things like conditionals is different. > That would require a completely separate makefile for bsd platforms > then? I'm not sure if it's worth having that, instead of suggesting to > use either gnu make or cmake directly for those platforms. > > Brecht. > > On Wed, Oct 5, 2011 at 11:05 PM, Chris Foster <[email protected]> wrote: >> Just a short note: The main build system uses cmake - the makefile is >> really just a convenience wrapper, so the more important question is >> whether the cmake-generated build system works. >> >> Having said that, the makefile shouldn't be giving you trouble... >> >> ~Chris >> _______________________________________________ >> Oiio-dev mailing list >> [email protected] >> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org >> > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org > _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
