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 at 19:36, John Pfe
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 additional steps needed at h
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:
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
ioLoadModule(/home/ok/Pharo.d/pharo-vm/lib/pharo/5.0-201707201942/FT2Plugin.so):
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.
https://msdn.microsoft.com/en-us/li
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 there some documentat
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
> library on Window