|
From: <wki...@gm...> - 2016-12-19 19:32:43
|
On 12/19/2016 12:57 PM, James Turner wrote: > I’ve just pushed a CMake tweak so if Qt5 support is disabled, or is enabled > by Qt5 is not found, then the remote-canvas app is disabled anyway. And you > can explicitly disable it by setting ENABLE_FGQCANVAS to false/off/0, in the > same manner as the other utilities. Hopefully this minimises the pain for > people. i guess i need to figure out how to do this thing with ENABLE_FGQCANVAS in the dnc script environment but in the mean time, here's the new results... i don't mind continuing in this vein so that it can be cleaned up all the way so others don't run into the same in the future... at least configuring should not error out and take a dump on the process... if it doesn't find the desired stuff, even though i have installed the websocket conglomeration, it should only drop the FGQCANVAS stuff and carry on without that requirement... or has my installing all that ______ messed me up and i need to go back and uninstall it all to return were i was before? ===== snip ===== git://git.code.sf.net/p/flightgear/flightgear exists already From git://git.code.sf.net/p/flightgear/flightgear 351dfdb..106b62c next -> origin/next First, rewinding head to replay your work on top of it... Fast-forwarded next to 106b62caa5916eda97277b0e89f0ce902c490a01. Already on 'next' Your branch is up-to-date with 'origin/next'. using /home/myuser/flightgear-dev/next/install/cmake/bin/cmake cmake version 3.7.20161029-gcc998 executing /home/myuser/flightgear-dev/next/install/cmake/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_FLITE=ON -DCMAKE_INSTALL_PREFIX:PATH=/home/myuser/flightgear-dev/next/install/flightgear -DCMAKE_PREFIX_PATH=/home/myuser/flightgear-dev/next/install/simgear;/home/myuser/flightgear-dev/next/install/openscenegraph;/home/myuser/flightgear-dev/next/install/openrti;/home/myuser/flightgear-dev/next/install/plib ../../flightgear -- System is: Linux -- Linux distro is: Ubuntu [...] -- Qt launcher enabled, checking for Qt 5.1 / qmake -- Will enable Qt launcher GUI -- Qt5Widgets version: 5.2.1 -- Qt5Widgets include dir: /usr/include/qt5/;/usr/include/qt5/QtWidgets;/usr/include/qt5/QtGui;/usr/include/qt5/QtCore;/usr/lib/x86_64-linux-gnu/qt5//mkspecs/linux-g++-64 -- /home/myuser/flightgear-dev/next/install/plib/include [...] -- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so -- found glut -- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so CMake Error at utils/fgqcanvas/CMakeLists.txt:7 (find_package): Could not find a configuration file for package "Qt5" that is compatible with requested version "5.3". The following configuration files were considered but not accepted: /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.2.1 -- Configuring incomplete, errors occurred! See also "/home/myuser/flightgear-dev/next/build/flightgear/CMakeFiles/CMakeOutput.log". See also "/home/myuser/flightgear-dev/next/build/flightgear/CMakeFiles/CMakeError.log". -- System is: Linux -- Linux distro is: Ubuntu -- Web browser launcher command is: xdg-open -- Using explicit data directory for base package: /home/myuser/flightgear-dev/next/install/flightgear/lib/FlightGear -- libudev stable: 1 -- Found UDev: /usr/lib/x86_64-linux-gnu/libudev.so -- include: /usr/include -- Git revision is 106b62caa5916eda97277b0e89f0ce902c490a01 -- event-based input enabled. Using /usr/lib/x86_64-linux-gnu/libudev.so -- Boost version: 1.54.0 -- Using DBus -- Qt launcher enabled, checking for Qt 5.1 / qmake -- Will enable Qt launcher GUI -- Qt5Widgets version: 5.2.1 -- Qt5Widgets include dir: /usr/include/qt5/;/usr/include/qt5/QtWidgets;/usr/include/qt5/QtGui;/usr/include/qt5/QtCore;/usr/lib/x86_64-linux-gnu/qt5//mkspecs/linux-g++-64 -- /home/myuser/flightgear-dev/next/install/plib/include -- adding runtime JS dependencies -- RTI: DISABLED -- found glut CMake Error at utils/fgqcanvas/CMakeLists.txt:7 (find_package): Could not find a configuration file for package "Qt5" that is compatible with requested version "5.3". The following configuration files were considered but not accepted: /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.2.1 -- Configuring incomplete, errors occurred! See also "/home/myuser/flightgear-dev/next/build/flightgear/CMakeFiles/CMakeOutput.log". See also "/home/myuser/flightgear-dev/next/build/flightgear/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 -- System is: Linux -- Linux distro is: Ubuntu -- Web browser launcher command is: xdg-open -- Using explicit data directory for base package: /home/myuser/flightgear-dev/next/install/flightgear/lib/FlightGear -- libudev stable: 1 -- Found UDev: /usr/lib/x86_64-linux-gnu/libudev.so -- include: /usr/include -- Git revision is 106b62caa5916eda97277b0e89f0ce902c490a01 -- event-based input enabled. Using /usr/lib/x86_64-linux-gnu/libudev.so -- Boost version: 1.54.0 -- Using DBus -- Qt launcher enabled, checking for Qt 5.1 / qmake -- Will enable Qt launcher GUI -- Qt5Widgets version: 5.2.1 -- Qt5Widgets include dir: /usr/include/qt5/;/usr/include/qt5/QtWidgets;/usr/include/qt5/QtGui;/usr/include/qt5/QtCore;/usr/lib/x86_64-linux-gnu/qt5//mkspecs/linux-g++-64 -- /home/myuser/flightgear-dev/next/install/plib/include -- adding runtime JS dependencies -- RTI: DISABLED -- found glut CMake Error at utils/fgqcanvas/CMakeLists.txt:7 (find_package): Could not find a configuration file for package "Qt5" that is compatible with requested version "5.3". The following configuration files were considered but not accepted: /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.2.1 -- Configuring incomplete, errors occurred! See also "/home/myuser/flightgear-dev/next/build/flightgear/CMakeFiles/CMakeOutput.log". See also "/home/myuser/flightgear-dev/next/build/flightgear/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 ===== snip ===== -- NOTE: No off-list assistance is given without prior approval. *Please keep mailing list traffic on the list* unless private contact is specifically requested and granted. |