You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rcorrear this is a known issue #260. GsDevKit_home currently relies on Pharo3.0 do do some of it's fundamental processing ... issue #260 was created in a effort to elicit help in porting the Pharo3.0 tasks to 64 bit GemStone 3.5.0 ... this is a target I have been aiming at, but right now I am too busy with other things to do the work myself (I have time to help, but not to do the heavy lifting) ... 64 bit pharo is not necessarily an easier route to go, since the code that runs fine in Pharo3.0 will have to be significantly reworked to run in Pharo7.0 or later ...
If you would like to volunteer to make progress on the conversion to GemStone 3.5.0, then take a look at this thread where I talk about my plans ...
If you have the time to help, then let me know you are interested and I will invite you to join the issue_260 team which was created for coordinating work on this issue. We can then start a discussion of what tasks you'd like to take on.
Hi!
I'm trying to get this running on macOS Catalina (which only supports 64 bit apps) and I'm running into the following issue:
Tried other versions as well without success.
I've also tried downloading Pharo 64 bit (a little change in
createClient
is needed (add/64/
to the URL) and that gives me:Which I believe means the image is 32 bit and the VM 64 bit, but I'm definitely not wise enough to create my own image.
Is this a supported configuration and if not are there plans? Can I help?
The text was updated successfully, but these errors were encountered: