gnash-dev
[Top][All Lists]
Advanced

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

Re[2]: [Gnash-dev] Boost compliation problem


From: Udo Giacomozzi
Subject: Re[2]: [Gnash-dev] Boost compliation problem
Date: Sat, 10 Feb 2007 18:38:36 +0100

Hello Markus,

Friday, February 9, 2007, 11:30:37 PM, you wrote:
MG> This is due to the boost-configure...
MG> Been there, done that.

You mean, that should be solved now? Nope.. same problem with current
CVS...

configure says:

        BOOST flags are: -I/usr/include
        BOOST libs are: -lboost_thread

but that should probably be like this:

        BOOST flags are: -I/usr/include -pthread
        BOOST libs are: -lboost_thread

        
Manually editing the resulting Makefiles let's me compile the thing,
but since 1 or 2 hours (cvs) I get this error too:

 g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" 
-I.. -I. -I.. -I../server -I/usr/include/libxml2 -I/usr/include -pthread 
-I../libltdl -g -O2 -march=athlon-xp -W -Wall -Wcast-align -Wcast-qual 
-Wpointer-arith -Wreturn-type -MT libgnashbase_la-tu_file.lo -MD -MP -MF 
.deps/libgnashbase_la-tu_file.Tpo -c tu_file.cpp  -fPIC -DPIC -o 
.libs/libgnashbase_la-tu_file.o
tu_file.cpp: In function `int mem_read_func(void*, int, void*)':
tu_file.cpp:176: error: use of `filebuf' is ambiguous
tu_file.cpp:108: error:   first declared as `class filebuf' here
/usr/include/c++/3.3/iosfwd:145: error:   also declared as `typedef struct
   std::basic_filebuf<char, std::char_traits<char> > std::filebuf' here
tu_file.cpp:176: error: `filebuf' denotes an ambiguous type
tu_file.cpp:108: error:   first type here
/usr/include/c++/3.3/iosfwd:86: error:   other type here
tu_file.cpp:176: error: `buf' undeclared (first use this function)
tu_file.cpp:176: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
tu_file.cpp:176: error: use of `filebuf' is ambiguous

...and lots more

make[2]: *** [libgnashbase_la-tu_file.lo] Error 1
make[2]: Leaving directory `/mnt/bigdrive/home/udo/gnash/libbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/bigdrive/home/udo/gnash'
make: *** [all] Error 2


Just to let you know.. maybe you're currently working on that..

Udo





reply via email to

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