gnash
[Top][All Lists]
Advanced

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

[Gnash] doubts about gnash


From: shamju joseph
Subject: [Gnash] doubts about gnash
Date: Sun, 15 Oct 2006 23:54:02 -0700 (PDT)

--- Rob Savoye <address@hidden> wrote:

> shamju joseph wrote:
> 
> > Thanks....but when I tried to configure gnash
> without
> > giving --enable-gui, I got configure error saying
> gtk
> > is missing (it's taking gtk as default). What's
> the
> > configure command to configure gnash without
> SDL,GTK
> > and X dependencies?
> 
>   configure --enable-gui=fb --enable-renderer=agg is
> what you want
> to do to get a framebuffer (no gui) support using
> AGG instead of OpenGL.
> I assume this is what you mean by no X.
> 
> > The README file says "It can be run as a library
> used
> > by other programs". How to configure gnash for
> this?
> 
>   As Gnash is GPL'd, your program would also have to
> be GPL'd. btw, this
> doesn't need to be on both Gnash lists, so after
> this lets keep this
> discussion on gnash-dev.
> 
>       - rob -
> 


Thanks.... that worked, but the ldd on gnash still
shows some X dependency
(libX11,libXi,libXau,libXdmcp,libXext), why is it so? 

The configure and ldd outputs are given below.

shamju joseph

address@hidden bin]$ ./configure
--prefix=/home/shamju2/Project2/gnashfb/gnash/archindep
  
--exec-prefix=/home/shamju2/Project2/gnashfb/gnash/archdep
 
--oldincludedir=/home/shamju2/Project2/gnash/oldindir
--disable-xml --enable-gui=fb --enable-renderer=Agg
--disable-plugin  --disable-glext
--with-agg-incl=/home/shamju2/AGG/agg-2.4/agg-2.4/include
--with-agg-lib=/home/shamju2/AGG/agg-2.4/agg-2.4/src  
    



address@hidden bin]$ ldd ./gnash
        linux-gate.so.1 =>  (0x00332000)
        libgnashgui.so.0 =>
/home/shamju2/Project2/gnashfb/gnash/archdep/lib/libgnashgui.so.0
(0x006ee000)
        libgnashamf.so.0 =>
/home/shamju2/Project2/gnashfb/gnash/archdep/lib/libgnashamf.so.0
(0x00aaa000)
        libgnashbackend.so.0 =>
/home/shamju2/Project2/gnashfb/gnash/archdep/lib/libgnashbackend.so.0
(0x005ac000)
        libgnashserver.so.0 =>
/home/shamju2/Project2/gnashfb/gnash/archdep/lib/libgnashserver.so.0
(0x0015f000)
        libgnashbase.so.0 =>
/home/shamju2/Project2/gnashfb/gnash/archdep/lib/libgnashbase.so.0
(0x00db8000)
        libidn.so.11 => /usr/lib/libidn.so.11
(0x00429000)
        libgnashgeo.so.0 =>
/home/shamju2/Project2/gnashfb/gnash/archdep/lib/libgnashgeo.so.0
(0x00111000)
        libgnashplayer.so.0 =>
/home/shamju2/Project2/gnashfb/gnash/archdep/lib/libgnashplayer.so.0
(0x00123000)
        libpng12.so.0 => /usr/lib/libpng12.so.0
(0x00a1a000)
        libogg.so.0 => /usr/lib/libogg.so.0
(0x00890000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62
(0x00ad6000)
        libcurl.so.3 => /usr/lib/libcurl.so.3
(0x00cd6000)
        libdl.so.2 => /lib/libdl.so.2 (0x00cbb000)
        libgssapi_krb5.so.2 =>
/usr/lib/libgssapi_krb5.so.2 (0x003c7000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3
(0x002bc000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3
(0x00333000)
        libkrb5support.so.0 =>
/usr/lib/libkrb5support.so.0 (0x00128000)
        libcom_err.so.2 => /lib/libcom_err.so.2
(0x0012c000)
        libresolv.so.2 => /lib/libresolv.so.2
(0x0012f000)
        libssl.so.6 => /lib/libssl.so.6 (0x003e2000)
        libcrypto.so.6 => /lib/libcrypto.so.6
(0x00459000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00cc1000)
        librt.so.1 => /lib/librt.so.1 (0x00367000)
        libX11.so.6 => /usr/lib/libX11.so.6
(0x005df000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0x02a70000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6
(0x028ce000)
        libm.so.6 => /lib/libm.so.6 (0x00c94000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1
(0x00ac8000)
        libc.so.6 => /lib/libc.so.6 (0x00b5f000)
        /lib/ld-linux.so.2 (0x00b3e000)
        libpthread.so.0 => /lib/libpthread.so.0
(0x00971000)
        libXau.so.6 => /usr/lib/libXau.so.6
(0x00142000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6
(0x00145000)
        libXext.so.6 => /usr/lib/libXext.so.6
(0x0014b000)
address@hidden bin]$                









__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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