protux-devel
[Top][All Lists]
Advanced

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

Re: [Protux-devel] commiting stuff


From: booker
Subject: Re: [Protux-devel] commiting stuff
Date: Thu, 29 May 2003 15:56:35 +0200
User-agent: KMail/1.5

Am Donnerstag, 29. Mai 2003 14:42 schrieb Martin Herren:
> On Wed, 28 May 2003 23:16:49 -0300
>
> Luciano Giordana <address@hidden> wrote:
> > I will be commiting my stuff in some minutes, I hope you guys have
> > updated your local tree. BTW, I still cant compile. please, check my last
> > email if possible. Thanks
>
> i just compiled the latest CVS version of libmustux, had to change includes
> in MustuxAudioFileFormats.cc: - remove #include <mustux.h> (mustux.h can't
> be used inside libmustux, as we can't assume libmustux is already
> installed... it should only be used from Protux) - added  #include
> "MustuxDebugger.hh"
>


Hi,

I got this error when running make (after a fresh checkout) ....


address@hidden mustuxlib]$ make
make  all-am
make[1]: Entering directory `/home/booker/cvs/mustux/mustuxlib'
if /bin/sh ./libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.     
-I/usr/lib/qt3/include -DQT_THREAD_SUPPORT  -D_REENTRANT -D_ALSA -MT 
MustuxAudioFileFormats.lo -MD -MP -MF ".deps/MustuxAudioFileFormats.Tpo" \
  -c -o MustuxAudioFileFormats.lo `test -f 'MustuxAudioFileFormats.cc' || echo 
'./'`MustuxAudioFileFormats.cc; \
then mv ".deps/MustuxAudioFileFormats.Tpo" ".deps/MustuxAudioFileFormats.Plo"; 
\
else rm -f ".deps/MustuxAudioFileFormats.Tpo"; exit 1; \
fi
rm -f .libs/MustuxAudioFileFormats.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/lib/qt3/include -DQT_THREAD_SUPPORT 
-D_REENTRANT -D_ALSA -MT MustuxAudioFileFormats.lo -MD -MP -MF 
.deps/MustuxAudioFileFormats.Tpo -c MustuxAudioFileFormats.cc  -fPIC -DPIC -o 
.libs/MustuxAudioFileFormats.lo
MustuxAudioFileFormats.cc: In member function `void PrafFile::rewind()':
MustuxAudioFileFormats.cc:241: `rewind' undeclared in namespace `std'
MustuxAudioFileFormats.cc: In member function `void WavFile::rewind()':
MustuxAudioFileFormats.cc:484: `rewind' undeclared in namespace `std'
make[1]: *** [MustuxAudioFileFormats.lo] Error 1
make[1]: Leaving directory `/home/booker/cvs/mustux/mustuxlib'
make: *** [all] Error 2
address@hidden mustuxlib]$



Maybe there should be some more #includes  added to   
"MustuxAudioFileFormats.cc"  ?


I use:
automake (GNU automake) 1.4-p6
Autoconf version 2.13



greetings
Reinhard





reply via email to

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