protux-devel
[Top][All Lists]
Advanced

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

Re: [Protux-devel] Context support ready, but cannot make install


From: Remon Sijrier
Subject: Re: [Protux-devel] Context support ready, but cannot make install
Date: Mon, 19 Apr 2004 01:36:44 +0200
User-agent: KMail/1.6.1

Here is what it looks on my machine when compiling Protux:

if ccache g++ -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/include/qt3 
-DQT_THREAD_SUPPORT -I/usr/local/include    -D_REENTRANT -g -O2 -MT Curve.o 
-MD -MP -MF ".deps/Curve.Tpo" \
  -c -o Curve.o `test -f 'Curve.cc' || echo './'`Curve.cc; \
then mv -f ".deps/Curve.Tpo" ".deps/Curve.Po"; \
else rm -f ".deps/Curve.Tpo"; exit 1; \
fi
In file included from Curve.cc:13:
../Song.hh:80: error: invalid in-class initialization of static data member of
   non-integral type `const JmbContext'
../Song.hh:81: error: invalid in-class initialization of static data member of
   non-integral type `const JmbContext'
../Song.hh:82: error: invalid in-class initialization of static data member of
   non-integral type `const JmbContext'
../Song.hh:83: error: invalid in-class initialization of static data member of
   non-integral type `const JmbContext'
../Song.hh:84: error: invalid in-class initialization of static data member of
   non-integral type `const JmbContext'
make[2]: *** [Curve.o] Error 1
make[2]: Leaving directory 
`/home/remon/projects/mustux/CVS/protux/src/filters'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/remon/projects/mustux/CVS/protux/src'
make: *** [install-recursive] Error 1

P.S.
I added ccache to my local Makefile to speed up compiling, this is not the on 
CVS!




reply via email to

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