[Pharo-project] Headless Pharo on Mac OS X?
Hi All, I find that I need headless mode to work on OS X... could anyone suggest where I should start? I'm guessing this will be somewhere in the VM? FYI: headless mostly works in Elliot's latest CogVM, the only problem is that the icon still shows up, but I think this can be fixed with a little work. All the best, Mark
=> vm-dev mailing list: vm-dev@lists.squeakfoundation.org => you'll find the source including instructions here: https://gitorious.org/cogvm => add a bug entry to http://code.google.com/p/cog if you find a solution create a merge request on gitorious so we can include it in the current build On 2012-05-29, at 10:50, Mark Smith wrote:
Hi All,
I find that I need headless mode to work on OS X... could anyone suggest where I should start? I'm guessing this will be somewhere in the VM?
yes this is the "place" to look for. Most probably somewhere close the main / object-c entry method.
FYI: headless mostly works in Elliot's latest CogVM, the only problem is that the icon still shows up, but I think this can be fixed with a little work.
oh? cool.
Cocoa vm lacks headless support, so is not so easy. And the reason why it lacks is because is not so easy to implement... and nobody asked for that before :) Carbon builds are banned from jenkins, so the way to go is to implement headless in cocoa. cheers, Esteban On May 29, 2012, at 11:35 AM, Camillo Bruni wrote:
=> vm-dev mailing list: vm-dev@lists.squeakfoundation.org => you'll find the source including instructions here: https://gitorious.org/cogvm => add a bug entry to http://code.google.com/p/cog
if you find a solution create a merge request on gitorious so we can include it in the current build
On 2012-05-29, at 10:50, Mark Smith wrote:
Hi All,
I find that I need headless mode to work on OS X... could anyone suggest where I should start? I'm guessing this will be somewhere in the VM?
yes this is the "place" to look for. Most probably somewhere close the main / object-c entry method.
FYI: headless mostly works in Elliot's latest CogVM, the only problem is that the icon still shows up, but I think this can be fixed with a little work.
oh? cool.
Hello, For what it is worth, I am interested in a Mac headless version as well. Especially for running Seaside as a server. Philippe 2012/5/29, Esteban Lorenzano <estebanlm@gmail.com>:
Cocoa vm lacks headless support, so is not so easy. And the reason why it lacks is because is not so easy to implement... and nobody asked for that before :) Carbon builds are banned from jenkins, so the way to go is to implement headless in cocoa.
cheers, Esteban
On May 29, 2012, at 11:35 AM, Camillo Bruni wrote:
=> vm-dev mailing list: vm-dev@lists.squeakfoundation.org => you'll find the source including instructions here: https://gitorious.org/cogvm => add a bug entry to http://code.google.com/p/cog
if you find a solution create a merge request on gitorious so we can include it in the current build
On 2012-05-29, at 10:50, Mark Smith wrote:
Hi All,
I find that I need headless mode to work on OS X... could anyone suggest where I should start? I'm guessing this will be somewhere in the VM?
yes this is the "place" to look for. Most probably somewhere close the main / object-c entry method.
FYI: headless mostly works in Elliot's latest CogVM, the only problem is that the icon still shows up, but I think this can be fixed with a little work.
oh? cool.
participants (4)
-
Camillo Bruni -
Esteban Lorenzano -
Mark Smith -
phil@highoctane.be