|
Cairo does not load on windows64 bits because it cannot find freetype. Apparently, in windows-64bits the freetype dll should be named freetype-6.dll instead of freetype.dll.
This requires
renaming the freetype library in http://files.pharo.org/vm/pharo-spur64/win/third-party/
Updating the VM build makefiles to download the correct file
I've already have 2 done in my machine, which requires some testing. I'd suggest we do it a bit more conservative to allow testing without breaking existing builds:
Copying the freetype library in http://files.pharo.org/vm/pharo-spur64/win/third-party/ with the new name
Updating the VM build makefiles to download the correct file
Remove the old file once 2) is integrated in the VM
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|