Advertisement
Guest User

Untitled

a guest
Nov 18th, 2010
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [oceanpie@localhost sfxr-sdl-1.1]$ make
  2. g++ -ggdb `sdl-config --cflags` `pkg-config gtk+-2.0 --cflags` `sdl-config --libs` `pkg-config gtk+-2.0 --libs` main.cpp -o sfxr
  3. /bin/sh: sdl-config: command not found
  4. Package gtk+-2.0 was not found in the pkg-config search path.
  5. Perhaps you should add the directory containing `gtk+-2.0.pc'
  6. to the PKG_CONFIG_PATH environment variable
  7. No package 'gtk+-2.0' found
  8. /bin/sh: sdl-config: command not found
  9. Package gtk+-2.0 was not found in the pkg-config search path.
  10. Perhaps you should add the directory containing `gtk+-2.0.pc'
  11. to the PKG_CONFIG_PATH environment variable
  12. No package 'gtk+-2.0' found
  13. /bin/sh: g++: command not found
  14. make: *** [sfxr] Error 127
  15. [oceanpie@localhost sfxr-sdl-1.1]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement