HI
This is probably clueless -newbie question, but searching the list archive 
doesn't help
I am trying to cross compile 0.85 on arm linux 
i configure with 

sudo ./configure --prefix=/opt/crosstool/ --host=arm-linux build=i686-linux 
--disable-plugin --disable-debugger --disable-glext --disable-klash 
--disable-cynal --disable-menus --disable-rpath --disable-docbook 
--disable-shared --enable-static --enable-gui=sdl --enable-renderer=agg 
--with-agg-incl=/opt/crosstool/include/agg --with-agg-lib=/opt/crosstool/lib 
--with-libxml-incl=/opt/crosstool/include/libxml2 
--with-libxml-lib=/opt/crosstool/lib 
--with-sdl-incl=/opt/crosstool/include/SDL/ --with-sdl-lib=/opt/crosstool/lib 
--with-boost-incl=/opt/crosstool/include/boost-1_34_1 
--with-boost-lib=/opt/crosstool/lib --with-zlib-incl=/opt/crosstool/include 
--with-zlib-lib=/opt/crosstool/lib --with-curl-incl=/opt/crosstool/include 
--with-curl-lib=/opt/crosstool/lib --with-jpeg-incl=/opt/crosstool/include 
--with-jpeg-lib=/opt/crosstool/lib 
--with-png-incl=/opt/crosstool/include/libpng12 
--with-png-lib=/opt/crosstool/lib 
--with-gstreamer-incl=/opt/crosstool/include/gstreamer-0.10 
--with-gstreamer-lib=/opt/crosstool/lib 
--with-glib-incl=/opt/crosstool/include/glib-2.0 
--with-glib-lib=/opt/crosstool/lib --with-gif-incl=/opt/crosstool/include/ 
--with-gif-lib=/opt/crosstool/lib 
--with-freetype-incl=/opt/crosstool/include/freetype2 
--with-freetype-lib=/opt/crosstool/lib

but i get this warning 

        WARNING: without --enable-docbook we will use the cached
                 documentation files included in the gnash distribution.
                 If you change files in doc/C, you should --enable-docbook.

        WARNING: You need to have the zlib development packages installed
                 to play compressed SWF (most of them from version 6 up)
                 and to display some kinds of JPEG files.
                 Install it from http://www.zlib.net
                 or .deb users: apt-get install zlib1g-dev
                 or .rpm users: yum install zlib-devel.

        WARNING: You need the dejagnu package installed to get a summary
                 report after running ''make check''
                 Install it from http://www.gnu.org/software/dejagnu/
                 or .deb users: apt-get install dejagnu
                 or .rpm users: yum install dejagnu

1)I don't need the document ,can i cancel this?
2)I had cross compile zlib in my /opt/crosstool/include ,there have zconf.h and 
zlib.h in that file,libz.so,libz.so.1,lib.so.1.2.3 in opt/crosstool/lib, and i 
had set "--with-zlib-incl=/opt/crosstool/include 
--with-zlib-lib=/opt/crosstool/lib" in configure, why gnash can't find it ?
3)dejagnu need to cross compile?or just apt-get install dejagnu?

Thanks

                                          
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to