Current master-branch opdenkamp/xbmc broken?
#1
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?
Reply
#2
did you clean you working tree after the new ffmpeg was pulled in?
Code:
./bootstrap && ./configure && make clean && make
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#3
yes done this.

i also deleted an refork the whole repository
Reply
#4
using external ffmpeg perhaps?
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#5
will try this next days...
Reply
#6
make sure your ccache is clean if your using it.
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#7
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.
Reply
#8
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
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply

Logout Mark Read Team Forum Stats Members Help
Current master-branch opdenkamp/xbmc broken?0