On Tue, Apr 20, 2004 at 09:59:40PM +0300, Juha Pahkala wrote: > Hello, > > I'm trying to upgrade directfb and fusionsound to latest cvs, in order > to try out linsoftmpeg. I compiled and installed cvs directfb without > problems, but for some reason, fusionsound doesn't seem to find it. > Running configure, I get > > ... > checking whether byte ordering is bigendian... no > checking how to run the C preprocessor... gcc -E > checking for pkg-config... /usr/bin/pkg-config > checking for DirectFB-Internal... configure: error: *** DirectFB 0.9.21 > or newer is required.
I'm guessing pkg-config can't find directfb*.pc files. You need to point $PKG_CONFIG_PATH to their location (/usr/local/lib/pkgconfig most likely). -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
