protux-devel
[Top][All Lists]
Advanced

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

Re: [Protux-devel] Finally


From: Remon Sijrier
Subject: Re: [Protux-devel] Finally
Date: Mon, 13 Oct 2003 15:43:33 +0200
User-agent: KMail/1.5.3

Hi Fabio,

I have the same problem. I can upload the fix for you, but probably other 
people get problems with this fix. (I'm almost sure not, but you never 
know :-) )

The getenv call is in the stdlib, and by including this lib you shouldnt have 
to call std::getenv. (This lib is included at the moment)

But this is still done this way. Remove the "std::" in front of the getenv in 
MustuxDebugger, and recompile. Everything should compile fine then.

Nice you have finally setup Debian unstable, protux needs testing ;-)

Greets,

Remon

On Monday 13 October 2003 14:11, Fabio dos Santos wrote:
> Ok guys,
>
> I finally got around to updating my Debian stable to unstable (sid), and
> now I fixed some of the weird problems I was having with the QT3 libs.
> But for some reason I still can't compile. I downloaded 0.19.7 from the
> site, and while compile libmustux I got the following error:
>
> ++++++++++++++++++++++++++++++++++++++++++
> bash-2.05b$ make
> make  all-am
> make[1]: Entering directory `/home/rsff/libmustux-0.19.7'
> if /bin/sh ./libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.
> -I/usr/include/qt3 -DQT_THREAD_SUPPORT  -D_REENTRANT -D_ALSA -g -O2 -MT
> MustuxDebugger.lo -MD -MP -MF ".deps/MustuxDebugger.Tpo" \
>   -c -o MustuxDebugger.lo `test -f 'MustuxDebugger.cc' || echo
> './'`MustuxDebugger.cc; \
> then mv ".deps/MustuxDebugger.Tpo" ".deps/MustuxDebugger.Plo"; \
> else rm -f ".deps/MustuxDebugger.Tpo"; exit 1; \
> fi
>  g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/qt3 -DQT_THREAD_SUPPORT
> -D_REENTRANT -D_ALSA -g -O2 -MT MustuxDebugger.lo -MD -MP -MF
> .deps/MustuxDebugger.Tpo -c MustuxDebugger.cc  -fPIC -DPIC -o
> .libs/MustuxDebugger.o
> MustuxDebugger.cc: In function `void
> MustuxDebugger::create_log(QString)':
> MustuxDebugger.cc:65: error: `getenv' undeclared in namespace `std'
> make[1]: ** [MustuxDebugger.lo] Erro 1
> make[1]: Leaving directory `/home/rsff/libmustux-0.19.7'
> make: ** [all] Erro 2
>
> ++++++++++++++++++++++++++++++++++++++++++
>
> I'm going to try installing from CVS meanwhile (i'm anxious to see the
> improvements... )


> Fabio.
> PS: Debian is very weird. Its the first and only distribution where
> unstable doesn't actually mean unstable. Most of the programs I'm
> running are now either faster or better than their stable friends. That
> is nothing short of incredably weird. I love free software...





reply via email to

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