Hello Stephan,
Yep. I tried with a clean 6.1 install. The Moz2D library is downloaded, but does not seem to be installed correctly
Below is the list of dependencies for *64bit Ubuntu* and *32bit Pharo*: (on 64bit pharo it should theoretically work out of the box, except 64bit related issues)
sudo dpkg --add-architecture i386; sudo apt-get update; export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig/;
echo "Installing c++ libraries"; sudo apt install libstdc++6:i386;
echo "Installing GTK-2.0..."; sudo apt-get install libgtk2.0-0:i386; echo "Installing GTK-3.0..."; sudo apt-get install libgtk-3-0:i386;
echo "Installing libGL..."; sudo apt-get install libglu1-mesa:i386;
We have travis Build which is green:
https://github.com/syrel/Sparta/blob/master/.travis.yml https://travis-ci.org/syrel/Sparta
On Windows users should install Visual C++ Redistributable for Visual Studio 2015: (reduces binary size by >10mb) https://www.microsoft.com/en-US/download/details.aspx?id=48145
On OSX works out of the box
Cheers, Alex
On 18 August 2017 at 17:01, stephan stephan@stack.nl wrote:
On 12-08-17 10:47, Tudor Girba wrote:
Is this still an issue?
Yep. I tried with a clean 6.1 install. The Moz2D library is downloaded, but does not seem to be installed correctly
Could you also try on another OS (just to make sure)?
next step
Stephan
On 18-08-17 17:12, Aliaksei Syrel wrote:
echo "Installing GTK-2.0..."; sudo apt-get install libgtk2.0-0:i386; echo "Installing GTK-3.0..."; sudo apt-get install libgtk-3-0:i386;
Great, that works. Those two were missing.
Stephan
It still complains: Installing library to File @ /home/stephan/Desktop/pharo6.1/bin/lib/pharo/5.0-201707201942/libMoz2D.so Launching Moz2D services... Gtk-Message: Failed to load module "overlay-scrollbar" Gtk-Message: Failed to load module "gail" Gtk-Message: Failed to load module "atk-bridge" Gtk-Message: Failed to load module "unity-gtk-module"
(pharo:8447): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",