Darwin Engine for Mac OS X Intel

Are you using LiveCode to create server scripts or CGIs?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Stryder
Posts: 36
Joined: Fri Jul 21, 2006 12:05 pm

Darwin Engine for Mac OS X Intel

Post by Stryder » Fri Mar 16, 2007 1:37 am

Please update the Darwin engine to be native under OS X for Intel.

beix
Posts: 18
Joined: Wed Dec 17, 2008 7:27 am

Re: Darwin Engine for Mac OS X Intel

Post by beix » Wed Dec 17, 2008 7:44 am

I am still using the MataCard 2.5 darwin released, which is overdue for replacement. However, since this is only my development platform, I didn't bother much.

What is the latest darwin build from RunRev? I have tested a few version years ago, all seems to have some kind of problem.

Since the CGI required no GUI, can we have a stripped down RR engine for use as CGI solely? How about the FastCGI implementation? (is that too much to ask? I guess so ;)

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Post by BvG » Wed Dec 17, 2008 3:44 pm

You can use the "normal" engine used by Rev to build standalones with. They work for cgi's, as long as you specify the "-ui" parameter in your cgi calls:

Code: Select all

#!engine -ui
This should work with all versions of Rev since ca. 2.8.1 (not sure, maybe 2.9?). The problem is finding the correct one for your platform, especially on Mac OS X. Some use the universal one with success, others can't get the Universal one to work, but the x68/Intel respectively PPC one works.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

colleenex
Posts: 1
Joined: Mon Aug 17, 2009 6:58 am

Post by colleenex » Wed Aug 19, 2009 8:17 am

How can i install mac os x on my dell? I know that you can install mac os x on a regular pc since they both use intel proccesors now, but all the guides on the web seem to be very confusing or dont work. Does anyone know how i can do this?
_____________________
external keyword tool ~ keyworddiscovery.com ~ keycompete.com ~ compete.com ~ webmasterworld.com
Last edited by colleenex on Fri Aug 21, 2009 10:55 am, edited 1 time in total.

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Post by Klaus » Wed Aug 19, 2009 8:20 am

colleenex wrote:How can i install mac os x on my dell? I know that you can install mac os x on a regular pc since they both use intel proccesors now, but all the guides on the web seem to be very confusing or dont work. Does anyone know how i can do this?
Hi, the only advice for "hacks" you will get here is for Rev "hacks"! 8)

beix
Posts: 18
Joined: Wed Dec 17, 2008 7:27 am

Post by beix » Wed Aug 19, 2009 8:58 am

colleenex wrote:How can i install mac os x on my dell? I know that you can install mac os x on a regular pc since they both use intel proccesors now, but all the guides on the web seem to be very confusing or dont work. Does anyone know how i can do this?
Perhaps this link?

http://lifehacker.com/348653/install-os ... g-required

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Wed Aug 19, 2009 9:55 am

colleenex and beix,

Keep in mind that even if it isn't illegal in most countries, it violates Apple's license conditions for Mac OS X.

Best regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply