Hi Ivo,
no, makefiles do not unistall whole packages. `make uninstall` will just remove what's listed in `install_manifest.txt`. This file is created when you do a `make install`
I can't tell why these packages are missing. Most likely they have been relplaced by installing/unistalling other GIS packages. Keep in mind that if you install via `make install` the package system does not know. As a consequence there is no dependency for QMapShack.
And cmake did not inform you about missing packages because it uses a cache for all this information. The moment you removed everything in the build path the cache was rebuilt and cmake has to test for these packages.
HTH
Oliver
Gesendet: Sonntag, 15. März 2020 um 18:35 Uhr
Von: "Ivo Reano" <[email protected]>
An: "Oliver Eichler" <[email protected]>
Cc: "QMapShack MailingList" <[email protected]>
Betreff: Re: [Qlandkartegt-users] Cmake error
Von: "Ivo Reano" <[email protected]>
An: "Oliver Eichler" <[email protected]>
Cc: "QMapShack MailingList" <[email protected]>
Betreff: Re: [Qlandkartegt-users] Cmake error
Tried but commenting on the line nothing changed (!!!)
Tried to delete the build_ folder and found a corrupt file
Erased everything I downloaded the sources and ...
ccmake warned me of the lack of GDAl (libgdal-dev installed)
then the lack of QUAZIP (libquazip5 installed) and finally the compilation started!
OS SSDs may be giving numbers.
The new ones have arrived for two days. I have to decide to mount them!
But. It is possible that you uninstalled (by mistake) ESSENTIAL PACKAGES.
Thanks for the help Oliver.
Tried to delete the build_ folder and found a corrupt file
Erased everything I downloaded the sources and ...
ccmake warned me of the lack of GDAl (libgdal-dev installed)
then the lack of QUAZIP (libquazip5 installed) and finally the compilation started!
OS SSDs may be giving numbers.
The new ones have arrived for two days. I have to decide to mount them!
But. It is possible that you uninstalled (by mistake) ESSENTIAL PACKAGES.
Thanks for the help Oliver.
Il giorno dom 15 mar 2020 alle ore 16:45 Oliver Eichler <[email protected]> ha scritto:
_______________________________________________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 errorGrazie 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:>----------------------------------------------------------------------------------------<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
>----------------------------------------------------------------------------------------<
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
_______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
