gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] libltdl problem


From: Udo Giacomozzi
Subject: [Gnash-dev] libltdl problem
Date: Thu, 17 May 2007 08:49:09 +0200

Hi,

I can't build current HEAD:

While building I get some warnings:

ototypes -Wstrict-prototypes -c ../libltdl/ltdl.c  -fPIC -DPIC -o 
.libs/libltdl_la-ltdl.o
../libltdl/ltdl.c:1087: warning: function declaration isn't a prototype
../libltdl/ltdl.c: In function `sys_dl_open':
../libltdl/ltdl.c:1087: warning: unused parameter `loader_data'
../libltdl/ltdl.c: At top level:
../libltdl/ltdl.c:1102: warning: function declaration isn't a prototype
../libltdl/ltdl.c: In function `sys_dl_close':
../libltdl/ltdl.c:1102: warning: unused parameter `loader_data'
../libltdl/ltdl.c: At top level:
../libltdl/ltdl.c:1118: warning: function declaration isn't a prototype
../libltdl/ltdl.c: In function `sys_dl_sym':
[...]

Then it fails:

/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..  
-DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I.. -I. -I.. -I../libamf 
-I../server -I../server/swf -pthread  -I/usr/include/libxml2        
-I/usr/include      -pthread -march=athlon-xp     -W     -Wall     -Wcast-align 
    -Wcast-qual     -Wpointer-arith     -Wreturn-type      -c -o 
libgnashbase_la-extension.lo `test -f 'extension.cpp' || echo './'`extension.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" 
-I.. -I. -I.. -I../libamf -I../server -I../server/swf -pthread 
-I/usr/include/libxml2 -I/usr/include -pthread -march=athlon-xp -W -Wall 
-Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -c extension.cpp  -fPIC 
-DPIC -o .libs/libgnashbase_la-extension.o
extension.cpp:36:18: ltdl.h: No such file or directory
In file included from extension.cpp:42:
sharedlib.h:26:18: ltdl.h: No such file or directory
In file included from extension.cpp:42:
sharedlib.h:69: error: 'lt_dlhandle' is used as a type, but is not defined as a
   type.
extension.cpp: In constructor `gnash::Extension::Extension()':
extension.cpp:81: error: `lt_dlsetsearchpath' undeclared (first use this
   function)
extension.cpp:81: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
extension.cpp: In constructor `gnash::Extension::Extension(const char*)':
extension.cpp:92: error: `lt_dlsetsearchpath' undeclared (first use this
   function)
extension.cpp: In member function `bool gnash::Extension::scanAndLoad(const
   char*, gnash::as_object&)':
extension.cpp:105: error: `lt_dlsetsearchpath' undeclared (first use this
   function)
make[2]: *** [libgnashbase_la-extension.lo] Error 1
make[2]: Leaving directory `/mnt/bigdrive/home/udo/gnash/libbase'


I did clean/autogen/configure stuff.

My config line:

./configure --enable-renderer=agg --enable-gui=fb
--with-agg-incl=$AGG_INCL --with-agg-lib=$AGG_SRC --disable-sound
--with-extensions=fileio --disable-cygnal --enable-media=none
--with-pixelformat=BGRA32 --disable-plugin --disable-debugger
--disable-menus --disable-klash --disable-x11 --disable-glext
--prefix=/usr/local     


Configurable options are:
        Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias 
to enable.
        POSIX Threads support enabled (default)
        Web server support disabled (default)
        DMalloc support disabled (default). Use --enable-dmalloc to enable.
        Firefox plugin disabled.
        Konqueror plugin disabled.
        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:
        Building extensions:  fileio
        Renderer engine: agg
        GUI: fb
        Media handler: none

Configured paths for i686-pc-linux-gnu are:
        DocBook document processing disabled (default)
        XML flags are: -I/usr/include/libxml2
        XML libs are:  -lxml2 -lz -lpthread -lm
        JPEG flags are: default include path
        JPEG libs are: -ljpeg
        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: BGRA32
        AGG flags are: -I/home/udo/agg-2.5/include
        AGG libs are: -L/home/udo/agg-2.5/src -lagg
        BOOST flags are: -I/usr/include
        BOOST libs are: -L/usr/lib -lboost_date_time -lboost_thread
        MING version code is 00040005
        MING flags are -I/usr/local/include
        MING libs are -L/usr/local/lib -lz -lm -lpng -lming
        MAKESWF is /usr/local/bin/makeswf
        WARNING: You need to have the MTASC compiler packages installed
                 to run some of the tests in Gnash testsuite.
        Z flags are: default include path
        Z libs are: -lz


Any help?


Udo

PS: I'm back from Ireland, but could not yet read all the new mailing
list messages (and again am very busy).





reply via email to

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