wenn ich mit einem aktuellen CVS (newmake-Branch) die Dateien aus der streamer.tar.gz austausche (movieplayer.cpp, filebrowser.cpp und die anderen), und dann ein make yadd-neutrino mache, dann erhalte ich ein ganzes sammelsurium an Fehlermeldungen:
Code: Alles auswählen
driver/libneutrino_driver.a(vcrcontrol.o)(.text+0x2d3c): In function `CVCRControl::CFileAndServerDevice::getMovieInfoString(CVCRControl::CVCRStates, unsigned long long, unsigned long long, unsigned char, long)':
: undefined reference to `CMovieInfo::CMovieInfo()'
driver/libneutrino_driver.a(vcrcontrol.o)(.text+0x2da4): In function `CVCRControl::CFileAndServerDevice::getMovieInfoString(CVCRControl::CVCRStates, unsigned long long, unsigned long long, unsigned char, long)':
: undefined reference to `CMovieInfo::clearMovieInfo(MI_MOVIE_INFO*)'
driver/libneutrino_driver.a(vcrcontrol.o)(.text+0x35ac): In function `CVCRControl::CFileAndServerDevice::getMovieInfoString(CVCRControl::CVCRStates, unsigned long long, unsigned long long, unsigned char, long)':
: undefined reference to `CMovieInfo::encodeMovieInfoXml(std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, MI_MOVIE_INFO&)'
driver/libneutrino_driver.a(vcrcontrol.o)(.text+0x3788): In function `CVCRControl::CFileAndServerDevice::getMovieInfoString(CVCRControl::CVCRStates, unsigned long long, unsigned long long, unsigned char, long)':
: undefined reference to `CMovieInfo::~CMovieInfo()'
driver/libneutrino_driver.a(vcrcontrol.o)(.text+0x3978): In function `CVCRControl::CFileAndServerDevice::getMovieInfoString(CVCRControl::CVCRStates, unsigned long long, unsigned long long, unsigned char, long)':
: undefined reference to `CMovieInfo::~CMovieInfo()'
collect2: ld returned 1 exit status
make[4]: *** [neutrino] Fehler 1
make[4]: Leaving directory `/mnt/exthd_lin2/dbox_newmake/apps/tuxbox/neutrino/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/mnt/exthd_lin2/dbox_newmake/apps/tuxbox/neutrino/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/mnt/exthd_lin2/dbox_newmake/apps/tuxbox/neutrino'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/mnt/exthd_lin2/dbox_newmake/apps/tuxbox/neutrino'
make: *** [neutrino] Fehler 2
Danke schonmal,
Christoph