gnash-dev
[Top][All Lists]
Advanced

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

Re[2]: [Gnash-dev] loadMovieTestRunner failures


From: Udo Giacomozzi
Subject: Re[2]: [Gnash-dev] loadMovieTestRunner failures
Date: Tue, 6 Nov 2007 13:13:45 +0100

Hello strk,

Tuesday, November 6, 2007, 11:51:44 AM, you wrote:
s> Udo, all the symptoms are the ones fixed by Chad commit.

make clean

cvs update -d

./autogen.sh

CXX="ccache g++" ./configure --disable-debugger --enable-renderer=agg 
--enable-gui=gtk --disable-cygnal --enable-media=GST --with-pixelformat=RGB24 
--disable-static

make check

# same result...



s> Try wiping out loadMovieTestRunner and rebuild it, keep
s> an eye on CPP flags, there should be a MEDIADIR or something
s> like that which we expect an absolute falvor (not relative).

$ make dumpconfig

Building in directories: libbase libgeometry libamf libmedia server backend 
utilities gui plugin testsuite po
Some directories may be excluded from the build
Linux DebianLaptop 2.6.18-4-686 #1 SMP Wed Apr 18 09:55:10 UTC 2007 i686 
GNU/Linux
ccache g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-mpfr --with-tune=i686 
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
CXXFLAGS: -g -O2 -pthread     -W     -Wall     -Wcast-align     -Wcast-qual     
-Wpointer-arith     -Wreturn-type            -DNDEBUG        
-fvisibility-inlines-hidden

Image decoding support...
        JPEG_CFLAGS is
        JPEG_LIBS is -ljpeg
        PNG_CFLAGS is
        PNG_LIBS is
Audio decoding support...
        GSTREAMER_CFLAGS is -pthread -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
        GSTREAMER_LIBS is -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl 
-lgthread-2.0 -lxml2 -lglib-2.0
GUI Toolkit decoding support...
        SDL_CFLAGS is
        SDL_LIBS is
        GTK2_CFLAGS is -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 is -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_CFLAGS is -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include
        PANGO_LIBS is -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl 
-lglib-2.0
        ATK_CFLAGS is -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include
        ATK_LIBS is -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
        X11_CFLAGS is -I/usr/include
        X11_LIBS is -lX11 -lXinerama -lXext -lSM -lICE
Support libraries...
        INCLTDL
        LIBLTDL -lltdl
        GLIB_CFLAGS is -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
        GLIB_LIBS is -lglib-2.0
        Z_CFLAGS is
        Z_LIBS is -lz
        LIBXML_CFLAGS is -I/usr/include/libxml2
        LIBXML_LIBS is -lxml2
        FREETYPE_CFLAGS is -I/usr/include/freetype2
        FREETYPE_LIBS is -lfreetype -lz
        FONTCONFIG_CFLAGS is
        FONTCONFIG_LIBS is -lfontconfig
        PTHREAD_CFLAGS is -pthread
        PTHREAD_LIBS is -lpthread
        CURL_CFLAGS is
        CURL_LIBS is -lcurl
        BOOST_CFLAGS is -I/usr/include
        BOOST_LIBS is -lboost_thread -lboost_date_time -lboost_serialization
        BOOST_EXTRA_LIBS is -lboost_unit_test_framework
        MING_VERSION_CODE 00040005
        MING_LIBS -L/usr/local/lib -lz -lm -lungif -lpng -lming
        MING_CFLAGS -I/usr/local/include
        MAKESWF /usr/local/bin/makeswf
        MTASC /usr/bin/mtasc
        MTASC CLASSPATH /usr/share/ocaml/mtasc/std
Graphics support...
        AGG_CFLAGS is -I/usr/include/agg2
        AGG_LIBS is -lagg_pic

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: gst
        Renderer engine: agg
        Supported GUI: GTK
        Konqueror (KPARTS) plugin disabled
        Firefox (NSAPI) plugin enabled



s> testsuite/gnashrc doesn't really fit into the picture IIRC,
s> appending the "media" dir to the local sandboxes hsould
s> be dont by the loadMovieTestRunner.cpp code itself (take a look)

seems so...

URL mediaURL(MEDIADIR"/");

...

gnash::RcInitFile& rc = gnash::RcInitFile::getDefaultInstance();
rc.addLocalSandboxPath(MEDIADIR);


Udo





reply via email to

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