I have compiled successfully on my PC, but failed on my laptop. I copy the vlc folder from the PC to laptop and try to compile on it.
Here is my question.
, I use this command to configure
Code: Select all
./configure --disable-chromecast
Code: Select all
rootwrap.c: In function ‘main’:
rootwrap.c:251:5: warning: ignoring return value of ‘setuid’, declared with attribute warn_unused_result [-Wunused-result]
setuid (uid);
^
CCLD vlc-wrapper
CC vlc_static-vlc.o
CC vlc_static-override.o
CCLD vlc-static
CC cachegen.o
CCLD vlc-cache-gen
GEN ../modules/plugins.dat
make[2]: Leaving directory '/home/cde/vlc/bin'
Making all in test
make[2]: Entering directory '/home/cde/vlc/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/cde/vlc/test'
make[2]: Entering directory '/home/cde/vlc'
GEN cvlc
/bin/bash: ./make-alias: Permission denied
Makefile:2145: recipe for target 'cvlc' failed
make[2]: *** [cvlc] Error 126
make[2]: Leaving directory '/home/cde/vlc'
Makefile:1518: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/cde/vlc'
Makefile:1403: recipe for target 'all' failed
make: *** [all] Error 2
What can I do to fix it?
Thanks!