You are not logged in.

#1 2008-04-20 05:09:57

opaque
Member
Registered: 2008-04-16
Posts: 4

SDL_image error

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

#2 2008-04-20 16:11:33

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: SDL_image error

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

#3 2008-04-20 16:30:23

opaque
Member
Registered: 2008-04-16
Posts: 4

Re: SDL_image error

I got it to work now, your post was helpful btw.

Offline

Board footer

Powered by FluxBB