Advertisement
Guest User

build() fails for extCalc

a guest
Jan 18th, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 43.41 KB | None | 0 0
  1. ==> Starting build()...
  2. patching file CMakeLists.txt
  3. -- The C compiler identification is GNU
  4. -- The CXX compiler identification is GNU
  5. -- Check for working C compiler: /usr/bin/gcc
  6. -- Check for working C compiler: /usr/bin/gcc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Looking for Q_WS_X11
  14. -- Looking for Q_WS_X11 - found
  15. -- Looking for Q_WS_WIN
  16. -- Looking for Q_WS_WIN - not found.
  17. -- Looking for Q_WS_QWS
  18. -- Looking for Q_WS_QWS - not found.
  19. -- Looking for Q_WS_MAC
  20. -- Looking for Q_WS_MAC - not found.
  21. -- Found Qt4: /usr/bin/qmake (found version "4.8.0"'glDisable'                        
  22. /usr/bin/ld: note: 'glDisable' is defined in DSO /usr/lib/libGL.so.1 so try adding it to the linker command line
  23. /usr/lib/libGL.so.1: could not read symbols: Invalid operation
  24. collect2: ld returned 1 exit status
  25. make[2]: *** [extcalc] Error 1
  26. make[1]: *** [CMakeFiles/extcalc.dir/all] Error 2
  27. make: *** [all] Error 2
  28. ==> ERROR: A failure occurred in build().
  29.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement