Hallo zusammen,
ich raffe es einfach nicht.
Basis ist gentoo. Das ebuild schlägt fehl. Scheint auch was mit dem i28n kram zu sein, aber was muß/kann ich da tun?
Grüße mentox
Code
g++ -O2 -march=i686 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-implicit-templates -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"cdda"' -DPLUGIN_CDDA -DWITHOUT_PRELOADER -I/usr/include -I/usr/include -I/usr/local/include audio_player.c
In file included from audio_decoder.c:12:0:
audio_decoder.h:37:1: warning: 'typedef' was ignored in this declaration
g++ -O2 -march=i686 -pipe -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-implicit-templates -c -DCONFDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"cdda"' -DPLUGIN_CDDA -DWITHOUT_PRELOADER -I/usr/include -I/usr/include -I/usr/local/include cdda_i18n.c
In file included from cdda_i18n.c:9:0:
cdda_i18n.h:15:14: error: 'tI18nPhrase' does not name a type
cdda_i18n.c:11:7: error: 'tI18nPhrase' does not name a type
make: *** [cdda_i18n.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from audio_player.h:15:0,
from audio_player.c:19:
audio_decoder.h:37:1: warning: 'typedef' was ignored in this declaration
audio_player.c: In member function 'void cAudioControl::ShowPlaylist(bool)':
audio_player.c:563:65: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c:565:88: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c: In member function 'void cAudioControl::RefreshProgress(int)':
audio_player.c:460:68: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c:465:59: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c:467:67: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
Display More
Uwe hat mir schon seine Mods gegeben, leider schaffe ich es nicht diese auf die gentoo welt zu migrieren. Mit anderen Worten bei mir compiliert es nicht.
vg mentox