bugGnash - The GNU Flash player - Bugs: bug #15931, Compile fail on Debian/AMD64...

 
 

bug #15931: Compile fail on Debian/AMD64 CVS[28-Feb-2006]

Submitted by:  None
Submitted on:  Tue 28 Feb 2006 03:47:43 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Release: NoneStatus: Duplicate
Privacy: PublicAssigned to: Rob Savoye <rsavoye>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Tue 28 Feb 2006 03:53:29 PM UTC, comment #2:

ok, looks like someone has just submitted a CVS patch, did an update and it now fails in the backend, but i'll wait a bit before posting that. Please close this bug.

Anonymous
Tue 28 Feb 2006 03:52:39 PM UTC, comment #1:

This is the same as #15927, which has just had the fix checked in.

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Tue 28 Feb 2006 03:47:43 PM UTC, original submission:

Just obtained the CVS today (28th Feb), ran autogen & configure (everything happy). Below is the error from make (ran a second time to just show the error). Let me know if you need any further information.

GCC version 3.4.6

triton:~/gnash$ make
make all-recursive
make[1]: Entering directory `/home/jeff/gnash'
Making all in libbase
make[2]: Entering directory `/home/jeff/gnash/libbase'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jeff/gnash/libbase'
Making all in libgeometry
make[2]: Entering directory `/home/jeff/gnash/libgeometry'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jeff/gnash/libgeometry'
Making all in server
make[2]: Entering directory `/home/jeff/gnash/server'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT textformat.lo -MD -MP -MF ".deps/textformat.Tpo" -c -o textformat.lo textformat.cpp; \
then mv -f ".deps/textformat.Tpo" ".deps/textformat.Plo"; else rm -f ".deps/textformat.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT timers.lo -MD -MP -MF ".deps/timers.Tpo" -c -o timers.lo timers.cpp; \
then mv -f ".deps/timers.Tpo" ".deps/timers.Plo"; else rm -f ".deps/timers.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT xml.lo -MD -MP -MF ".deps/xml.Tpo" -c -o xml.lo xml.cpp; \
then mv -f ".deps/xml.Tpo" ".deps/xml.Plo"; else rm -f ".deps/xml.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT xmlattrs.lo -MD -MP -MF ".deps/xmlattrs.Tpo" -c -o xmlattrs.lo xmlattrs.cpp; \
then mv -f ".deps/xmlattrs.Tpo" ".deps/xmlattrs.Plo"; else rm -f ".deps/xmlattrs.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT timers.lo -MD -MP -MF .deps/timers.Tpo -c timers.cpp -fPIC -DPIC -o .libs/timers.o
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT xmlattrs.lo -MD -MP -MF .deps/xmlattrs.Tpo -c xmlattrs.cpp -fPIC -DPIC -o .libs/xmlattrs.o
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT textformat.lo -MD -MP -MF .deps/textformat.Tpo -c textformat.cpp -fPIC -DPIC -o .libs/textformat.o
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -Wall -g -O2 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.cpp -fPIC -DPIC -o .libs/xml.o
In file included from gnash.h:34,
from action.h:30,
from timers.cpp:20:
Object.h: In member function `bool gnash::as_value::is_finite() const':
Object.h:282: error: `isfinite' undeclared (first use this function)
Object.h:282: error: (Each undeclared identifier is reported only once for each
function it appears in.)
In file included from gnash.h:34,
from action.h:30,
from xmlattrs.cpp:28:
Object.h: In member function `bool gnash::as_value::is_finite() const':
Object.h:282: error: `isfinite' undeclared (first use this function)
Object.h:282: error: (Each undeclared identifier is reported only once for each
function it appears in.)
In file included from gnash.h:34,
from action.h:30,
from xml.cpp:29:
Object.h: In member function `bool gnash::as_value::is_finite() const':
Object.h:282: error: `isfinite' undeclared (first use this function)
Object.h:282: error: (Each undeclared identifier is reported only once for each
function it appears in.)
In file included from gnash.h:34,
from action.h:30,
from textformat.h:24,
from textformat.cpp:20:
Object.h: In member function `bool gnash::as_value::is_finite() const':
Object.h:282: error: `isfinite' undeclared (first use this function)
Object.h:282: error: (Each undeclared identifier is reported only once for each
function it appears in.)
make[2]: *** [xmlattrs.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [timers.lo] Error 1
make[2]: *** [xml.lo] Error 1
make[2]: *** [textformat.lo] Error 1
make[2]: Leaving directory `/home/jeff/gnash/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jeff/gnash'
make: *** [all] Error 2

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Tue 28 Feb 2006 03:52:39 PM UTCrsavoyeStatusNone=>Duplicate
  Assigned toNone=>rsavoye
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1