[Tse3-devel] tse3-0.3.0 compilation problem
Status: Beta
Brought to you by:
petegoodliffe
|
From: <ms...@wp...> - 2005-07-27 07:26:04
|
Hi, I downloaded tse3-0.3.0 and tried to compile it. I used configure: ./configure --prefix=/usr --with-doc-install --without-arts and I've only got warning about missing kde-config (and it's OK, I use Gnome). Unfortunately compilation failed (see below). I tried to correct it manualy, but without results. I have Fedora Core 3 and g++ 3.4.3. In google I only found similar problem without answer: http://forum.mandrake.pl/archive/index.php/t-7796.html Thanks for help Marcin <MAKE_RESULT> [szpak@szpak tse3-0.3.0]$ make make all-recursive make[1]: Entering directory `/home/szpak/cosie/soft3/u/tse3-0.3.0' Making all in doc /home/szpak/cosie/soft3/u/tse3-0.3.0/doc make[2]: Entering directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/doc' Making all in demos /home/szpak/cosie/soft3/u/tse3-0.3.0/demos make[2]: Entering directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/demos' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/demos' Making all in src /home/szpak/cosie/soft3/u/tse3-0.3.0/src make[2]: Entering directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/src' Making all in tse3 /home/szpak/cosie/soft3/u/tse3-0.3.0/src/tse3 make[3]: Entering directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/src/tse3' Making all in util /home/szpak/cosie/soft3/u/tse3-0.3.0/src/tse3/util make[4]: Entering directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/src/tse3/util' if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -g -O2 -W -Wall -ansi -pedantic -MT Demidify.lo -MD -MP -MF ".deps/Demidify.Tpo" \ -c -o Demidify.lo `test -f 'Demidify.cpp' || echo './'`Demidify.cpp; \ then mv -f ".deps/Demidify.Tpo" ".deps/Demidify.Plo"; \ else rm -f ".deps/Demidify.Tpo"; exit 1; \ fi g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -g -O2 -W -Wall -ansi -pedantic -MT Demidify.lo -MD -MP -MF .deps/Demidify.Tpo -c Demidify.cpp -fPIC -DPIC -DPIC -o Demidify.o In file included from ../../../src/tse3/util/Demidify.h:20, from Demidify.cpp:17: ../../../src/tse3/Midi.h:822: error: extra `;' In file included from ../../../src/tse3/Song.h:22, from Demidify.cpp:19: ../../../src/tse3/Notifier.h:293: error: extra `;' ../../../src/tse3/Notifier.h:370: error: using typedef-name `TSE3::Notifier<interface_type>::listener_type' after `class' ../../../src/tse3/Notifier.h:605: error: using typedef-name `TSE3::Listener<interface_type>::notifier_type' after `class' make[4]: *** [Demidify.lo] Error 1 make[4]: Leaving directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/src/tse3/util' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/src/tse3' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/szpak/cosie/soft3/u/tse3-0.3.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/szpak/cosie/soft3/u/tse3-0.3.0' make: *** [all] Error 2 </MAKE_RESULT> |