Ok, sorry for the delay. I work too much. :)
I applied the changes, and it passed that point, I think, but failed with
a new message. Here is the new error message:
Making install in gfx
make[2]: Entering directory `/usr/src/DirectFB/src/gfx'
Makefile:208: *** missing separator.  Stop.
make[2]: Leaving directory `/usr/src/DirectFB/src/gfx'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/DirectFB/src'
make: *** [install-recursive] Error 1
-----------------------
And here is line 208 in that Makefile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/convert.Plo@am__quote@

Not being a make guru yet, I am not sure what is causing this.

Also, I had dependency questions. I have a hand built linux system that I
want to use directfb with. I want gtk with it. However, gtk requires
freetype, which requires X stuff. Did I miss a configuration switch
somewhere, or am I really going to have to install X headers and libs on
my system?

Michael Latiolais
[EMAIL PROTECTED]

On 11 Oct 2001, Sven Neumann wrote:

> 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.
> 



-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to