[vlc-devel] Building VLC under FreeBSD
Jonathan Kua
jtkua at swin.edu.au
Mon Jul 13 04:13:02 CEST 2015
Hi,
I'm trying to build and compile VLC from source under FreeBSD 10.1.
I encountered this error when trying to run ./compile:
./compile: ./extras/buildsystem/make.pl: not found
However, make.pl is found in the path ./extras/buildsystem/make.pl
Here is the generated compile script:
#! /bin/sh
rm -f .error$$
ERROR=0
export
PATH="/usr/local/share:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin"
LANG=C
(gmake V=1 $@ 2>&1 || touch .error$$)| ./extras/buildsystem/make.pl
test -f .error$$ && ERROR=1
rm -f .error$$
exit $ERROR
What could be the problem?
Thank you.
Regards,
Jonathan
More information about the vlc-devel
mailing list