Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eventbase.h is missing in CVS, so compiling event.cpp fails [sf#946469] #25

Closed
Windfisch opened this issue Sep 10, 2013 · 1 comment
Closed

Comments

@Windfisch
Copy link
Member

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.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

@Windfisch
Copy link
Member Author

Submitted by spamatica on 2004-05-02 22:51:18

Event base should be there,
It was added:
// $Id: eventbase.h,v 1.1 2004/04/24 14:58:51 wschweer Exp $

it could possibly be that you are experiencing sourceforge CVS
delays. The public cvs interface is not always up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant