alisue Wrote:

> alisue Wrote:
> 
> Wow. Solved.
> 
> What I did is that compile SDL_video.d and SDL_image.d like:
> ------------------------------------------------------------------
> $ gdc -c hello.d -ISDL
> $ gdc -c SDL/SDL_image.d -ISDL
> $ gdc -c SDL/SDL_video.d -ISDL
> $ gdc -ohello hello.o SDL_image.o SDL_video.o -lSDL -lSDL_image
> -----------------------------------------------------------------------
> 
> Having no idea but work :-)

How come you are not using something like rebuild or DSSS? This would help 
having to avoid things like this.
Also, why did you decide not to use Derelict?

Reply via email to