1. mac or ipad
- Posted by gwalters Jan 17, 2012
- 1465 views
Do we yet have a version of eu for a mac or ipad?
2. Re: mac or ipad
- Posted by Lnettnay Jan 17, 2012
- 1441 views
The latest full release (4.0.0) is available through the wiki prior releases page for OS X 10.6 (Snow Leopard) http://openeuphoria.org/wiki/view/PriorReleases.wc. If you are comfortable compiling your own there is a pretranslated 4.0.3 on the downloads page above. I've been using it for a while and it works pretty well. Just some minor display issues with the debugger.
3. Re: mac or ipad
- Posted by ghaberek (admin) Jan 17, 2012
- 1517 views
Do we yet have a version of eu for a mac?
I've had no trouble compiling the 4.0.3 source on my eMac (PowerPC) running 10.4, and I know it runs just fine on later Macs (since those are just Intel/UNIX machines). There may be some binary release once 4.1 is out, but otherwise it's relatively simple to configure/make/make install just like on any other *NIX machine.
I've dabbled with the Carbon API (that is, I started wrapping it but haven't tested anything yet), but Apple is gradually phasing it out in favor of the Cocoa API, which makes exclusive use of Objective-C. It would be better to use wxEuphoria to build GUI apps for Mac OS, which I'll get around to testing at some point. I have no idea if it will even build in a PowerPC environment, but I'm sure it'll run fine on the Intel Macs.
or ipad?
The iPads run on an ARM architecture, which I believe should work correctly but there has been some discussion on issues with wxEuphoria, etc. I imagine the biggest hurdle to getting Euphoria on an iPad is that the OFFICIAL programming environment for iPad uses Xcode and Objective-C. One would have to "jailbreak" an iPad to get Euphoria installed. Even then, I think you'd have to build an Objective-C library to provide a C interface for Euphoria to use, just to get into the graphics side of things.
-Greg
4. Re: mac or ipad
- Posted by gwalters Jan 20, 2012
- 1370 views
Well, as I know nothing about C, it seems we don't have a distribution that I can install for the apple environment. I certainly cannot compile an eu for apple.
Thanks for the comments.
5. Re: mac or ipad
- Posted by jimcbrown (admin) Jan 20, 2012
- 1389 views
Well, as I know nothing about C, it seems we don't have a distribution that I can install for the apple environment. I certainly cannot compile an eu for apple.
Thanks for the comments.
Um... http://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.0.0/OSX/