gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Make error[Gnash on arm]


From: Prathap KV
Subject: Re: [Gnash-dev] Make error[Gnash on arm]
Date: Tue, 19 Jun 2007 13:26:18 +0530
User-agent: KMail/1.9.1

This is my configure script:
./configure --host=arm-linux --build=i686-pc-linux-gnu --target=arm-linux 
--prefix=/usr/local/arm/oe build_alias=i686-pc-linux-gnu host_alias=arm-linux 
target_alias=arm-linux --enable-gui=FB --disable-plugin --disable-sound 
--enable-renderer=AGG --disable-klash 
--with-jpeg-lib=/usr/local/arm/oe/arm-linux/lib 
--with-jpeg-incl=/usr/local/arm/oe/arm-linux/include 
--with-z-incl=/usr/local/arm/oe/arm-linux/include 
--with-z-lib=/usr/local/arm/oe/arm-linux/lib 
--with-agg-lib=/usr/local/arm/oe/lib --without-x11 --without-swfmill 
--with-top-level=/usr/local/arm/oe 
--with-boost-lib=/home/prathap/devel/gnash/device/boost_1_34_0/bin.v2/libs/thread/build/gcc-3.4.4/debug/threading-multi
 
--disable-cygnal --with-cairo=no


I have a strange problem..
When i did make dumpconfig |  GUI
It prints under GUI Toolkit decoding support...
        SDL_CFLAGS is -I/usr/local/arm/oe/include/SDL
        SDL_LIBS is -L/usr/local/arm/oe/lib -lSDL
        X11_CFLAGS is -I/usr/local/arm/oe/arm-linux/include
        X11_LIBS is -L/usr/local/arm/oe/arm-linux/lib -lX11 -lXext -lSM -lICE
at the end:
Graphics support...
        CAIRO_CFLAGS is
        CAIRO_LIBS is
        AGG_CFLAGS is -I/usr/local/arm/oe/include/agg2
        AGG_LIBS is -L/usr/local/arm/oe/lib -lagg
A blank value for CFLAGS means the header is installed in the
default system header location. All the LIBS should have a
legit value

Configurable options are:
Media handler: mad
Renderer engine: agg
GUI:
Extensions:

But in configure i have enabled FB as gui toolkit.
Her GUI has mentioned blank.
What might be the problem?

Thanks
Prathap K V



On Tuesday 19 June 2007 13:07, strk wrote:
> On Tue, Jun 19, 2007 at 12:50:03PM +0530, Prathap KV wrote:
> > Hello strk,
> >
> > On Tuesday 19 June 2007 12:32, strk wrote:
> > > 'make dumpconfig' | grep BOOST
> >
> > When i did
> > $make dumpconfig | grep BOOST
>
> ...
>
> >         BOOST_CFLAGS is -I/usr/local/arm/oe/include
> >         BOOST_LIBS is
> > -L/home/prathap/devel/gnash/device/boost_1_34_0/bin.v2/libs/thread/build/
> >gcc-3.4.4/debug/threading-multi
> >
> > I have this library  "libboost_thread-gcc34-mt-d-1_34.so.1.34.0" under
> > BOOST_LIBS location.
> > I copied boost directory under Boost root directory
> > to /uar/local/arm/oe/include.
>
> BOOST_LIBS is missing an -lboost_thread-gcc43-mt-d-1_34
> Set it in LD_FLAGS and rebuild, but the bug here is in the boost.m4 macro
> file it seems. Did you configure by passing --with-boost-libs ? If so, what
> value did you give ?
>
> --strk;




reply via email to

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