Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-17 Thread Alistair Grant
Hi Hilaire, On Thu, 14 Feb 2019 at 11:54, Hilaire wrote: > > I know what you are describing, for example cairo can be impacted. > > My self questioning was: Does the VM rely on the host git library or is > the one shipped with the vm sufficient? I don't know the reasoning for including libgit2.

Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-14 Thread Hilaire
I know what you are describing, for example cairo can be impacted. My self questioning was: Does the VM rely on the host git library or is the one shipped with the vm sufficient? Best, Hilaire Le 14/02/2019 à 10:33, Alistair Grant a écrit : > On Linux it is almost always: > > - A library isn't

Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-14 Thread Alistair Grant
On Thu., 14 Feb. 2019, 10:07 Hilaire, wrote: > Hopefully I may have access to a mac tomorrow to test your request, or > it will be in 10 days. > > On the other hand, is not libgit integrated in the VM, so I don't > understand how it can be related to system update? Or is libgit a > binding to a s

Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-14 Thread Hilaire
Hopefully I may have access to a mac tomorrow to test your request, or it will be in 10 days. On the other hand, is not libgit integrated in the VM, so I don't understand how it can be related to system update? Or is libgit a binding to a system git or something like that? Thanks PS: I did an up

Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-14 Thread teso...@gmail.com
Good morning, Last week I had a problem with a conflicting version of libgit installed by brew. In my case, brew had updated the version making it incompatible with the bindings in FFi. Could you check the execution of: DYLD_PRINT_LIBRARIES_POST_LAUNCH=1 ./pharo-vm/Pharo.app/Contents/MacOS/Pharo

Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-14 Thread Hilaire
I downloaded again the 32bits linux VM, and I can't reproduce this error with a stock P7 image. Now I am still  wondering with os x vm because I tried two days ago on a computer at school, and get this libgit plugin error, same error mentionned as well by a Pharoer. Hilaire Le 14/02/2019 à 09:14

Re: [Pharo-users] Working VM for OS X for Pharo 7

2019-02-14 Thread Alistair Grant
Hi Hilaire, On Thu, 14 Feb 2019 at 09:09, Hilaire wrote: > > Hi, > > Where is it possible to get a working OS X VM for Pharo7 ? > > Accoring to my test, the VM linked at http://pharo.org/download as error > with a libgit plugin (same for linux VM btw) I've been using both the stable and latest V