My first guess is that there is missing check for defined(__FreeBSD_kernel__) in sysutils.cpp.
Instead of #elif defined(__FreeBSD__) there should be #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) At least I think so after reading this http://glibc-bsd.alioth.debian.org/porting/PORTING Do you have access to Debian/kFreeBSD to check that? If not, I can prepare pull request after returning home. Robert W dniu 11 kwietnia 2012 15:29 użytkownik Matteo F. Vescovi <[email protected]> napisał: > On 11/04/2012 15:24, Matteo F. Vescovi wrote: >> >> [1] >> >> http://debomatic-kbsd64.debian.net/unstable/pool/openimageio_1.0.2+dfsg0-1/openimageio_1.0.2+dfsg0-1.buildlog > > > Oops... wrong link! > > This is the correct one: > > http://debomatic-kbsd.debian.net/unstable/pool/openimageio_1.0.2+dfsg0-1/openimageio_1.0.2+dfsg0-1.buildlog > > > -- > Matteo F. Vescovi > Debian Sponsored Maintainer > GnuPG KeyID: 83B2CF7A > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- My public key can be found at https://keyserver2.pgp.com _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
