Hi,
Mike Latiolais <[EMAIL PROTECTED]> writes:
> I have come across two problems when compiling. One is this:
> Making all in gfx
> make[3]: Entering directory `/home/mlatiolais/code/DirectFB/src/gfx'
> Makefile:208: *** missing separator. Stop.
> make[3]: Leaving directory `/home/mlatiolais/code/DirectFB/src/gfx'
> --------------------
> The second is also in gfx. It can't compile the libtool stuff with AS.
> Any help?
could you try the following little patch to configure.in and report
back please?
Salut, Sven
Index: configure.in
===================================================================
RCS file: /cvs/directfb/DirectFB/configure.in,v
retrieving revision 1.43
diff -u -r1.43 configure.in
--- configure.in 2001/10/07 03:01:58 1.43
+++ configure.in 2001/10/11 09:01:33
@@ -97,10 +97,10 @@
if test "x$have_x86" = xon; then
##
-## HACK HACK HACK automake uses @AS@ like a gcc
+## HACK HACK HACK automake-1.5 uses @AS@ like a gcc
##
- AS=$CC
- ASFLAGS=$CFLAGS
+ AS="\${CC}"
+ ASFLAGS="\${CFLAGS}"
AC_SUBST(AS)
AC_SUBST(ASFLAGS)
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.