Page 1 of 1

Compilation failure on OSX - bad url

Posted: 16 Nov 2017 05:12
by drnfckdrn
Hi all, I'm having trouble compiling the latest build on OSX. It seems that there is a bad URL getting called in make prebuilt

Code: Select all

+ make prebuilt curl -f -L -- "http://download.videolan.org/pub/videolan/contrib/x86_64-apple-darwin16/vlc-contrib-x86_64-apple-darwin16-latest.tar.bz2" > "vlc-contrib-x86_64-apple-darwin16-latest.tar.bz2" curl: (22) The requested URL returned error: 404 Not Found make: *** [vlc-contrib-x86_64-apple-darwin16-latest.tar.bz2] Error 22 make: *** Deleting file `vlc-contrib-x86_64-apple-darwin16-latest.tar.bz2'
Any help or ideas would be greatly appreciated!

Re: Compilation failure on OSX - bad url

Posted: 17 Nov 2017 03:19
by yetisyny
Try https://nightlies.videolan.org/build/co ... st.tar.bz2 instead of http://download.videolan.org/pub/videol ... st.tar.bz2 for your URL.

That will fix your HTTP 404 Not Found error.

Re: Compilation failure on OSX - bad url

Posted: 17 Nov 2017 04:59
by drnfckdrn
Thanks for the updated URL - worked!