On Thu, Feb 16, 2012 at 8:15 PM, William Kyngesburye <[email protected]>wrote:
> Maybe. But if so, then qgis_core would have failed also, since that links > GDAL also and is compiled first. > > One thing to try is a simple "make". Sometimes the parallel compilation > can get ahead of itself (maybe some dependency isn't properly waited for?) > and you get errors. > > Also, to see all the gory details of the compilation (may help figure out > if some other GDAL is linking), add this to the cmake configuration: > > -D CMAKE_VERBOSE_MAKEFILE=true > That's the problem with having more than one copy of a library running around---you never know when it will work its way into the build system. It is entirely possible that the linker got fed one set of paths that listed the 64 bit version when compiling qgis_core and another set of paths that listed the 32 bit version when compiling the OGR Provider. -Charlie
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
