On Wed, Apr 18, 2007 at 04:29:42PM +0200, Udo Giacomozzi wrote: > Wednesday, April 18, 2007, 4:18:08 PM, you wrote:
> s> Date.cpp: In function 'int gnash::minutes_east_of_gmt(tm&)': > s> Date.cpp:570: error: aggregate 'gnash::timeb tb' has incomplete type and > cannot be defined > s> Date.cpp:572: error: 'ftime' was not declared in this scope > > make clean > ./autogen.sh > ./configure ... > make > > solved this problem for me Confirmed, thanks. Warnings follow: Date.cpp: In function 'double gnash::rogue_date_args(const gnash::fn_call&, int)': Date.cpp:1302: warning: comparison between signed and unsigned integer expressions Date.cpp:1304: warning: comparison between signed and unsigned integer expressions Here are the changes in the swfdec testsuite: FAIL: run_swfdec_testsuite: object-math-5.swf (traces in object-math-5.swf.trace-gnash, log in object-math-5.swf.log) XPASS: run_swfdec_testsuite: /home/strk/src/swfdec/swfdec/test/trace/object-math-7.swf And these are ActionScript failures: FAIL: astests-v5-Runner: !isNaN(2+Number) [./Number.as:178] FAIL: astests-v5-Runner: !isNaN(Number.valueOf()) [./Number.as:277] XPASS: astests-v6-Runner: isNaN(2+Number) [./Number.as:180] XPASS: astests-v6-Runner: isNaN(Number.valueOf()) [./Number.as:264] FAIL: astests-v7-Runner: d2.valueOf() < d.valueOf() + 5000 [./Date.as:146] XPASS: astests-v7-Runner: isNaN(2+Number) [./Number.as:180] XPASS: astests-v7-Runner: isNaN(Number.valueOf()) [./Number.as:264] FAIL: astests-v8-Runner: d2.valueOf() < d.valueOf() + 5000 [./Date.as:146] XPASS: astests-v8-Runner: isNaN(2+Number) [./Number.as:180] XPASS: astests-v8-Runner: isNaN(Number.valueOf()) [./Number.as:264] --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
