[vlc-devel] Issues building VLC on MacOS X
Andre-John Mas
ajmas at sympatico.ca
Tue Aug 11 02:49:09 CEST 2009
On 9-Aug-2009, at 12:13, Felix Paul Kühne wrote:
> Hi Andre-John,
>
> you seem to run "make VLC-release.app" before running "make" itself.
> This is not supported right now (although it could be easily fixed)
> and therefore your build lacks libcompat. Just run "make" and _then_
> "make VLC-release.app" as suggested by the wiki article.
Hi Felix,
I am still running into issues. I have posted the complete build
output here:
http://ajmas.dyndns.org/shared/vlcbuild-20090810.txt
This was based on the following script:
#!/bin/bash
cd vlc-1.0.1
cd extras/contrib
./bootstrap
make
cd ../..
./bootstrap
export CC=/Developer/usr/bin/llvm-gcc-4.2
export CXX=/Developer/usr/bin/llvm-g++-4.2
export OBJC=/Developer/usr/bin/llvm-gcc-4.2
./configure --enable-debug
#make
make VLC-release.app
I then tried the same, but uncommented 'make' and commented out 'make
VLC-release.app'. This output is here:
http://ajmas.dyndns.org/shared/vlcbuild-20090810-B.txt
In each case I started anew, first recreating the project dir.
In case it is my shell environment, 'export' gives:
declare -x HOME="/Users/ajmas"
declare -x LOGNAME="ajmas"
declare -x MAIL="/var/mail/ajmas"
declare -x MANPATH="/opt/local/share/man:/usr/share/man:/usr/local/
share/man:/usr/X11/man"
declare -x OLDPWD="/Users/ajmas"
declare -x PATH="/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/
sbin:/sbin:/usr/local/bin:/usr/X11/bin"
declare -x PWD="/Library/WebServer/Documents/shared"
declare -x SHELL="/bin/bash"
declare -x SHLVL="1"
declare -x SSH_AUTH_SOCK="/tmp/ssh-mnQkIMIlWM/agent.7333"
declare -x SSH_CLIENT="2001:4978:15d:1:223:6cff:fe88:684f 54671 22"
declare -x SSH_CONNECTION="2001:4978:15d:1:223:6cff:fe88:684f 54671
2001:4978:15d:1::1 22"
declare -x SSH_TTY="/dev/ttys000"
declare -x TERM="ansi"
declare -x USER="ajmas"
Any ideas?
André-John
More information about the vlc-devel
mailing list