Kodi Community Forum

Full Version: Current master-branch opdenkamp/xbmc broken?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since the last (clean) pull of from the master, i get the following error

Code:
make[2]: Betrete Verzeichnis '/media/Workspace/sourcecodes/xbmc/lib/ffmpeg'
CC      libavformat/ac3dec.o
In file included from ./libavcodec/ac3_parser.h:27,
                 from libavformat/ac3dec.c:23:
./libavcodec/get_bits.h:36:21: error: mathops.h: No such file or directory
In file included from ./libavcodec/ac3_parser.h:27,
                 from libavformat/ac3dec.c:23:
./libavcodec/get_bits.h: In function ‘get_xbits’:
./libavcodec/get_bits.h:266: error: implicit declaration of function ‘NEG_USR32’
./libavcodec/get_bits.h: In function ‘get_sbits’:
./libavcodec/get_bits.h:273: error: implicit declaration of function ‘NEG_SSR32’
./libavcodec/get_bits.h: In function ‘get_sbits_long’:
./libavcodec/get_bits.h:359: error: implicit declaration of function ‘sign_extend’

did i missed a dependency?
did you clean you working tree after the new ffmpeg was pulled in?
Code:
./bootstrap && ./configure && make clean && make
yes done this.

i also deleted an refork the whole repository
using external ffmpeg perhaps?
will try this next days...
make sure your ccache is clean if your using it.
I'm also trying to compile XBMC, but on windows. What seems to fail for me is to build the mingw libs and thus ffmpeg etc I think. XBMC itself compiled for me - I was able to start it, add movies to the library and play music - but anything related to ffmpeg or other mingw based libs failed. Any ideas?
Giving it a try with todays revision again.
the ffmpeg problem isn't related to pvr, but is because of a change in mainline.

you should post that question in the non-pvr forum section