Advertisement
Guest User

ArchLinux == (AUR) fgrun 1.6.2-2 == build errors

a guest
Mar 17th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.7.2
  2. -- The CXX compiler identification is GNU 4.7.2
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- version is 1 dot 6 dot 2
  12. -- ignoring: \\.svn;Makefile.am;~$;
  13. -- Boost version: 1.52.0
  14. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7")
  15. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  16. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  17. -- Looking for gethostbyname
  18. -- Looking for gethostbyname - found
  19. -- Looking for connect
  20. -- Looking for connect - found
  21. -- Looking for remove
  22. -- Looking for remove - found
  23. -- Looking for shmat
  24. -- Looking for shmat - found
  25. -- Looking for IceConnectionNumber in ICE
  26. -- Looking for IceConnectionNumber in ICE - found
  27. -- Found X11: /usr/lib64/libX11.so
  28. -- Found OpenGL: /usr/lib64/libGL.so
  29. -- Found FLTK: /usr/lib64/libfltk_images.so;/usr/lib64/libfltk_forms.so;/usr/lib64/libfltk_gl.so;/usr/lib64/libGL.so;/usr/lib64/libfltk.so
  30. -- Found osgText: /usr/lib64/libosgText.so
  31. -- Found osgDB: /usr/lib64/libosgDB.so
  32. -- Found osgParticle: /usr/lib64/libosgParticle.so
  33. -- Found osgUtil: /usr/lib64/libosgUtil.so
  34. -- Found osgViewer: /usr/lib64/libosgViewer.so
  35. -- Found osgGA: /usr/lib64/libosgGA.so
  36. -- Found osg: /usr/lib64/libosg.so
  37. -- Found OpenThreads: /usr/lib64/libOpenThreads.so
  38. -- Found OpenSceneGraph: /usr/lib64/libosgText.so;/usr/lib64/libosgDB.so;/usr/lib64/libosgParticle.so;/usr/lib64/libosgUtil.so;/usr/lib64/libosgViewer.so;/usr/lib64/libosgGA.so;/usr/lib64/libosg.so;/usr/lib64/libOpenThreads.so (found suitable version "3.0.1", minimum required is "2.8.1")
  39. -- SimGear include directory: /usr/include
  40. -- found SimGear version: 2.10.0 (needed 2.8.0)
  41. CMake Error at CMakeModules/FindSimGear.cmake:118 (message):
  42. You have installed a mismatching SimGear version 2.10.0 instead of 2.8.0 as
  43. required by FlightGear. When using multiple SimGear installations, please
  44. use 'SIMGEAR_DIR' to select the SimGear library location to be used.
  45. Call Stack (most recent call first):
  46. CMakeLists.txt:90 (find_package)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement