Last active
February 18, 2016 09:35
-
-
Save kinsamanka/5235de4ff628612e0fff to your computer and use it in GitHub Desktop.
cmake output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mk@debian:~/build$ cmake /work/machinekit-hal/ | |
| -- Boost version: 1.55.0 | |
| -- Found the following Boost libraries: | |
| -- python | |
| -- serialization | |
| -- thread | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /home/mk/build | |
| mk@debian:~/build$ ^Cake /work/machinekit-hal/ | |
| mk@debian:~/build$ sudo rm * -rf && cmake /work/machinekit-hal/ | |
| -- The C compiler identification is GNU 4.9.2 | |
| -- The CXX compiler identification is GNU 4.9.2 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- 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 | |
| -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") | |
| -- checking for module 'protobuf>=2.4.1' | |
| -- found protobuf, version 2.6.1 | |
| -- checking for module 'libczmq>=2.2.0' | |
| -- found libczmq, version 2.2.0 | |
| -- checking for module 'avahi-client' | |
| -- found avahi-client, version 0.6.31 | |
| -- checking for module 'jansson>=2.5' | |
| -- found jansson, version 2.7 | |
| -- checking for module 'libwebsockets' | |
| -- found libwebsockets, version 1.3 | |
| -- checking for module 'libssl' | |
| -- found libssl, version 1.0.1k | |
| -- checking for module 'liburiparser' | |
| -- found liburiparser, version 0.8.0.1 | |
| -- checking for module 'uuid' | |
| -- found uuid, version 2.25.0 | |
| -- checking for module 'libusb-1.0' | |
| -- found libusb-1.0, version 1.0.19 | |
| -- checking for module 'libmodbus>=3' | |
| -- found libmodbus, version 3.0.6 | |
| -- 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 | |
| -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.9", minimum required is "2.7") | |
| -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.9", minimum required is "2.7") | |
| -- Boost version: 1.55.0 | |
| -- Found the following Boost libraries: | |
| -- python | |
| -- serialization | |
| -- thread | |
| -- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so | |
| -- Looking for include file linux/hidraw.h | |
| -- Looking for include file linux/hidraw.h - found | |
| -- checking for module 'libudev' | |
| -- found libudev, version 215 | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /home/mk/build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment