Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. joao@crunchbang:~/minetest$ cmake . -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1 -DRUN_IN_PLACE=1
  2. CMake Warning at CMakeLists.txt:4 (message):
  3. CMake/CPack version 2.8.2 will not create working .deb packages!
  4.  
  5.  
  6. -- *** Will build version 0.4.4-d1 ***
  7. -- IRRLICHT_SOURCE_DIR =
  8. -- IRRLICHT_INCLUDE_DIR = /usr/include/irrlicht
  9. -- IRRLICHT_LIBRARY = /usr/lib/libIrrlicht.a
  10. -- CURL_INCLUDE_DIR = CURL_INCLUDE_DIR-NOTFOUND
  11. -- CURL_LIBRARY = CURL_LIBRARY-NOTFOUND
  12. -- gettext include path: /usr/include
  13. -- gettext msgfmt path: /usr/bin/msgfmt
  14. -- GetText enabled; locales found: da;ko;zh_CN;it;pt;pl;ja;fr;ru;es;de;ro
  15. -- Sound enabled
  16. -- Using project jthread library
  17. -- Found system sqlite3 header file in /usr/include
  18. -- Found system sqlite3 library /usr/lib/libsqlite3.so
  19. -- Using project json library
  20. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
  21. Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)
  22. Call Stack (most recent call first):
  23. /usr/share/cmake-2.8/Modules/FindFreetype.cmake:92 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  24. src/CMakeLists.txt:177 (find_package)
  25.  
  26.  
  27. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement