Hello, Since this morning, when i tried to compile ecore with ecore-sdl support (so --enable-ecore-sdl) build failed for libecore-evas with the following message : "Unable to resolve -L/usr/lib target depending on libecore-evas.la" the problem was : In Makefile.am automake rules , if BUILD_ECORE_SDL is defined ECORE_SDL_LIB var was affected with @SDL_LIBS@ LDFLAGS. the problem is because libecore_evas_la_DEPENDENCIES contains $(ECORE_SDL_LIB), so make considere @SDL_LIBS@ as a TARGET depending on libecore-evas.la.
That's why i writted a small patch to fix it, i juste moved @SDL_LIBS@ from ECORE_SDL_LIB to libecore_evas_la_LIBADD var. you'll can have a look in my patch. mrpouet. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel