[pdal] PDAL 1.2 compilation on Windows
Howard Butler
howard at hobu.co
Thu Jul 7 12:44:22 PDT 2016
> On Jul 7, 2016, at 5:03 AM, Jérôme Chatillon <J.Chatillon at aerodata-surveys.com> wrote:
>
> Hi,
>
> So, if I understand you right, it would be possible to compile PDAL 1.2 with Visual Studio 2015 64bits (MSVC++ 14.0, _MSC_VER=1900) using the dependencies libraries provided by OSGE04W64 ?
>
> I didn't dare to try fearing the famous message: "error: LNK2038: mismatch detected for _MSC_VER"...
>
> If not, I need to have all dependencies compile with Visual Studio 2015 64bits (MSVC++ 14.0, _MSC_VER=1900), Right ? Is it me or it's a hell of a job ? :'(
It is a hell of a job, but it's already been done for you :)
PDAL is built with 2015 x86_64 on AppVeyor with every commit. See https://ci.appveyor.com/project/hobu/pdal/history for build status
Take a look at https://github.com/PDAL/PDAL/tree/master/scripts/appveyor and especially https://github.com/PDAL/PDAL/blob/master/appveyor.yml for inspiration to steal from to bootstrap your own environment.
Howard
More information about the pdal
mailing list