Theseus007

Untitled

Jan 31st, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. - The C compiler identification is GNU
  2. -- Check for working C compiler: /usr/bin/gcc
  3. -- Check for working C compiler: /usr/bin/gcc -- works
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- The CXX compiler identification is GNU
  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. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  12. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  13. -- Looking for pthread_create in pthreads
  14. -- Looking for pthread_create in pthreads - not found
  15. -- Looking for pthread_create in pthread
  16. -- Looking for pthread_create in pthread - found
  17. -- Found Threads: TRUE
  18. -- Configuring done
  19. CMake Error at libz80e/CMakeLists.txt:14 (add_library):
  20. Cannot find source file:
  21.  
  22. OBJECT
  23.  
  24. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  25. .hxx .in .txx
  26.  
  27.  
  28. CMake Error in frontends/libz80e/CMakeLists.txt:
  29. Cannot find source file:
  30.  
  31. $<TARGET_OBJECTS:z80e_objects>
  32.  
  33. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  34. .hxx .in .txx
  35.  
  36.  
  37. CMake Error in frontends/tui/CMakeLists.txt:
  38. Cannot find source file:
  39.  
  40. $<TARGET_OBJECTS:z80e_objects>
  41.  
  42. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  43. .hxx .in .txx
  44.  
  45.  
  46. CMake Error in frontends/sdl/CMakeLists.txt:
  47. Cannot find source file:
  48.  
  49. $<TARGET_OBJECTS:z80e_objects>
  50.  
  51. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  52. .hxx .in .txx
  53.  
  54.  
  55. -- Build files have been written to: /home/cce/z80e
Advertisement
Add Comment
Please, Sign In to add comment