Le 12/10/2012 18:18, Benoît Minisini a écrit : > Hi, > > The default installation path of Gambas when compiled from /trunk is now > '/usr' and not '/usr/local' anymore. > > Consequently, you have to uninstall everything related to Gambas 3 > before compiling and installing a recent version of /trunk, otherwise > you will get random crashes. > > Sorry for the inconvenience... > > Regards, >
To clean up the previous install, on Ubuntu, run: $ sudo rm /usr/local/bin/gb* $ sudo rm /usr/local/bin/gambas* $ sudo rm -rf /usr/local/lib/gambas3 $ sudo rm -rf /usr/local/share/gambas3 Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
