[Qgis-developer] Mac OS Build Architecture Setting?

Charlie Sharpsteen chuck at sharpsteen.net
Thu Feb 16 23:32:47 EST 2012


On Thu, Feb 16, 2012 at 8:15 PM, William Kyngesburye
<woklist at kyngchaos.com>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/qgis-developer/attachments/20120216/ed667eb3/attachment-0001.html


More information about the Qgis-developer mailing list