-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recompile on XBMC update #19
Comments
Hi, can you please post a couple of rows further, try to find the row that contains the error. |
libavcodec/pnmdec.c:42:25: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] |
libavcodec/twinvq.c:31:25: error: libavcodec/twinvq_data.h: Input/output error An input/output error (error 1) means a file access failed. Can it see the twinvq.o file? Is it a real file, and not just 0 bytes? |
Tompen, no thats not it root@xbmc2:~/spotyxbmc2/spotyxbmc2# df -H oot@xbmc2:~/spotyxbmc2/spotyxbmc2# git status On branch masternothing to commit (working directory clean) |
Had a working install of spotyxbmc2 based on readme.
Just received an xbmc update (xbmc 2:11.0
git20120207.1fef727-0ubuntu1ppa1~oneiric), so figured i had to recompile.Ran following steps :
Came up with this error :
make[2]: *** [libavcodec/twinvq.o] Error 1
make[2]: Leaving directory
/root/spotyxbmc2/spotyxbmc2/lib/ffmpeg' make[1]: *** [ffmpeg] Error 2 make[1]: Leaving directory
/root/spotyxbmc2/spotyxbmc2/lib'make: *** [dvdpcodecs] Error 2
Any idea's ?
The text was updated successfully, but these errors were encountered: