Hello!
When compiling games-puzzle/xwelltris-1.0.1 with +SDL it aborts with:
g++ -c `sdl-config --cflags` -I./sdl -DHAVE_CONFIG_H -I. -I./.. -I./image
-I./include -I../include -DHAVE_CONFIG_H -O2 -march=athlon-xp -pipe
sdl/sdlwellengine.cxx -o sdl/sdlwellengine.o
sdl/sdlwellengine.cxx:29:23: SDL_image.h: No such file or directory
sdl/sdlwellengine.cxx: In member function `virtual bool
SDLWellEngine::load_image(Images, char*)':
sdl/sdlwellengine.cxx:279: `IMG_Load' undeclared (first use this function)
sdl/sdlwellengine.cxx:279: (Each undeclared identifier is reported only once
for each function it appears in.)
make[1]: *** [sdl/sdlwellengine.o] Error 1
The missing file SDL_image.h is located here (using find):
/daten/tmp/portage/xwelltris-1.0.1/work/xwelltris-1.0.1/src/image/sublib/SDL_image.h
/daten/tmp is the destination of /var/tmp (symlink)
I tried re-emerging sdllib, does not help.
Reproducible: Always
Steps to Reproduce:
1. emerge -u xwelltris
Actual Results:
Compile aborted, missing file
Expected Results:
Compile + Install
As a sidenote: The emerge does not stop after "make" failed, but when "make
install" fails.