On Tue, 12 Nov 2002, Denis Oliver Kropp wrote: > Quoting Adam K Kirchhoff ([EMAIL PROTECTED]): > > > > On Mon, 11 Nov 2002, [iso-8859-1] Ville Syrj�l� wrote: > > > > > On Mon, Nov 11, 2002 at 03:12:03PM -0500, Adam K Kirchhoff wrote: > > > > ./configure: line 5248: syntax error near unexpected token >`PKG_CHECK_MODULES(DFB,' > > > > ./configure: line 5248: `PKG_CHECK_MODULES(DFB, directfb >= >$DFB_REQUIRED_VERSION)' > > > > > > You must install pgk-config before you compile DirectFB. > > > > Which I've done already... It's installed under > > /usr/local/bin/pkg_config. You can't compile gtk+-directfb without it :-) > > You need to copy or link the m4 file for pkg-config in /usr/local/share/aclocal > to /usr/share/aclocal.
Well, I went ahead and created the symlink, but I'm still getting the exact same error. [ adamk@memory ~/lite ]$ ls -l /usr/share/aclocal/pkg.m4 lrwxrwxrwx 1 root root 31 Nov 12 07:27 /usr/share/aclocal/pkg.m4 -> /usr/local/share/aclocal/pkg.m4 [ adamk@memory ~/lite ]$ ls -l /usr/local/share/aclocal/pkg.m4 -rw-r--r-- 1 root root 2025 Apr 23 2002 /usr/local/share/aclocal/pkg.m4 Any more ideas? Adam -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
