Kodi Community Forum
Current master-branch opdenkamp/xbmc broken? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: Current master-branch opdenkamp/xbmc broken? (/showthread.php?tid=93436)



Current master-branch opdenkamp/xbmc broken? - Raptor 2101 - 2011-02-07

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?


- opdenkamp - 2011-02-07

did you clean you working tree after the new ffmpeg was pulled in?
Code:
./bootstrap && ./configure && make clean && make



- Raptor 2101 - 2011-02-07

yes done this.

i also deleted an refork the whole repository


- opdenkamp - 2011-02-07

using external ffmpeg perhaps?


- Raptor 2101 - 2011-02-07

will try this next days...


- opdenkamp - 2011-02-08

make sure your ccache is clean if your using it.


- da-anda - 2011-02-08

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.


- opdenkamp - 2011-02-08

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