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: Mon, 12 Feb 2007 10:54:49 +0100

Hello strk,

Sunday, February 11, 2007, 4:46:17 PM, you wrote:
s> I committed a fix for this, adding -pthread to PTHREAD_CFLAGS
s> when using linux (macros/pthreads.m4). This is what the error
s> message suggests.

s> Udo, can you confirm ?

Yes, compiles fine, thanks!

Just noticed some warnings:

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../backend -I../../server 
-I../../server/swf -I../../server/parser -I../../server/vm -I../../libbase 
-I../../libgeometry -I../../libamf -I../../libltdl -I../.. -pthread 
-I/usr/include -I/usr/include/libxml2 -g -O2 -pthread -march=athlon-xp -W -Wall 
-Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT Global.lo -MD -MP 
-MF .deps/Global.Tpo -c Global.cpp  -fPIC -DPIC -o .libs/Global.o
Global.cpp: In function `void gnash::as_global_trace(const gnash::fn_call&)':
Global.cpp:94: warning: too many arguments for format
Global.cpp:94: warning: too many arguments for format
Global.cpp: In function `void gnash::as_global_isnan(const gnash::fn_call&)':
Global.cpp:110: warning: too many arguments for format
Global.cpp:110: warning: too many arguments for format
Global.cpp: In function `void gnash::as_global_isfinite(const gnash::fn_call&)
   ':
   
...and some (similar) more...

But I get a working gnash executable nevertheless.

Udo





reply via email to

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