make
cd mythmusic && make -f Makefile
make[1]: Entering directory `/usr/src/mythplugins-0.19/mythmusic/mythmusic'
g++ -c -pipe -Wall -W -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -DPREFIX=\"\" -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/include -I/usr/kde/3.3/include -I/include -I/usr/include/cdda -I../../../../include/qt3 -I../../../../X11R6/include -o cddecoder.o cddecoder.cpp
In file included from cddecoder.h:4,
from cddecoder.cpp:10:
decoder.h:9:35: error: mythtv/mythobservable.h: No such file or directory
cddecoder.cpp:12:32: error: mythtv/audiooutput.h: No such file or directory
In file included from metadata.h:10,
from cddecoder.cpp:13:
treecheckitem.h:4:34: error: mythtv/uilistbtntype.h: No such file or directory
In file included from cddecoder.cpp:13:
metadata.h:11:28: error: mythtv/uitypes.h: No such file or directory
cddecoder.cpp:15:32: error: mythtv/mythcontext.h: No such file or directory
decoder.h:26: error: expected class-name before { token
decoder.h:26: warning: class DecoderEvent has virtual functions but non-virtual destructor
decoder.h: In constructor DecoderEvent::DecoderEvent(DecoderEvent::Type):
decoder.h:31: error: class DecoderEvent does not have any field named MythEvent
decoder.h: In constructor DecoderEvent::DecoderEvent(QString*):
decoder.h:35: error: class DecoderEvent does not have any field named MythEvent
decoder.h: At global scope:
decoder.h:53: error: expected class-name before { token
treecheckitem.h:12: error: expected class-name before { token
treecheckitem.h:14: error: expected `)' before * token
treecheckitem.h:37: error: expected `)' before * token
treecheckitem.h:42: error: expected class-name before { token
treecheckitem.h:44: error: expected `)' before * token
treecheckitem.h:42: warning: class PlaylistItem has virtual functions but non-virtual destructor
treecheckitem.h:57: error: expected `)' before * token
treecheckitem.h:55: warning: class PlaylistTitle has virtual functions but non-virtual destructor
treecheckitem.h:72: error: expected `)' before * token
treecheckitem.h:70: warning: class PlaylistTrack has virtual functions but non-virtual destructor
treecheckitem.h:89: error: expected `)' before * token
treecheckitem.h:87: warning: class PlaylistPlaylist has virtual functions but non-virtual destructor
treecheckitem.h:95: error: expected `)' before * token
treecheckitem.h:93: warning: class PlaylistCD has virtual functions but non-virtual destructor
metadata.h:229: error: GenericTree has not been declared
metadata.h:242: error: ISO C++ forbids declaration of QDict with no type
metadata.h:242: error: expected ; before < token
metadata.h:299: error: GenericTree has not been declared
cddecoder.cpp: In constructor CdDecoder::CdDecoder(const QString&, DecoderFactory*, QIODevice*, AudioOutput*):
cddecoder.cpp:43: error: gContext was not declared in this scope
cddecoder.cpp: In member function void CdDecoder::flush(bool):
cddecoder.cpp:74: error: invalid use of undefined type struct AudioOutput
decoder.h:23: error: forward declaration of struct AudioOutput
cddecoder.cpp: In member function virtual bool CdDecoder::initialize():
cddecoder.cpp:140: error: invalid use of undefined type struct AudioOutput
decoder.h:23: error: forward declaration of struct AudioOutput
cddecoder.cpp:141: error: invalid use of undefined type struct AudioOutput
decoder.h:23: error: forward declaration of struct AudioOutput
cddecoder.cpp: In member function virtual void CdDecoder::run():
cddecoder.cpp:191: error: dispatch was not declared in this scope
cddecoder.cpp:225: error: invalid use of undefined type struct AudioOutput
decoder.h:23: error: forward declaration of struct AudioOutput
cddecoder.cpp:248: error: dispatch was not declared in this scope
cddecoder.cpp: In member function virtual Metadata* CdDecoder::getMetadata():
cddecoder.cpp:390: error: VB_IMPORTANT was not declared in this scope
cddecoder.cpp:390: error: VERBOSE was not declared in this scope
cddecoder.cpp: In member function virtual void CdDecoder::commitMetadata(Metadata*):
cddecoder.cpp:475: error: VB_IMPORTANT was not declared in this scope
cddecoder.cpp:475: error: VERBOSE was not declared in this scope
make[1]: *** [cddecoder.o] Error 1
make[1]: Leaving directory `/usr/src/mythplugins-0.19/mythmusic/mythmusic'
make: *** [sub-mythmusic] Error 2