Advertisement
Guest User

Untitled

a guest
Feb 6th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. make: freetype-config: Command not found
  2. make[1]: Entering directory `/home/adam/Desktop/svn/zombie'
  3.  
  4. Building Tremulous in build/release-linux-x86:
  5. CC: cc
  6.  
  7. CFLAGS:
  8. -MMD
  9. -Wall
  10. -fno-strict-aliasing
  11. -Wimplicit
  12. -Wstrict-prototypes
  13. -pipe
  14. -DUSE_OPENAL=1
  15. -DBUILD_FREETYPE
  16. -DUSE_SDL_VIDEO=1
  17. -DUSE_SDL_SOUND=1
  18. -I/usr/include/SDL
  19. -D_GNU_SOURCE=1
  20. -D_REENTRANT
  21. -Isrc/SDL12/include
  22. -m32
  23. -DUSE_MUMBLE
  24. -DUSE_VOIP
  25. -DFLOATING_POINT
  26. -DUSE_ALLOCA
  27. -Isrc/libspeex/include
  28. -DUSE_LOCAL_HEADERS
  29. -DPRODUCT_VERSION=""
  30. -DNDEBUG
  31. -O3
  32. -march=i586
  33. -funroll-loops
  34. -falign-loops=2
  35. -falign-jumps=2
  36. -falign-functions=2
  37. -fstrength-reduce
  38. -fomit-frame-pointer
  39.  
  40. Output:
  41. build/release-linux-x86/base/vm/cgame.qvm
  42. build/release-linux-x86/base/vm/game.qvm
  43. build/release-linux-x86/base/vm/ui.qvm
  44.  
  45. make[2]: Entering directory `/home/adam/Desktop/svn/zombie'
  46. Q3LCC src/cgame/cg_main.c
  47. make[2]: build/release-linux-x86/tools/q3lcc: Command not found
  48. make[2]: *** [build/release-linux-x86/base/cgame/cg_main.asm] Error 127
  49. make[2]: Leaving directory `/home/adam/Desktop/svn/zombie'
  50. make[1]: *** [targets] Error 2
  51. make[1]: Leaving directory `/home/adam/Desktop/svn/zombie'
  52. make: *** [release] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement