Hi Bjørn, > cmake gives me the eoor messages shpwn below when I run it on > my Mageia system. Do ypu know what I need to install.
In short: You missed to install everything. Please read the instructions carefully: http://www.qlandkarte.org/index.php?option=com_content&view=article&id=2&Itemid=3 Make sure you have all packages installed. Their development packages inclusive! Start with the gcc compiler first. The error log below tells you that there is no compiler on your system and you are missing the development files for Qt. HTH Oliver > > -Bjørn > > CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" > was not found. Please set > CMAKE_CXX_COMPILER to a valid compiler path or name. > > CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" > was not found. Please set > CMAKE_CXX_COMPILER to a valid compiler path or name. > > CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1225 > (MESSAGE): > Qt qmake not found! > Call Stack (most recent call first): > 3rdparty/SerialPort/CMakeLists.txt:9 (find_package) > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Qlandkartegt-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
