gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] can't compile KDE-AGG


From: Udo Giacomozzi
Subject: [Gnash-dev] can't compile KDE-AGG
Date: Wed, 1 Aug 2007 17:41:35 +0200

Dunno if this is a bug or I did something wrong, but starting with a a
working HEAD installation compiled for GTK-AGG I did:

make clean

./configure --enable-renderer=agg --enable-gui=kde 
--with-agg-incl=/home/udo/agg-2.5/include/ 
--with-agg-lib=/home/udo/agg-2.5/src/ --disable-sound --disable-cygnal 
--enable-media=none --enable-fps-debug

make

No errors while building, but I can't start Gnash:

$ gui/gnash
g++: gtk_gnash-gnash.o: No such file or directory
g++: gtk_gnash-gui.o: No such file or directory
g++: gtk_gnash-Player.o: No such file or directory
g++: gtk_gnash-NullGui.o: No such file or directory
g++: gtk_gnash-gui_gtk.o: No such file or directory
g++: gtk_gnash-gtk_glue_agg.o: No such file or directory
g++: gtk_gnash-gtk.o: No such file or directory


make dumpconfig (full output below) reports this:

Supported GUI:  ( default  )

What's wrong?

Udo



$ make dumpconfig

Building in directories: libbase libgeometry libamf server backend utilities 
gui testsuite po   plugin extensions
Some directories may be excluded from the build
Linux indunet 2.6.8-3-686 #1 Sat Jul 15 10:32:25 UTC 2006 i686 GNU/Linux
g++ -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug 
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
CXXFLAGS: -g -O2 -pthread     -W     -Wall     -Wcast-align     -Wcast-qual     
-Wpointer-arith     -Wreturn-type

Image decoding support...
        JPEG_CFLAGS is
        JPEG_LIBS is -ljpeg
        PNG_CFLAGS is
        PNG_LIBS is
Audio decoding support...
GUI Toolkit decoding support...
        SDL_CFLAGS is
        SDL_LIBS is
        KDE_CFLAGS is -I/usr/include/kde -I/usr/include/kde/kio
        KDE_LIBS is -lkdeui -lkdecore -lkdeprint
        QT_CFLAGS is -I/usr/include/qt3
        QT_LIBS is -L/usr/lib -lqt-mt
        X11_CFLAGS is -I/usr/include
        X11_LIBS is -L/usr/X11R6/lib -lX11 -lXinerama -lXext -lSM -lICE
Support libraries...
        INCLTDL -I./libltdl
        LIBLTDL ./libbase/libltdl.la
        GLIB_CFLAGS is
        GLIB_LIBS is
        Z_CFLAGS is
        Z_LIBS is -lz
        LIBXML_CFLAGS is -I/usr/include/libxml2
        LIBXML_LIBS is -lxml2 -lz -lpthread -lm
        FREETYPE2_CFLAGS is -I/usr/include/freetype2
        FREETYPE2_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 -L/usr/lib -lcurl
        BOOST_CFLAGS is -I/usr/include
        BOOST_LIBS is -lboost_date_time -lboost_thread
        MING_VERSION_CODE 00040005
        MING_LIBS -L/usr/local/lib -lz -lm -lpng -lming
        MING_CFLAGS -I/usr/local/include
        MAKESWF /usr/local/bin/makeswf
Graphics support...
        CAIRO_CFLAGS is
        CAIRO_LIBS is
        AGG_CFLAGS is -I/home/udo/agg-2.5/include
        AGG_LIBS is -L/home/udo/agg-2.5/src -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: none
Renderer engine: agg
Supported GUI:  ( default  )






reply via email to

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