Is it possible that you've got two OpenEXR versions installed, and you're getting the header files from one version (say, expecting the inner namespace Imath_2_5) but linking against another (has everything prefixed in Imath_2_4)?
> On Oct 14, 2020, at 8:29 AM, Wakeland, Lewis <[email protected]> > wrote: > > > Has anyone linking errors like this ? > > 3> Creating library > C:/sourceLibraries/openImageIO-2.2.6.1/build_64/lib/Release/OpenImageIO.lib > and object > C:/sourceLibraries/openImageIO-2.2.6.1/build_64/lib/Release/OpenImageIO.exp > > 3>imagebufalgo_xform.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: __cdecl > Imath_2_5::SingMatrixExc::SingMatrixExc(char const *)" > (__imp_??0SingMatrixExc@Imath_2_5@@QEAA@PEBD@Z) referenced in function > "public: class Imath_2_5::Matrix33<float> __cdecl > Imath_2_5::Matrix33<float>::inverse(bool)const " > (?inverse@?$Matrix33@M@Imath_2_5@@QEBA?AV12@_N@Z) > > 3>texturesys.obj : error LNK2001: unresolved external symbol > "__declspec(dllimport) public: __cdecl > Imath_2_5::SingMatrixExc::SingMatrixExc(char const *)" > (__imp_??0SingMatrixExc@Imath_2_5@@QEAA@PEBD@Z) > > I’m building for Windows 10 and this seems to be the last ( queue the > laughter) problem. > I looked at the IMath repository and don’t see any recent changes. > > Thanks > > Lewis > _______________________________________________ > Oiio-dev mailing list > [email protected] <mailto:[email protected]> > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org > <http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org> -- Larry Gritz [email protected]
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
