Solved I can't compile xbmc from git - "Symbol mangling check failed"
#1
after

git clean -xfd

git reset --hard

git pull --rebase

./bootstrap

./configure

I have issue -

Quote:checking for ccache... /usr/bin/ccache
configure: enabling ccache
configure: == DVDCSS support enabled. ==
configure: == Google Test Framework will not be configured. ==
checking that generated files are newer than configure... done
configure: creating ./config.status
Symbol mangling check failed.

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
configure: error: Submodule lib/ffmpeg failed to configure


any advice please ?
Nvidia Shield
kodi 18.1 RC1
Reply
#2
Have a look at the readmes for your platform make sure you have all your dependencies installed.
config.log may shed some light its on your xbmc git directory

Use a pastebin.

Also have a look at http://forum.xbmc.org/showthread.php?tid=142337 for dependencies and process.

Where and what your compiling for may shed more light, though probably some packaging master may know what that means off the bat, i.e. not me though something to do with ffmpeg its not apparent why.
Reply
#3
solved

after ccache cleaning

ccache -zcC
Nvidia Shield
kodi 18.1 RC1
Reply
#4
excelent things indeed do happen, feel free to mark this as resolved.
Reply
#5
(2013-11-11, 19:04)Goga777 Wrote: git clean -xfd
git reset --hard
git pull --rebase
./bootstrap
./configure

BTW - does it correct way to update the master ? I


seems more correct

Quote:git clean -xfd
git reset --hard
git pull
Nvidia Shield
kodi 18.1 RC1
Reply

Logout Mark Read Team Forum Stats Members Help
I can't compile xbmc from git - "Symbol mangling check failed"0