pdherbemont / Glasses

This is the next generation of VLC for Mac also called Lunettes.
http://wiki.github.com/pdherbemont/Glasses
206 stars 25 forks source link

10.5 support #37

Closed Zialus closed 14 years ago

Zialus commented 14 years ago

http://img.skitch.com/20100118-m77dek8xscbehf34c87nyegxpd.jpg

pdherbemont commented 14 years ago

Seems like I broke 10.5 support on the way.

Zialus commented 14 years ago

?

I'm using 10.6 with xcode 3.2.1, just like the wiki asks to do

pdherbemont commented 14 years ago

The 10.5 sdk is being used here. I probably should change the base sdk in the meantime so that you don't get this error if you hit build.

Thanks!

PacoBell commented 14 years ago

When compiling VLCKit, I get " VLC will be compiled in 64bit mode using the 10.5 SDK. " because of this:

if test $HAVE_DARWIN_64; then
     set +x
     echo
     echo "*****************************************************************"
     echo "* VLC will be compiled in 64bit mode using the 10.5 SDK.        *" 
     echo "*****************************************************************"
     set -x
fi

Is this normal?

pdherbemont commented 14 years ago

This is ok. Anyway, this one is a bug that belongs to VLC.

fkuehne commented 14 years ago

Fixed and confirmed to work.