Advertisement
Guest User

crimson generation log

a guest
Mar 15th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Auto-regenerate package `crimson' in directory `.'
  2. **Warning**: I am going to run `configure' with no arguments.
  3. If you wish to pass any, please specify them on the
  4. `./autogen.sh' command line.
  5.  
  6. Generating configuration files for crimson, please wait...
  7.  
  8. Creating config sub-directory...
  9. Running aclocal...
  10. Running automake --add-missing ...
  11. locale/Makefile.am:2: error: 'localedir' is not a legitimate directory for 'DATA'
  12. Running autoconf...
  13. ************
  14. Running ./configure ...
  15. ************
  16. checking for a BSD-compatible install... /usr/bin/install -c
  17. checking whether build environment is sane... yes
  18. checking for a thread-safe mkdir -p... /bin/mkdir -p
  19. checking for gawk... gawk
  20. checking whether make sets $(MAKE)... yes
  21. checking whether make supports nested variables... yes
  22. checking for gcc... gcc
  23. checking whether the C compiler works... yes
  24. checking for C compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... no
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking whether gcc understands -c and -o together... yes
  32. checking for style of include used by make... GNU
  33. checking dependency style of gcc... gcc3
  34. checking for g++... g++
  35. checking whether we are using the GNU C++ compiler... yes
  36. checking whether g++ accepts -g... yes
  37. checking dependency style of g++... gcc3
  38. checking for xsltproc... no
  39. checking for xmllint... /usr/bin/xmllint
  40. checking for sdl-config... /usr/bin/sdl-config
  41. checking for SDL - version >= 1.1.5... yes
  42. checking how to run the C preprocessor... gcc -E
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking for TTF_OpenFont in -lSDL_ttf... yes
  56. checking SDL_ttf.h usability... yes
  57. checking SDL_ttf.h presence... yes
  58. checking for SDL_ttf.h... yes
  59. checking for Mix_OpenAudio in -lSDL_mixer... yes
  60. checking SDL_mixer.h usability... yes
  61. checking SDL_mixer.h presence... yes
  62. checking for SDL_mixer.h... yes
  63. checking for SDLNet_Init in -lSDL_net... yes
  64. checking SDL_net.h usability... yes
  65. checking SDL_net.h presence... yes
  66. checking for SDL_net.h... yes
  67. checking for compress in -lz... yes
  68. checking zlib.h usability... yes
  69. checking zlib.h presence... yes
  70. checking for zlib.h... yes
  71. checking for dirent.h that defines DIR... yes
  72. checking for library containing opendir... none required
  73. checking for strcasecmp... yes
  74. checking for strncasecmp... yes
  75. checking for an ANSI C-conforming const... yes
  76. checking that generated files are newer than configure... done
  77. configure: creating ./config.status
  78. config.status: creating doc/Makefile
  79. config.status: creating gfx/Makefile
  80. config.status: creating levels/Makefile
  81. config.status: error: cannot find input file: `locale/Makefile.in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement