Hi, Adam K Kirchhoff <[EMAIL PROTECTED]> writes:
> So, now that I'm fooling around with a CVS version of DirectFB, I decided > to give multi-app support a whirl as suggested in the README: using > DFBTerm and the lite toolkit. Unfortunately, I can seem to compile (or > even configure) either of these packages from CVS. Running the autogen.sh > script in the lite directory ends with: > > checking if gcc supports -fno-rtti -fno-exceptions... yes > checking whether the linker (/usr/bin/ld) supports shared libraries... yes > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking if libtool supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > creating libtool > ./configure: line 5248: syntax error near unexpected token `PKG_CHECK_MODULES(DFB,' > ./configure: line 5248: `PKG_CHECK_MODULES(DFB, directfb >= $DFB_REQUIRED_VERSION)' look further above. Most surely aclocal had errors since it couldn't find pkg.m4 in your aclocal path. Either copy it to a place where aclocal can find it or set ACLOCAL_FLAGS="-I /some/directory/". Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
