Re: [Pharo-users] [Pharo-dev] LibFFI/NB Cairo External Module Not Found debugging

2018-05-22 Thread Esteban Lorenzano
why libcairo2-dev and not just libcairo2? cheers, Esteban > On 21 May 2018, at 17:25, Richard O'Keefe wrote: > > Thank you for that. The instructions there are incomplete. > It is necessary to add > sudo apt-get install libcairo2-dev:i386 > to the script. > > On 21 May 2018

Re: [Pharo-users] [Pharo-dev] LibFFI/NB Cairo External Module Not Found debugging

2018-05-21 Thread Richard O'Keefe
Thank you for that. The instructions there are incomplete. It is necessary to add sudo apt-get install libcairo2-dev:i386 to the script. On 21 May 2018 at 19:36, John Pfersich wrote: > If you are running a 32 bit Pharo on a 64 bit Ubuntu, there is > instructions for

Re: [Pharo-users] [Pharo-dev] LibFFI/NB Cairo External Module Not Found debugging

2018-05-21 Thread John Pfersich
If you are running a 32 bit Pharo on a 64 bit Ubuntu, there is instructions for additional steps needed at https://pharo.org/gnu-linux-installation under the ‘Prepare 64-bit-Linux for 32bit Pharo’ heading For encrypted mail use jgpfers...@protonmail.com Get a free account at ProtonMail.com Web:

Re: [Pharo-users] [Pharo-dev] LibFFI/NB Cairo External Module Not Found debugging

2018-05-21 Thread Richard O'Keefe
It's not just Windows users. I have Pharo 6.0 #605.40 running under Linux Ubuntu version 17.10 and the cairo library is definitely installed. Just starting Pharo is a little concerning: ok@Herbrand:~/Smalltalk$ pharo

Re: [Pharo-users] [Pharo-dev] LibFFI/NB Cairo External Module Not Found debugging

2018-05-21 Thread Guillermo Polito
A bit further, the windows specific code is in https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/e17db79411cfec767e04f3d94d12a642d920a30e/platforms/win32/vm/sqWin32ExternalPrims.c check the users of LoadLibrary, which comes form the windows std libraries.

Re: [Pharo-users] [Pharo-dev] LibFFI/NB Cairo External Module Not Found debugging

2018-05-20 Thread Guillermo Polito
On Sat, May 19, 2018 at 1:37 PM, Peter Uhnák wrote: > Hi, > > some Windows users are repeatedly running into Pharo failing to load Cairo > library on Windows (see stack screenshot at the bottom). > > The problem is that I have no idea how to even start debugging this. > > Is

Re: [Pharo-users] [Pharo-dev] LibFFI/NB Cairo External Module Not Found debugging

2018-05-20 Thread Ben Coman
I've not used this, just found it poking around... https://blogs.msdn.microsoft.com/junfeng/2006/11/20/debugging-loadlibrary-failures/ cheers -ben On 19 May 2018 at 19:37, Peter Uhnák wrote: > Hi, > > some Windows users are repeatedly running into Pharo failing to load Cairo