Le 11/11/2015 23:33, martin p cristia a écrit :
> After removing 3.8.3 installed from sources  with...
>
> $ ./reconf-all
>
> $ ./configure -C
>
> $ make
>
> $ sudo make install
>
> and reinstalling with...
>
> sudo apt-get install gambas3
>
> problem was solved. Have no clue how.
>

You cannot both install gambas3 binary packages and compile it from 
sources : they usually install the same files at the same places, so you 
are actually poisoning your system.

You can avoid that by carefully installing gambas3 from sources using an 
installation prefix different from the one used by the packaging system.

Or you can carefully uninstall every gambas3 package before compiling 
and installing it from sources.

Anyway, if you don't know what you are doing exactly, I'm not amaze that 
you encounter such strange crashes.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to