[Gambas-user] Problem compiling trunk on Debian wheezy

Willy Raets willy at ...2734...
Tue Nov 11 16:00:50 CET 2014


On di, 2014-11-11 at 15:26 +0100, rolf wrote:
> Hi Willy
> 
> > Online Gambas wiki, does have autoconf mentioned as required package!!
> > Has always been there.
> I copied the packages in the Step 4 section and there is no automake as 
> package named.
> 
> > > Now I need a hint how to get gb.media compiled in wheezy - the compiler
> > > alway complains about gstreamer-video - I do not find an associated
> > > package in the repository.
> >
> > In your log I can see gstreamer doesn't get installed, hence gb.media
> > will not compile.
> > --------------------------
> > Die folgenden Pakete haben verletzte Abhängigkeiten:
> >  gstreamer1.0-plugins-good : Hängt ab von: liborc-0.4-0 (>= 1:0.4.18)
> > aber 1:0.4.16-2 ist installiert.
> >  libgstreamer-plugins-base1.0-0 : Hängt ab von: liborc-0.4-0 (>=
> > 1:0.4.18) aber 1:0.4.16-2 ist installiert.
> >  gstreamer1.0-plugins-base : Hängt ab von: liborc-0.4-0 (>= 1:0.4.18)
> > aber 1:0.4.16-2 ist installiert.
> > ------------------
> > Seems your liborc-0.4-0 version installed is to low and coming form
> > wheezy. I guess the gstreamer1.0 comes from wheezy-backports repo?
> >
> > Simple search on Debian Package Search for liborc-0.4-0
> > shows that
> > - wheezy package is on 1:0.4.16-2 (the one installed on your system)
> > - wheezy-bakcports is on 1:0.4.19-1~bpo70+1 (the one you need!!)
> 
> 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.

After you have installed the missing dependencies, remember to do the
whole:

./reconf-all
./configure -C
make
sudo make install



> 
> Many thanks again
> Rolf

-- 
Kind regards,

Willy (aka gbWilly)

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








More information about the User mailing list