protux-devel
[Top][All Lists]
Advanced

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

Re: [Protux-devel] praf compilation failing...


From: Martin Herren
Subject: Re: [Protux-devel] praf compilation failing...
Date: Sun, 3 Aug 2003 12:21:31 +0200

On Sun, 27 Jul 2003 18:53:42 -0300
Luciano Giordana <address@hidden> wrote:

> last cvs snapshot gives this when compiling praf tool :
> 
> 
> if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/lib/qt3/include 
> -DQT_THREAD_SUPPORT -I/usr/local/include  -D_REENTRANT -g -O2 -MT praf.o -MD 
> -MP -MF ".deps/praf.Tpo" \
>   -c -o praf.o `test -f 'praf.cc' || echo './'`praf.cc; \
> then mv ".deps/praf.Tpo" ".deps/praf.Po"; \
> else rm -f ".deps/praf.Tpo"; exit 1; \
> fi
> praf.cc: In function `int split_song(char*, int)':
> praf.cc:355: `cout' undeclared (first use this function)
> praf.cc:355: (Each undeclared identifier is reported only once for each 
> function it appears in.)
> make[2]: *** [praf.o] Error 1
> make[2]: Leaving directory `/home/giordana/mustux/protux/head/tools'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/giordana/mustux/protux/head'
> make: *** [all] Error 2

should be fixed with the
        using namespace std;
change you commited. The other way is to change cout to std::cout, but that 
doesn't seems to work in all cases...

/Martin

-- 
Martin Herren

Protux - A Free Professional Audio Tool for GNU/Linux:
-> http://www.nongnu.org/protux/
Satellite - BAR CONCERTS CAFES-THEATRES
-> http://sat.epfl.ch

Attachment: pgpBdX3vQX2b6.pgp
Description: PGP signature


reply via email to

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