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 -

_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to