ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] DirectFB.spec


From: Stuart Hughes
Subject: Re: [Ltib] DirectFB.spec
Date: Mon, 10 Nov 2008 14:14:30 +0000

Hi Eduardo,

This looks like a good change to make.  I'm not really sure why I don't
see the problem though, the only thing I can think of is that I'm using
a different shell (bash).  What distro are you building on, which shell
are you using?

When I can get to it, I'll check in an update to CVS.

Thanks, Stuart



On Fri, 2008-11-07 at 11:13 -0200, Paulista UnB wrote:
> Hi, all !
> 
> I tryed to compile DirectFB and I got this error:
> 
> log:
> ---------------------------------------------------------------------------------
> + export
> FREETYPE_CONFIG=/home/eduardo/PDK/ltib-imx31modular-20080102/rootfs/usr/bin/freetype-config
> + /home/eduardo/PDK/ltib-imx31modular-20080102/rootfs/usr/bin/freetype-config 
> --prefix=/home/eduardo/PDK/ltib-imx31modular-20080102/rootfs//usr --cflags
> + export
> FREETYPE_CFLAGS=-I/home/eduardo/PDK/ltib-imx31modular-20080102/rootfs//usr/include/freetype2
>  -I/home/eduardo/PDK/ltib-imx31modular-20080102/rootfs//usr/include
> export: 1:
> -I/home/eduardo/PDK/ltib-imx31modular-20080102/rootfs//usr/include:
> bad variable name
> error: Bad exit status
> from /home/eduardo/PDK/ltib-imx31modular-20080102/tmp/rpm-tmp.50652 (%
> build)
> ---------------------------------------------------------------------------------
> 
> I fixed it making a small change in the DirectFB.spec.
> I changed the lines below:
> --------------------------------
> export FREETYPE_CONFIG=${DEV_IMAGE}/usr/bin/freetype-config
> export FREETYPE_CFLAGS=`${FREETYPE_CONFIG} --prefix=${DEV_IMAGE}/%{_prefix} 
> --cflags`
> 
> export FREETYPE_LIBS=`${FREETYPE_CONFIG} --prefix=${DEV_IMAGE}/%{_prefix} 
> --libs`
> -------------------------------
> by
> -----------------------------
> export FREETYPE_CONFIG=${DEV_IMAGE}/usr/bin/freetype-config
> 
> export FREETYPE_CFLAGS="`${FREETYPE_CONFIG} --prefix=${DEV_IMAGE}/%{_prefix} 
> --cflags`"
> export FREETYPE_LIBS="`${FREETYPE_CONFIG} --prefix=${DEV_IMAGE}/%{_prefix} 
> --libs`"
> 
> -----------------------------
> 
> This change could affect the program ?!
> 
> Thanks,
> Eduardo Silva
> www.ihouse.com.br
> _______________________________________________
> LTIB home page: http://bitshrine.org
> 
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib





reply via email to

[Prev in Thread] Current Thread [Next in Thread]