Advertisement
Guest User

Untitled

a guest
Nov 29th, 2013
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. nanik@nanik-desktop:/media/SeagateInternal/Data/OpenSourceHardwareProjects/anelok/kicad.bzr$ cmake -DKICAD_TESTING_VERSION=ON .
  2. -- The C compiler identification is GNU 4.7.2
  3. -- The CXX compiler identification is GNU 4.7.2
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. Build testing (unstable) version of Kicad
  13. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  14. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  15. -- Looking for gethostbyname
  16. -- Looking for gethostbyname - found
  17. -- Looking for connect
  18. -- Looking for connect - found
  19. -- Looking for remove
  20. -- Looking for remove - found
  21. -- Looking for shmat
  22. -- Looking for shmat - found
  23. -- Looking for IceConnectionNumber in ICE
  24. -- Looking for IceConnectionNumber in ICE - found
  25. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  26. -- Check for installed OpenGL -- found
  27. -- Check for installed wxWidgets -- not found
  28. CMake Error at CMakeModules/CheckFindPackageResult.cmake:6 (message):
  29. wxWidgets was not found - it is required to build Kicad
  30. Call Stack (most recent call first):
  31. CMakeLists.txt:205 (check_find_package_result)
  32.  
  33.  
  34. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement