This is last output from "emerge -v evas" on my box: checking for pkg-config... /usr/bin/pkg-config checking for directfb >= 0.9.16... Package directfb was not found in the pkg-config search path. Perhaps you should add the directory containing `directfb.pc' to the PKG_CONFIG_PATH environment variable No package 'directfb' found configure: error: Library requirements (directfb >= 0.9.16) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. !!! ERROR: x11-libs/evas-1.0.0.20031013_pre12 failed. !!! Function econf, Line 338, Exitcode 1 !!! econf failed ------ end -------
directfb? ( >=dev-libs/DirectFB-0.9.16 ) i guess the script fails even if you have -directfb ... i'll look into it ...
ok, i talked to raster about this and he's fixed the bug in cvs ... as soon as the updated sources hit the anon cvs tree i'll update the evas snapshot
evas-1.0.0.20031018_pre12 fixes this, update your evas ;)
But now the ecore packages fails to build! In file included from ecore_evas.c:4: ecore_evas_private.h:18:28: Evas_Engine_FB.h: No such file or directory In file included from ecore_evas_x.c:4: ecore_evas_private.h:18:28: Evas_Engine_FB.h: No such file or directory make[4]: *** [ecore_evas.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [ecore_evas_x.lo] Error 1 make[4]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore/src/lib/ecore_evas' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore' make: *** [all-recursive-am] Error 2 !!! ERROR: x11-libs/ecore-1.0.0.20031018_pre4 failed.
ok, i just made fb support optional in ecore in cvs