Advertisement
Guest User

Untitled

a guest
Aug 5th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. cc -c -o build/unix/main.o -pg -O2 -fno-strict-aliasing -g `sdl-config --cflags` -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-variable -fopenmp -I include -Ixlibinc src/main.c
  2. In file included from src/main.c:18:0:
  3. include/common.h:89:17: fatal error: lua.h: No such file or directory
  4. compilation terminated.
  5. make: *** [build/unix/main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement