daily pastebin goal
17%
SHARE
TWEET

ok

a guest Oct 28th, 2015 63 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ➜  neverball-1.6.0  export LC_ALL=C
  2. ➜  neverball-1.6.0  make
  3. Will make a "release" build of Neverball 1.6.0.
  4. cc -Wall -Wshadow -std=c99 -pedantic -O2 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/libpng12 -Ishare -DCONFIG_USER=\".neverball\" -DCONFIG_DATA=\"./data\" -DCONFIG_LOCALE=\"./locale\" -DENABLE_NLS=1 -DNDEBUG
  5.  -MM -MP -MF share/fs_physfs.d -MT "share/fs_physfs.o" share/fs_physfs.c
  6. cc -Wall -Wshadow -std=c99 -pedantic -O2 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/libpng12 -Ishare -DCONFIG_USER=\".neverball\" -DCONFIG_DATA=\"./data\" -DCONFIG_LOCALE=\"./locale\" -DENABLE_NLS=1 -DNDEBUG
  7.  -o share/fs_physfs.o -c share/fs_physfs.c
  8. share/fs_physfs.c:18:20: fatal error: physfs.h: No such file or directory
  9.  #include <physfs.h>
  10.                     ^
  11. compilation terminated.
  12. make: *** [share/fs_physfs.o] Error 1
  13. [1]    27668 exit 2     make
  14. ➜  neverball-1.6.0
RAW Paste Data
Top