Quantcast
Channel: Kodinerds.net - Deutschsprachiges Forum zum Kodi Entertainment Center
Viewing all articles
Browse latest Browse all 87137

Kodi Krypton aus GIT

$
0
0
Guten Morgen,

ich hab seit Tagen ein Problem beim Bauen von KODI aus dem Git.

Betriebssystem ist ein Gentoo. Alles auf neustem Stand. Alles neu aufgesetzt.

Was hab ich gemacht:
git clone git://github.com/xbmc/xbmc.git
cd xbmc/
git checkout Krypton
./bootstrap
./configure PYTHON_VERSION=2.7
make -j1

Folgendes Problem:

Quellcode

  1. Engines/ActiveAE/ActiveAE.cpp: In Elementfunktion »virtual IAESound* ActiveAE::CActiveAE::MakeSound(const string&)«:
  2. Engines/ActiveAE/ActiveAE.cpp:2989:38: Warnung: »AVStream::codec« is deprecated (declared at /opt/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  3. dec_ctx = fmt_ctx->streams[0]->codec;
  4. ^
  5. Engines/ActiveAE/ActiveAE.cpp:2989:38: Warnung: »AVStream::codec« is deprecated (declared at /opt/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  6. Engines/ActiveAE/ActiveAE.cpp:3029:13: Warnung: »int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)« is deprecated (declared at /opt/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include/libavcodec/avcodec.h:4704) [-Wdeprecated-declarations]
  7. len = avcodec_decode_audio4(dec_ctx, decoded_frame, &got_frame, &avpkt);
  8. ^
  9. Engines/ActiveAE/ActiveAE.cpp:3029:77: Warnung: »int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)« is deprecated (declared at /opt/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include/libavcodec/avcodec.h:4704) [-Wdeprecated-declarations]
  10. len = avcodec_decode_audio4(dec_ctx, decoded_frame, &got_frame, &avpkt);
  11. ^
  12. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESink.o
  13. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEStream.o
  14. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESound.o
  15. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEResampleFFMPEG.o
  16. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEResamplePi.o
  17. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEBuffer.o
  18. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEFilter.o
  19. CPP xbmc/cores/AudioEngine/Sinks/AESinkALSA.o
  20. CPP xbmc/cores/AudioEngine/Sinks/alsa/ALSADeviceMonitor.o
  21. CPP xbmc/cores/AudioEngine/Sinks/alsa/ALSAHControlMonitor.o
  22. CPP xbmc/cores/AudioEngine/Sinks/AESinkOSS.o
  23. CPP xbmc/cores/AudioEngine/Sinks/AESinkPULSE.o
  24. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSP.o
  25. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPMode.o
  26. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPAddon.o
  27. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPDatabase.o
  28. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPProcess.o
  29. CPP xbmc/cores/AudioEngine/Utils/AEChannelInfo.o
  30. CPP xbmc/cores/AudioEngine/Utils/AEUtil.o
  31. CPP xbmc/cores/AudioEngine/Utils/AEStreamInfo.o
  32. CPP xbmc/cores/AudioEngine/Utils/AEPackIEC61937.o
  33. CPP xbmc/cores/AudioEngine/Utils/AEBitstreamPacker.o
  34. CPP xbmc/cores/AudioEngine/Utils/AEELDParser.o
  35. CPP xbmc/cores/AudioEngine/Utils/AEDeviceInfo.o
  36. CPP xbmc/cores/AudioEngine/Utils/AELimiter.o
  37. CPP xbmc/cores/AudioEngine/Encoders/AEEncoderFFmpeg.o
  38. In file included from Encoders/AEEncoderFFmpeg.cpp:21:0:
  39. /opt/xbmc/xbmc/cores/AudioEngine/AEDefines.h:26:32: schwerwiegender Fehler: AEDefines_override.h: Datei oder Verzeichnis nicht gefunden
  40. #include "AEDefines_override.h"
  41. ^
  42. Kompilierung beendet.
  43. /opt/xbmc/Makefile.include:97: die Regel für Ziel „Encoders/AEEncoderFFmpeg.o“ scheiterte
  44. make[1]: *** [Encoders/AEEncoderFFmpeg.o] Fehler 1
  45. Makefile:432: die Regel für Ziel „xbmc/cores/AudioEngine/audioengine.a“ scheiterte
  46. make: *** [xbmc/cores/AudioEngine/audioengine.a] Fehler 2
Alles anzeigen

Hat jemand eine Idee dazu?
Danke für eure Hilfe.

Gruß

Viewing all articles
Browse latest Browse all 87137


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>