[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] Flash on the Ipad
From: |
Rob Savoye |
Subject: |
Re: [Gnash-dev] Flash on the Ipad |
Date: |
Mon, 09 Aug 2010 16:12:44 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2 Thunderbird/3.1.1 |
On 08/09/10 15:38, Ashley Reid wrote:
> I have finally started putting something on the web (after taking a 2 week
> break). Here http://wiki.gnashdev.org/Building_for_iOS.
Thanks for putting this info on our wiki.
> There is a repository with the basic scripts and the standalone app.
> http://github.com/arcanon/ipadflash. I will want to put the libraries up
> next and then all the special stuff I had to do to compile.
I see some weirdness in your gnash.sh script. For one thing, the
configure script looks in $prefix for dependencies, so if you change
$TOOLS_PRE/gnash to just $TOOLS_PRE, that should make all the other
-incl and -lib options unnecessary.
--enable-renderer=agg will disable cairo, so you don't need
-enable-cairo=no. There is also prototype Aqua support in Gnash, it
might be worth finishing that up than using SDL. SDL has tons of
problems with poor event handling.
- rob -