scheinbar leider doch..dbluelle hat geschrieben:Ich habe jetzt mal angefangen, seifes Änderungen ins CVS zu übernehmen.
Es sind erstmal die "ungefährlichen" Sachen, die keinen Einfluss auf die Kompilation für die Dbox haben (sollten).
diesen fehler kann ich bestätigen..
tine1084 hat geschrieben:Hallo, und ich bekomme seit heute folgenden fehler:
mfg tine1084Code: Alles auswählen
In file included from audio.cpp:27: ../../include/zapit/audio.h:27:23: ost/audio.h: No such file or directory In file included from audio.cpp:27: ../../include/zapit/audio.h:70: error: `audioStreamSource_t' does not name a type ../../include/zapit/audio.h:71: error: `audioStreamSource_t' has not been declared ../../include/zapit/audio.h:71: error: ISO C++ forbids declaration of `source' with no type ../../include/zapit/audio.h:74: error: `audioChannelSelect_t' has not been declared ../../include/zapit/audio.h:74: error: ISO C++ forbids declaration of `channel' with no type ../../include/zapit/audio.h:75: error: `audioChannelSelect_t' does not name a type audio.cpp: In member function `int CAudio::setBypassMode(int)': audio.cpp:45: error: `AUDIO_SET_BYPASS_MODE' undeclared (first use this function) audio.cpp:45: error: (Each undeclared identifier is reported only once for each function it appears in.) audio.cpp: In member function `int CAudio::setMute(int)': audio.cpp:50: error: `AUDIO_SET_MUTE' undeclared (first use this function) audio.cpp: In member function `int CAudio::setVolume(unsigned int, unsigned int)': audio.cpp:75: error: aggregate `audioMixer mixer' has incomplete type and cannot be defined audio.cpp:78: error: `AUDIO_SET_MIXER' undeclared (first use this function) audio.cpp: At global scope: audio.cpp:81: error: `int CAudio::setSource' is not a static member of `class CAudio' audio.cpp:81: error: `audioStreamSource_t' was not declared in this scope audio.cpp:82: error: expected `,' or `;' before '{' token audio.cpp:86: error: `audioStreamSource_t' does not name a type audio.cpp: In member function `int CAudio::start()': audio.cpp:95: error: `AUDIO_PLAY' undeclared (first use this function) audio.cpp: In member function `int CAudio::stop()': audio.cpp:100: error: `AUDIO_STOP' undeclared (first use this function) audio.cpp: At global scope: audio.cpp:103: error: `int CAudio::setChannel' is not a static member of `class CAudio' audio.cpp:103: error: `audioChannelSelect_t' was not declared in this scope audio.cpp:104: error: expected `,' or `;' before '{' token audio.cpp:108: error: `audioChannelSelect_t' does not name a type make[4]: *** [audio.lo] Fehler 1 make[4]: Leaving directory `/home/tine/mein_image/tuxbox-cvs/apps/dvb/zapit/src/zapost' make[3]: *** [all-recursive] Fehler 1 make[3]: Leaving directory `/home/tine/mein_image/tuxbox-cvs/apps/dvb/zapit/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/tine/mein_image/tuxbox-cvs/apps/dvb/zapit' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/home/tine/mein_image/tuxbox-cvs/apps/dvb/zapit' make: *** [.deps/zapit] Fehler 2 FEHLER: make flash-neutrino abgebrochen!!