You are not logged in.
Pages: 1
anyways..
In file included from forground_alpha.c:5:
/usr/local/include/SDL/SDL_image.h:28:17: error: SDL.h: No such file or directory
/usr/local/include/SDL/SDL_image.h:29:25: error: SDL_version.h: No such file or directory
/usr/local/include/SDL/SDL_image.h:30:24: error: begin_code.h: No such file or directory
/usr/local/include/SDL/SDL_image.h:114:24:error: close_code.h: No such file or directory
I'm not sure what this is suppose to mean, also, I installed SDL_image through pacman.
Last edited by opaque (2008-04-20 05:11:24)
Offline
where does this error come from
the files are under /usr/include , not /usr/local/include
if your trying to build a program,, using make and or configure ,, you might wanna specify prefix=/usr or --prefix=/usr
Offline
I got it to work now, your post was helpful btw.
Offline
Pages: 1