Ok, so this is during makefile generation. But even with the full log CMake isn't very verbose on the problem.
You can try one thing. In the main CMakeLists.txt line 139 you can comment out:
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -fno-omit-frame-pointer")
or what ever line this is for the version you have. But if that is not the cause I am running out of ideas.
There are a lot of finds at Google but causes and results a quite indifferent.
Gesendet: Sonntag, 15. März 2020 um 11:03 Uhr
Von: "Ivo Reano" <[email protected]>
An: "Oliver Eichler" <[email protected]>
Betreff: Re: [Qlandkartegt-users] Cmake error
Von: "Ivo Reano" <[email protected]>
An: "Oliver Eichler" <[email protected]>
Betreff: Re: [Qlandkartegt-users] Cmake error
Grazie Oliver e scusa per la mia ignoranza.
The error message appears when I press G in cmake
When I run make, this is the output:
When I run make, this is the output:
>----------------------------------------------------------------------------------------<
ivo@Criceto:~/Compilazioni/build_QMapShack$ make
-- Apply patches to fix build system on Debian
-- Using ASAN
-- Found ROUTINO: /usr/lib/libroutino.so
-- Found ROUTINO: /usr/include
-- Found ROUTINO: /usr/share/routino
-- Checking for module 'quazip'
-- No package 'quazip' found
-- Found ALGLIB: /usr/lib/x86_64-linux-gnu/libalglib.so
--
--
--
-- Configuring done
CMake Error in src/qmapshack/CMakeLists.txt:
No known features for CXX compiler
""
version .
-- Build files have been written to: /home/ivo/Compilazioni/build_QMapShack
make: *** [Makefile:318: cmake_check_build_system] Error 1
>----------------------------------------------------------------------------------------<
-- Apply patches to fix build system on Debian
-- Using ASAN
-- Found ROUTINO: /usr/lib/libroutino.so
-- Found ROUTINO: /usr/include
-- Found ROUTINO: /usr/share/routino
-- Checking for module 'quazip'
-- No package 'quazip' found
-- Found ALGLIB: /usr/lib/x86_64-linux-gnu/libalglib.so
--
--
--
-- Configuring done
CMake Error in src/qmapshack/CMakeLists.txt:
No known features for CXX compiler
""
version .
-- Build files have been written to: /home/ivo/Compilazioni/build_QMapShack
make: *** [Makefile:318: cmake_check_build_system] Error 1
>----------------------------------------------------------------------------------------<
_______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
