da ich jetzt Urlaub habe, habe ich mich entschlossen was Neues zu lernen und zwar: kompilieren
Ich bin ein großer Fan der Desktop-Oberfläche KDE und wollte meinem Debian KDE 4.10.1 schenken als Ostergeschenk
Ich bin kein Konsolenfreund, daher habe ich alle nötiger kompilierungswerkzeuge installiert, darunter Cmake 2.8.9
Damit habe ich ein Problem: ich wollte das Paket analitza-4.10.1 kompilieren und bekam folgende Fehlanzeigen:
Code: Alles auswählen
The C compiler identification is GNU 4.7.2
The CXX compiler identification is GNU 4.7.2
Check for working C compiler: /usr/bin/gcc
Check for working C compiler: /usr/bin/gcc -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: /usr/bin/c++
Check for working CXX compiler: /usr/bin/c++ -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for Q_WS_X11
Looking for Q_WS_X11 - found
Looking for Q_WS_WIN
Looking for Q_WS_WIN - not found.
Looking for Q_WS_QWS
Looking for Q_WS_QWS - not found.
Looking for Q_WS_MAC
Looking for Q_WS_MAC - not found.
Found Qt-Version 4.8.2 (using /usr/bin/qmake)
Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXft.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so
Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXft.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so - found
Looking for gethostbyname
Looking for gethostbyname - found
Looking for connect
Looking for connect - found
Looking for remove
Looking for remove - found
Looking for shmat
Looking for shmat - found
Looking for IceConnectionNumber in ICE
Looking for IceConnectionNumber in ICE - found
Found X11: /usr/lib/i386-linux-gnu/libX11.so
Looking for include file pthread.h
Looking for include file pthread.h - found
Looking for pthread_create
Looking for pthread_create - not found.
Looking for pthread_create in pthreads
Looking for pthread_create in pthreads - not found
Looking for pthread_create in pthread
Looking for pthread_create in pthread - found
Found Threads: TRUE
Looking for _POSIX_TIMERS
Looking for _POSIX_TIMERS - found
Found Automoc4: /usr/bin/automoc4
Found Perl: /usr/bin/perl (found version "5.14.2")
Found Phonon: /usr/include
Performing Test _OFFT_IS_64BIT
Performing Test _OFFT_IS_64BIT - Failed
Performing Test HAVE_FPIE_SUPPORT
Performing Test HAVE_FPIE_SUPPORT - Success
Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
Performing Test __KDE_HAVE_GCC_VISIBILITY
Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
Found KDE 4.9 include dir: /usr/include
Found KDE 4.9 library dir: /usr/lib
Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
Found automoc4: /usr/bin/automoc4
Could NOT find Readline (missing: READLINE_INCLUDE_DIR READLINE_LIBRARY)
Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY)
disabling plots3ddemo because OpenGL is not available
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
* GNU Readline <http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html>
Allows KAlgebra to provide a console interface.
* OpenGL <http://opengl.org>
Support for 3D graphs in Analitza
-----------------------------------------------------------------------------
Configuring done
Generating done
Dennoch verstehe ich nicht warum, Cmake mir diese Fehlermeldung einblendet.
Ich freue mich auf Lösungsvorschläge.
Viele Grüße
polix