protux-devel
[Top][All Lists]
Advanced

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

Re: [Protux-devel] [Fwd: compile error]


From: Martin Herren
Subject: Re: [Protux-devel] [Fwd: compile error]
Date: Thu, 08 May 2003 13:57:02 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1

Fabio dos Santos wrote:

-----Mensagem encaminhada-----

From: Greg Brondo <address@hidden>
To: address@hidden
Subject: compile error
Date: 06 May 2003 20:50:28 -0700

On Debian (unstable) I'm receiving this error when
compiling either the current stable or development
source:

Audio.cc: In member function `int
Audio::build(QString, QString)':
Audio.cc:69: `rewind' undeclared in namespace `std'
Audio.cc:101: `rewind' undeclared in namespace `std'


this problem has already been reported, but hasn't been fixed yet. The problem is that the Audio namespace has a rewind() function, which seems to masks the rewind() function of the stdlib on certain implemenations (where rewind() is not in the namespace std). The only clean solution seems to be to change the name of the rewind function in the Audio class.

/Martin






reply via email to

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