[vlc-devel] Building VLC under FreeBSD
Rémi Denis-Courmont
remi at remlab.net
Mon Jul 13 21:07:33 CEST 2015
Le lundi 13 juillet 2015, 12:13:02 Jonathan Kua a écrit :
> #! /bin/sh
> rm -f .error$$
> ERROR=0
> export
> PATH="/usr/local/share:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/s
> bin:/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?
I don't know, but why are you not following the official rules?
https://wiki.videolan.org/UnixCompile/
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list