You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ladcca-0.4.0
ladspa-sdk-1.12
jack-audio-connection-kit-0.94.0
fluidsynth-cvs-20040502 (fluidsynth-1.0.3 is broken, compile fails due to incorrect Use_CCA_Jack in fluidsynth.c)
libsndfile-1.0.9 (does not work with MusE, I had to set PKG_CONFIG_PATH manually)
alsa-driver-1.0.4
KDE 3.1.4 (devel)
Qt 3.2.1 (devel)
make[4]: Entering directory /tmp/muse/muse' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -fno-exceptions -Wall -W -D_GNU_SOURCE -D_REENTRANT -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -I.. -I../muse/widgets -I/usr/lib/qt/include -I.. -I../synti -Imidiedit -Iarranger -Iliste -Iwidgets -Imixer -Idriver -Iwaveedit -Implugins -Iinstruments -DINSTPREFIX=\"/usr/local\" -I/usr/local/include/ladcca-1.0 -I/usr/local/include -I/usr/include/alsa -g -O2 -MT event.o -MD -MP -MF ".deps/event.Tpo" \ -c -o event.otest -f 'event.cpp' || echo './'event.cpp; \ then mv -f ".deps/event.Tpo" ".deps/event.Po"; \ else rm -f ".deps/event.Tpo"; exit 1; \ fi event.cpp:12:23: eventbase.h: No such file or directory In file included from event.cpp:13: waveevent.h:12:23: eventbase.h: No such file or directory In file included from event.cpp:13: waveevent.h:18: base classEventBase' has incomplete type
waveevent.h: In member function virtual EventBase* WaveEventBase::clone()': waveevent.h:24: cannot convertWaveEventBase_' to EventBase_' in return In file included from event.cpp:14: midievent.h:12:23: eventbase.h: No such file or directory In file included from event.cpp:14: midievent.h: At global scope: midievent.h:18: base class EventBase' has incomplete type
midievent.h: In member functionvirtual EventBase\* MidiEventBase::clone()': midievent.h:22: cannot convert MidiEventBase*' toEventBase_' in return midievent.h: In member function virtual bool MidiEventBase::isNote() const':
midievent.h:28:type' undeclared (first use this function) midievent.h:28: (Each undeclared identifier is reported only once for each function it appears in.) [...] [...] [...] event.cpp:167: invalid use of undefined type struct EventBase'
event.h:21: forward declaration ofstruct EventBase' make[4]: *_\* [event.o] Error 1 make[4]: Leaving directory /tmp/muse/muse'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory/tmp/muse/muse' make[2]: **\* [all] Error 2 make[2]: Leaving directory /tmp/muse/muse'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory`/tmp/muse'
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Submitted by nobody on 2004-05-02 17:40:36
Downloaded CVS MusE:
cvs -d:pserver:[email protected]:/cvsroot/lmuse login
cvs -z3 -d:pserver:[email protected]:/cvsroot/lmuse co muse
Installed pre-requisites:
ladcca-0.4.0
ladspa-sdk-1.12
jack-audio-connection-kit-0.94.0
fluidsynth-cvs-20040502 (fluidsynth-1.0.3 is broken, compile fails due to incorrect Use_CCA_Jack in fluidsynth.c)
libsndfile-1.0.9 (does not work with MusE, I had to set PKG_CONFIG_PATH manually)
alsa-driver-1.0.4
KDE 3.1.4 (devel)
Qt 3.2.1 (devel)
make[4]: Entering directory
/tmp/muse/muse' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -fno-exceptions -Wall -W -D_GNU_SOURCE -D_REENTRANT -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -I.. -I../muse/widgets -I/usr/lib/qt/include -I.. -I../synti -Imidiedit -Iarranger -Iliste -Iwidgets -Imixer -Idriver -Iwaveedit -Implugins -Iinstruments -DINSTPREFIX=\"/usr/local\" -I/usr/local/include/ladcca-1.0 -I/usr/local/include -I/usr/include/alsa -g -O2 -MT event.o -MD -MP -MF ".deps/event.Tpo" \ -c -o event.o
test -f 'event.cpp' || echo './'event.cpp; \ then mv -f ".deps/event.Tpo" ".deps/event.Po"; \ else rm -f ".deps/event.Tpo"; exit 1; \ fi event.cpp:12:23: eventbase.h: No such file or directory In file included from event.cpp:13: waveevent.h:12:23: eventbase.h: No such file or directory In file included from event.cpp:13: waveevent.h:18: base class
EventBase' has incomplete typewaveevent.h: In member function
virtual EventBase* WaveEventBase::clone()': waveevent.h:24: cannot convert
WaveEventBase_' toEventBase_' in return In file included from event.cpp:14: midievent.h:12:23: eventbase.h: No such file or directory In file included from event.cpp:14: midievent.h: At global scope: midievent.h:18: base class
EventBase' has incomplete typemidievent.h: In member function
virtual EventBase\* MidiEventBase::clone()': midievent.h:22: cannot convert
MidiEventBase*' toEventBase_' in return midievent.h: In member function
virtual bool MidiEventBase::isNote() const':midievent.h:28:
type' undeclared (first use this function) midievent.h:28: (Each undeclared identifier is reported only once for each function it appears in.) [...] [...] [...] event.cpp:167: invalid use of undefined type
struct EventBase'event.h:21: forward declaration of
struct EventBase' make[4]: *_\* [event.o] Error 1 make[4]: Leaving directory
/tmp/muse/muse'make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
/tmp/muse/muse' make[2]: **\* [all] Error 2 make[2]: Leaving directory
/tmp/muse/muse'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory`/tmp/muse'
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: