[Gambas-user] Problem compiling trunk on Debian wheezy

Willy Raets willy at ...2734...
Tue Nov 11 16:49:21 CET 2014


On di, 2014-11-11 at 16:43 +0100, rolf wrote:
> Hi Willy
> 
> > > Thanks. I installed it with aptitude install -t wheezy-backports and now
> > > it works.
> > >
> > > Do you have an idea which package I need for llvm. gb.jit does not
> > > compile.
> >
> > As Benoît wrote Gambas needs llvm 3.1 or higher
> > So on wheezy that would be: llvm-3.1-dev
> > https://packages.debian.org/search?suite=all&section=all&arch=any&searchon=
> >names&keywords=llvm-3.1-dev It is in the wheezy repository.
> 
> As I wrote before, llvm-3.1-dev is installed and llvm-config-3.1 --version 
> gives 3.1, but it is still disabled.
> 
> Many thanks for your help.
> Rolf

Open Synaptic Package Manager. Search for llvm and mark all installed
llvm packages for complete removal.
Next apply the removal.
Close Synaptic
Open terminal and install llvm-3.1-dev

Next do:
./reconf-all
./configure -C
make
sudo make install

That is all I can think of. It should compile and install gb.jit with
llvm-3.1-dev installed.

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org








More information about the User mailing list