Page 1 of 1

VLC contribs Biulding error on Ubuntu

Posted: 15 Dec 2016 13:42
by ivee
I am having a problem with building VLC contribs for windows with MinGW-w64 under ubuntu.
As I run

Code: Select all

sudo make
the following error appear. It happens with many other libraries

Code: Select all

(cd freetype-2.6.3 && ../../../contrib/src/pkg-static.sh "builds/unix/freetype2.in") mv: cannot move ‘builds/unix/freetype2.in.tmp’ to ‘builds/unix/freetype2.in’: Operation not permitted make: *** [freetype] Error 1
The think is if I run

Code: Select all

configure
and

Code: Select all

make
the code is built.
I am aware that it is not a VLC specific error and might do something with make but please could you help me.

Re: VLC contribs Biulding error on Ubuntu

Posted: 15 Dec 2016 13:50
by ivee
I mean if I run configure and make for the library that produces error the code of the library is built

Re: VLC contribs Biulding error on Ubuntu

Posted: 27 Dec 2016 11:47
by Jean-Baptiste Kempf
The issue is on your filesystem permissions...