View Single Post
  #1 (permalink)  
Old August 22nd, 2006
Ax3 Ax3 is offline
Novicius
 
Join Date: August 22nd, 2006
Posts: 1
Ax3 is flying high
Default error during make

Hello

I am not able to install Qtella 0.6.5. Iam getting the following error during 'make:

Making all in src
make[2]: Entering directory `/home/vincent/qtella/qtella-0.6.5/src'
if g++ -DHAVE_CONFIG_H -fexceptions -DUSEKDE -DPIXMAPDIR=\"/usr/local/share/qtella/pixmaps\" -DLANG_DIR=\"/usr/local/share/qtella/language\" -I. -I. -I.. -DQT_THREAD_SUPPORT -I../include -I../ui -I/usr/lib/qt3/include -I/opt/kde3/include -I/usr/include/vorbis -g -O2 -MT AudioFile.o -MD -MP -MF ".deps/AudioFile.Tpo" -c -o AudioFile.o AudioFile.cpp; \
then mv -f ".deps/AudioFile.Tpo" ".deps/AudioFile.Po"; else rm -f ".deps/AudioFile.Tpo"; exit 1; fi
../include/AudioMp3.h:14: error: extra qualification ‘AudioMp3::’ on member ‘AudioMp3’
../include/AudioWav.h:14: error: extra qualification ‘AudioWav::’ on member ‘AudioWav’
../include/AudioOgg.h:14: error: extra qualification ‘AudioOgg::’ on member ‘AudioOgg’
make[2]: *** [AudioFile.o] Error 1
make[2]: Leaving directory `/home/vincent/qtella/qtella-0.6.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vincent/qtella/qtella-0.6.5'
make: *** [all] Error 2


I have searched to no avail. Plz help.
Reply With Quote