Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Caveat
I thought you meant in the next few days/weeks, not the next few seconds LOL I can confirm that 4442 compiles fine for me in Oneiric now without the disable-gsl option. Thanks for the lightning fast turnaround! Regards, Caveat On Tue, 2012-01-31 at 14:25 -0800, Randall Morgan wrote: > Ok, shou

Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Caveat
Sounds great Randall, thanks for the info Regards, Caveat On Tue, 2012-01-31 at 14:17 -0800, Randall Morgan wrote: > For the moment compile without GSL. My next commit will not provide > the path so it will depend on the system to locate it. > > > On Tue, Jan 31, 2012 at 2:13 PM, Caveat > wrot

Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Randall Morgan
Ok, should be fixed in rev 4442 On Tue, Jan 31, 2012 at 2:17 PM, Randall Morgan wrote: > For the moment compile without GSL. My next commit will not provide the > path so it will depend on the system to locate it. > > > On Tue, Jan 31, 2012 at 2:13 PM, Caveat wrote: > >> Thanks Jussi, that did

Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Randall Morgan
For the moment compile without GSL. My next commit will not provide the path so it will depend on the system to locate it. On Tue, Jan 31, 2012 at 2:13 PM, Caveat wrote: > Thanks Jussi, that did the trick. > > Seems like it's just looking in the wrong place... my gsl_math.h header > file is in

Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Caveat
Thanks Jussi, that did the trick. Seems like it's just looking in the wrong place... my gsl_math.h header file is in /usr/include/gsl/ but it looks like the compile is looking for it in /usr/local/include/gsl/ Dunno if that helps anyone... If I understand correctly, gb.gsl is a new component whic

Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Randall Morgan
You do not have the GNU Scientific Library (GSL) in your system path or it is not installed on your system. On Ubuntu, you need to install this from the system repo with apt-get install gsl-bin gsl-doc-pdf libgsl0-dev installing from the tar file will not provide the needed symbolic links on Ubunt

Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Jussi Lahtinen
http://www.gnu.org/software/gsl/ Very useful, at least to me. Jussi On Tue, Jan 31, 2012 at 23:50, Jussi Lahtinen wrote: > You might want to compile without gsl right now... > Instead of normal ./configure, do ./configure --disable-gsl > > Jussi > > > > On Tue, Jan 31, 2012 at 23:46, Caveat

Re: [Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Jussi Lahtinen
You might want to compile without gsl right now... Instead of normal ./configure, do ./configure --disable-gsl Jussi On Tue, Jan 31, 2012 at 23:46, Caveat wrote: > Hi list > > On a new machine running Ubuntu 11.10 Oneiric, I'm having problems > compiling Gambas3. It seems to be to do with my

[Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

2012-01-31 Thread Caveat
Hi list On a new machine running Ubuntu 11.10 Oneiric, I'm having problems compiling Gambas3. It seems to be to do with my installation of gsl (gnu scientific library?). Attached is the full (gzipped) output from the compile script. I tried searching the documentation just out of interest to se