gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] address@hidden: Re: [Gnash] Call for test on 0.8.1-rc3]


From: strk
Subject: [Gnash-dev] address@hidden: Re: [Gnash] Call for test on 0.8.1-rc3]
Date: Wed, 22 Aug 2007 19:53:30 +0200

It seems boost-thread detection fix (bug #20847) broke for someone else's 
system...

----- Forwarded message from James McGill <address@hidden> -----

Date: Wed, 22 Aug 2007 10:46:41 -0700
From: James McGill <address@hidden>
Subject: Re: [Gnash] Call for test on 0.8.1-rc3
To: strk <address@hidden>

strk wrote:
>Third release candidate for Gnash 0.8.1 is online:
I tried to build it on a freshly installed Ubuntu 7.04, gcc-2.95

configure errors on libboost-thread-dev even though it's installed.

Also warns about libming-dev, which is installed.

Script started on Wed 22 Aug 2007 10:32:16 AM MST
address@hidden:~/gnash-0.8.1-rc3$ ./configure

Configurable options are:
        Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias 
to enable.
        MIT-SHM X extension support disabled (default). Use --enable-mit-shm to 
enable.
        POSIX Threads support enabled (default)
        DMalloc support disabled (default). Use --enable-dmalloc to enable.
        Firefox plugin enabled (default). Use --disable-nsapi to disable.
        Konqueror plugin enabled (default). Use --disable-kparts to disable
        GNOME help disabled (default). Use --enable-ghelp to enable.
        Building Cygnal media server disabled.
        Building the Flash debugger is disabled.
        Top level for cross compiling support files is: 
        GUI toolkits supported: kde,gtk
        Renderers supported: agg
        Media handler: ffmpeg
        Using SDL for sound handling

Configured paths for i686-pc-linux-gnu are:
        DocBook document processing disabled (default)
        XML flags are: -I/usr/include/libxml2
        XML libs are:  -lxml2
        KDE flags are: -I/usr/include/kde -I/usr/include/kde/kio
        KDE libs are: -lkdeui -lkdecore -lkdeprint
        QT flags are: -I/usr/include/qt3
        QT libs are: -L/usr/lib -lqt-mt
        JPEG flags are: default include path
        JPEG libs are: -ljpeg 
        GTK2 flags are: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12   
        GTK2 libs are: -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 
-lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr 
-lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl 
-lglib-2.0  
        Pango flags are: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include  
        Pango libs are: -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 
-ldl -lglib-2.0  
        GLib flags are: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
        GLib libs are: -lglib-2.0  
        ATK flags are: -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include  
        ATK libs are: -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
        MP3 and video support enabled through ffmpeg
        FFMPEG flags are: default include path
        FFMPEG libs are:  -lavcodec -lz -la52 -ldts -lgsm -ldc1394_control -ldl 
-lvorbisenc -lraw1394 -lavutil -lvorbis -lm -logg   -ldts_pic   -lvorbisenc 
-lvorbis -lm -logg   -lavformat -lavcodec -lz -la52 -ldts -lgsm 
-ldc1394_control -ldl -lvorbisenc -lraw1394 -lavutil -lvorbis -lm -logg   
-lavutil   -ltheora -logg   -lgsm -ldc1394_control
        SDL flags are: -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  
        SDL libs are: -lSDL  
        Plugin will be installed in /home/jmcgill/.mozilla/plugins
        POSIX Threads flags are: -pthread
        POSIX Threads lib is: -lpthread
        This version of libCurl doesn't have RTMP support
        CURL flags are: default include path
        CURL libs are: -L/usr/lib -lcurl
        AGG Pixel format is: all
        AGG flags are: -I/usr/include/agg2  
        AGG libs are:  -lagg_pic  
        ERROR: The BOOST thread package is needed to compile cygnal!
               Install it from http://boost.org
               or .deb users: apt-get install libboost-thread-dev
        BOOST flags are: 
        BOOST libs are:  -lboost_thread
        WARNING: You need to have the Ming development and utilities packages
                 installed to run most of the tests in Gnash testsuite.
                 Install it from http://ming.sourceforge.net
                 or .deb users: apt-get install libming-dev
        MTASC is /usr/bin/mtasc
        MTASC CLASSPATH is /usr/bin/std
        WARNING: You need to have the 'swfmill' tool installed
                 to run some of the tests in Gnash testsuite.
                 You can install it from http://iterative.org/swfmill/
        Z flags are: default include path
        Z libs are: -lz 
        FreeType flags are: -I/usr/include/freetype2  
        FreeType libs are: -lfreetype -lz  
        Fontconfig flags are:  
        Fontconfig libs are: -lfontconfig  

configure: error: Please install required packages

address@hidden:~/gnash-0.8.1-rc3$ sudo apt-get install libming-dev
libming-dev is already the newest version.

address@hidden:~/gnash-0.8.1-rc3$ sudo apt-get install libboost-thread-dev
libboost-thread-dev is already the newest version.

address@hidden:~/gnash-0.8.1-rc3$ exit

Script done on Wed 22 Aug 2007 10:34:39 AM MST


----- End forwarded message -----

-- 

 ()   ASCII Ribbon Campaign
 /\   Keep it simple! 





reply via email to

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