Re: [Pharo-project] [ANN] Headless support for Cog Cocoa VM
Hi Mark, Should have read the man page for open instead of a web page. I had already tried the second version. Still crashes though, with the same error, on 10.6.8 (can try it on newer and older versions too, after finding a working version) Mariano: CogVM-sandard also has the illegal instruction Stephan
On Wed, Jan 23, 2013 at 11:07 AM, Stephan Eggermont <stephan@stack.nl>wrote:
Hi Mark,
Should have read the man page for open instead of a web page.
No problem.
I had already tried the second version. Still crashes though, with the same error, on 10.6.8 (can try it on newer and older versions too, after finding a working version)
Mariano: CogVM-sandard also has the illegal instruction
Ok, the good news for me then is that it is not my headless change but the problem of GNU GCC VS. LLVM GCC ;) We need to find a way to compile the VM in 10.8 and with GNU :( Stephan
-- Mariano http://marianopeck.wordpress.com
we have it is just you who cannot :) On Jan 23, 2013, at 3:28 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Wed, Jan 23, 2013 at 11:07 AM, Stephan Eggermont <stephan@stack.nl> wrote: Hi Mark,
Should have read the man page for open instead of a web page.
No problem.
I had already tried the second version. Still crashes though, with the same error, on 10.6.8 (can try it on newer and older versions too, after finding a working version)
Mariano: CogVM-sandard also has the illegal instruction
Ok, the good news for me then is that it is not my headless change but the problem of GNU GCC VS. LLVM GCC ;)
We need to find a way to compile the VM in 10.8 and with GNU :(
Stephan
-- Mariano http://marianopeck.wordpress.com
On 23 January 2013 15:32, Esteban Lorenzano <estebanlm@gmail.com> wrote:
we have it
is just you who cannot :)
yeah.. but i would be much more happier to have stable VM compiled by LLVM compiler, because Apple abandoned GCC ;( -- Best regards, Igor Stasenko.
yes... in short time we need to be able to run llvm compiled vms even in older (10.5, 6) OSX versions... it cannot be so hard, after all, is just a compiler :) On Jan 23, 2013, at 4:01 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 23 January 2013 15:32, Esteban Lorenzano <estebanlm@gmail.com> wrote:
we have it
is just you who cannot :)
yeah.. but i would be much more happier to have stable VM compiled by LLVM compiler, because Apple abandoned GCC ;(
-- Best regards, Igor Stasenko.
On 23 January 2013 16:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
yes... in short time we need to be able to run llvm compiled vms even in older (10.5, 6) OSX versions... it cannot be so hard, after all, is just a compiler :)
hehe.. keep a good spirit and hope :) -- Best regards, Igor Stasenko.
You don't know the power of the dark side... At least, I think there is one known uncompatibility which is ready to be solved http://code.google.com/p/cog/issues/detail?id=93 Nicolas 2013/1/23 Igor Stasenko <siguctua@gmail.com>:
On 23 January 2013 16:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
yes... in short time we need to be able to run llvm compiled vms even in older (10.5, 6) OSX versions... it cannot be so hard, after all, is just a compiler :)
hehe.. keep a good spirit and hope :)
-- Best regards, Igor Stasenko.
Hi guys. For those who had a crash with the VM I attached previously, you can try now with the just released Pharo VM from the Pharo CI server: https://ci.inria.fr/pharo/view/VM/job/PharoVM/Architecture=32,OS=mac/ This VM has already included the headless support and should work for OSX
= 10.6. The only change is to set the flag LSBackgroundOnly of Info.plist to true.
If there is some problem, please let me know. Esteban: thanks for fixing the VM built and for integrating my changes :) Best regards, -- Mariano http://marianopeck.wordpress.com
participants (6)
-
Esteban Lorenzano -
Igor Stasenko -
Mariano Martinez Peck -
Nicolas Cellier -
Stephan Eggermont -
Stéphane Ducasse