Hi Josef,

probably your CMake version is < 3.0. I forgot to update the version check.

Anyway open the CMakeLists.txt in the source root and comment out line
2. That should fix it for now.

Oliver



Am 08.01.2015 um 09:02 schrieb Josef Latt:
> Hi,
>
> compiling QMS 0.10.0 on Ubuntu 14.10 fails with this ouput:
>
> -------------------------------------------------------------------------
> CMake Error at CMakeLists.txt:2 (cmake_policy):
>   Policy "CMP0043" is not known to this version of CMake.
>
> -- Found GDAL: /usr/lib/libgdal.so
> -- Found PROJ: /usr/lib/libproj.so
> -- Configuring incomplete, errors occurred!
> See also
> "/home/jolatt/Software_Build-Inst/build_QMapShack/CMakeFiles/CMakeOutput.log".
> See also
> "/home/jolatt/Software_Build-Inst/build_QMapShack/CMakeFiles/CMakeError.log".
> CMake Error at CMakeLists.txt:2 (cmake_policy):
>   Policy "CMP0043" is not known to this version of CMake.
>
>
> -- Found GDAL: /usr/lib/libgdal.so
> -- Found PROJ: /usr/lib/libproj.so
> -- Configuring incomplete, errors occurred!
> See also
> "/home/jolatt/Software_Build-Inst/build_QMapShack/CMakeFiles/CMakeOutput.log".
> See also
> "/home/jolatt/Software_Build-Inst/build_QMapShack/CMakeFiles/CMakeError.log".
> Makefile:246: recipe for target 'cmake_check_build_system' failed
> make: *** [cmake_check_build_system] Error 1
> -------------------------------------------------------------------------
>
> In CMakeError.log you find that 'arc4random' is missing (libbsd-dev is
> installed).
> The two log files are attached (Logs.zip).
>
> For compiling I use a script, also attached.
>
> A workaround is to comment out line 2 in CMakeLists.txt. But I don't
> know the consequences in QMS.
>
> BTW, the path to QT 5.3 in CMakeLists.txt must be enabled.
>
> Regards
> Josef
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
>
>
> _______________________________________________
> Qlandkartegt-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to