Guest User

building freeserf: AM_PATH_SDL

a guest
Feb 4th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. me@here:~/vcsroot/freeserf$ ./configure
  2. ./configure: line 2290: AM_INIT_AUTOMAKE: command not found
  3. checking for gcc... gcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking for gcc option to accept ISO C99... -std=gnu99
  13. ./configure: line 3261: AM_PATH_SDL: command not found
  14. ./configure: line 3262: syntax error near unexpected token `SDL_mixer,'
  15. ./configure: line 3262: `PKG_CHECK_MODULES(SDL_mixer, SDL_mixer)'
  16. me@here:~/vcsroot/freeserf$
Add Comment
Please, Sign In to add comment