Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
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 h

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
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://packa

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
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.medi

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, rolf wrote: > Hi Karl > > > > > why do you do it all as root ? > > > > > > It should become a system wide installation. I allways compile programs > > > everybody should use on this computer as admin. > > > > > > Rolf > > > > Salut Rolf, > > > > sudo/su make install does that

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread CJ
> 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. I remember that one...check if you have the following packages installed... gstreamer-1.0 gstreamer-video-1.0 > Also jit

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Karl > > > why do you do it all as root ? > > > > It should become a system wide installation. I allways compile programs > > everybody should use on this computer as admin. > > > > Rolf > > Salut Rolf, > > sudo/su make install does that First of all I use Debian not Ubuntu so I sudo is not co

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
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

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Charlie Reinl
Am Dienstag, den 11.11.2014, 14:21 +0100 schrieb rolf: > Hi Karl > > > why do you do it all as root ? > > It should become a system wide installation. I allways compile programs > everybody should use on this computer as admin. > > Rolf Salut Rolf, sudo/su make install does that -- Amicalem

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
On di, 2014-11-11 at 14:33 +0100, Willy Raets wrote: > On di, 2014-11-11 at 13:06 +0100, rolf wrote: > > Hi, > > > > I answer myself, to tell that the problem with aclocal is solved - why does > > the package "autoconf" is not mentioned as a required package in the howtos? > > Online Gambas wik

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
On di, 2014-11-11 at 13:06 +0100, rolf wrote: > Hi, > > I answer myself, to tell that the problem with aclocal is solved - why does > the package "autoconf" is not mentioned as a required package in the howtos? Online Gambas wiki, does have autoconf mentioned as required package!! Has always be

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Karl > why do you do it all as root ? It should become a system wide installation. I allways compile programs everybody should use on this computer as admin. Rolf -- Comprehensive Server Monitoring with Site24x7. Mo

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Charlie Reinl
Am Dienstag, den 11.11.2014, 13:06 +0100 schrieb rolf: > Hi, > > I answer myself, to tell that the problem with aclocal is solved - why does > the package "autoconf" is not mentioned as a required package in the howtos? > > Now I need a hint how to get gb.media compiled in wheezy - the compiler

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Benoît > >> It requires LLVM >= 3.1, do you have it? > > > > Yes, it is installed llvm itself and the dev files > > Are you sure? What returns 'llvm-config --version'? You are right because llvm-config --version gives 3.0 back. My mistake was, that I installed both 3.0 and 3.1, but after I dei

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 13:31, rolf a écrit : >> >> It requires LLVM >= 3.1, do you have it? > > Yes, it is installed llvm itself and the dev files > Are you sure? What returns 'llvm-config --version'? -- Benoît Minisini -- Compr

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hello Benoît, many thanks for your fast response. > > I answer myself, to tell that the problem with aclocal is solved - why > > does the package "autoconf" is not mentioned as a required package in the > > howtos? > > Because it must be added in the wiki? Anyone can do that. > > > Now I need a h

Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 13:06, rolf a écrit : > Hi, > > I answer myself, to tell that the problem with aclocal is solved - why does > the package "autoconf" is not mentioned as a required package in the howtos? Because it must be added in the wiki? Anyone can do that. > > Now I need a hint how to get gb.me

[Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-10 Thread rolf
Hi, I try to compile gambas (svn trunk) on Debian wheezy, but get the errors when I do ./reconf-all libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: co