Am Montag, 20. Juni 2016 um 09:03:35, schrieb Joel Kulesza <jkule...@gmail.com> > > On Sun, Jun 19, 2016 at 9:53 AM, Georg Baum < > > georg.b...@post.rwth-aachen.de> wrote: > >
... > > I did try compiling with CMake and see the error(s) below: Please give us the full command line used fir the cmake call. > 1026 jkulesza@machine[~/SRC/lyx220/build_cmake]> cmake ../. > -- TOP_SRC_DIR = /home/jkulesza/SRC/lyx220 > -- > -- Building in-source > -- > -- Using GCC version 5.3.0 > -- Performing Test CXX11_FLAG_DETECTED > -- Performing Test CXX11_FLAG_DETECTED - Success > -- CXX11_FLAG_DETECTED = "--std=c++11" > Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as > /opt/anaconda1anaconda2anaconda3/lib > Warning: /opt/anaconda1anaconda2anaconda3/lib does NOT exist, Qt must NOT > be installed correctly. > CMake Error at development/cmake/modules/FindQt4.cmake:363 (message): > Could NOT find QtGlobal header Where is your QT installed? Which version? Cmake tries to search for QT4. Have you installed also the header files? To direct cmake to search for QT5 you have to use '-DLYX_USE_QT=QT5' parameter. Also be sure, that QT5 bin is in PATH at prominent position. E.g. 'which qmake' shows the correct qt5 executable. This is how cmake 'finds' qt5. > Call Stack (most recent call first): > CMakeLists.txt:625 (find_package) > > Thus, it looks like the "finder" for Qt is broken and is identifying > something associated with my Python installation. No, it searches for QT4, but QT4 is not installed as a devel package. Kornel
signature.asc
Description: This is a digitally signed message part.