Hmm,
What combination of configurations, images , vm, plugins is supposed to work?
cairo install through port is broken on 10.6.8 with xcode 4.0.2, glib2 won't compile. I'm not very happy with package management on mac, btw. Brew interferes with port...
Stephan
Igor,
I tried to start source city, loaded it into a moose 4.8 image, on my Mac (OS X 10.7.5) and got the following error:
MessageNotUnderstood: NativeBoostConstants class>>mac32PlaformId. From the method:
supportsCurrentPlatform "obviously, for Mac intel-32 only :)" ^ NativeBoost platformId = NativeBoostConstants mac32PlaformId
Is this something I should ask you to fix? Because I have the feeling there are more problems with NBOpenGL on Pharo 2.0. Because when I fix it into mac32PlatformId it crashed on a unknown class NBCallFailureHandler in the method: NBMacGlAPI>>glApiCall: fnSpec index: fnIndex attributes: attributes context: contextToRetry
^[ (NBCallFailureHandler for: contextToRetry) retryWith: [ :targetClass :targetMethod | ...
or does this mean I should get my OpenGL from a different place the squeak source (where source city points to)
Diego
Hmm,
What combination of configurations, images , vm, plugins is supposed to work?
cairo install through port is broken on 10.6.8 with xcode 4.0.2, glib2 won't compile. I'm not very happy with package management on mac, btw. Brew interferes with port...
Stephan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I got the same thing with windows, the method is not implemented. If you are on Mac, do it: ^ true for the moment.
It looks like the NBOpenGL's version used by SourceCity is broken. The past year it worked.
I will check which NBOpenGL's version we should use.
2013/6/3 Diego Lont diego.lont@delware.nl
Igor,
I tried to start source city, loaded it into a moose 4.8 image, on my Mac (OS X 10.7.5) and got the following error:
MessageNotUnderstood: NativeBoostConstants class>>mac32PlaformId. From the method:
supportsCurrentPlatform "obviously, for Mac intel-32 only :)" ^ NativeBoost platformId = NativeBoostConstants
mac32PlaformId
Is this something I should ask you to fix? Because I have the feeling there are more problems with NBOpenGL on Pharo 2.0. Because when I fix it into mac32PlatformId it crashed on a unknown class NBCallFailureHandler in the method: NBMacGlAPI>>glApiCall: fnSpec index: fnIndex attributes: attributes context: contextToRetry
^[ (NBCallFailureHandler for: contextToRetry) retryWith: [
:targetClass :targetMethod | ...
or does this mean I should get my OpenGL from a different place the squeak source (where source city points to)
Diego
Hmm,
What combination of configurations, images , vm, plugins is supposed to
work?
cairo install through port is broken on 10.6.8 with xcode 4.0.2, glib2
won't compile.
I'm not very happy with package management on mac, btw. Brew interferes
with
port...
Stephan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
pay attention that there was a bug on mac which broke the handle management of the graphics context.
Stef
On Jun 3, 2013, at 10:07 AM, Stephan Eggermont stephan@stack.nl wrote:
Hmm,
What combination of configurations, images , vm, plugins is supposed to work?
cairo install through port is broken on 10.6.8 with xcode 4.0.2, glib2 won't compile. I'm not very happy with package management on mac, btw. Brew interferes with port...
Stephan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Same case here. Impossible to make Sourcecity work...
Alexandre
On Jun 3, 2013, at 5:50 PM, Stéphane Ducasse stephane.ducasse@inria.fr wrote:
pay attention that there was a bug on mac which broke the handle management of the graphics context.
Stef
On Jun 3, 2013, at 10:07 AM, Stephan Eggermont stephan@stack.nl wrote:
Hmm,
What combination of configurations, images , vm, plugins is supposed to work?
cairo install through port is broken on 10.6.8 with xcode 4.0.2, glib2 won't compile. I'm not very happy with package management on mac, btw. Brew interferes with port...
Stephan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
We will have a look but this is not our priority now.
Stef
Same case here. Impossible to make Sourcecity work...
Alexandre
On Jun 3, 2013, at 5:50 PM, Stéphane Ducasse stephane.ducasse@inria.fr wrote:
pay attention that there was a bug on mac which broke the handle management of the graphics context.
Stef
On Jun 3, 2013, at 10:07 AM, Stephan Eggermont stephan@stack.nl wrote:
Hmm,
What combination of configurations, images , vm, plugins is supposed to work?
cairo install through port is broken on 10.6.8 with xcode 4.0.2, glib2 won't compile. I'm not very happy with package management on mac, btw. Brew interferes with port...
Stephan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I remember having some difficulties to make it run on Linux (Ubuntu).
In the end, we had to copy libGL.so in the same directory as the image to make it run ...
nicolas
On 06/04/2013 12:39 AM, Alexandre Bergel wrote:
Same case here. Impossible to make Sourcecity work...
Alexandre
On Jun 3, 2013, at 5:50 PM, Stéphane Ducasse stephane.ducasse@inria.fr wrote:
pay attention that there was a bug on mac which broke the handle management of the graphics context.
Stef
On Jun 3, 2013, at 10:07 AM, Stephan Eggermont stephan@stack.nl wrote:
Hmm,
What combination of configurations, images , vm, plugins is supposed to work?
cairo install through port is broken on 10.6.8 with xcode 4.0.2, glib2 won't compile. I'm not very happy with package management on mac, btw. Brew interferes with port...
Stephan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev