Gambas2

10 views
Skip to first unread message

Pino Zollo

unread,
Feb 4, 2013, 7:14:40 AM2/4/13
to dblog-Lin...@googlegroups.com
The last release of Gambas2 is on   http://gambas.sourceforge.net/en/main.html


Read Compilation & Installation


GL

David Toombs

unread,
Feb 4, 2013, 8:58:21 AM2/4/13
to dblog-Lin...@googlegroups.com
Thanks for this.

I'm not that expert on Linux, but I tried installing Gambas2 and failed at the first hurdle.
trying to configure I get:

$ ./configure
bash: ./configure: No such file or directory

Even though configure.ac is present ?

Any ideas anyone?



Regards, Dave


--
You received this message because you are subscribed to the Google Groups "DBLog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dblog-Linux-log...@googlegroups.com.
To post to this group, send email to dblog-Lin...@googlegroups.com.
Visit this group at http://groups.google.com/group/dblog-Linux-logger?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Pino Zollo

unread,
Feb 4, 2013, 9:26:59 AM2/4/13
to dblog-Lin...@googlegroups.com
On 04/02/13 10:58, David Toombs wrote:
Thanks for this.

I'm not that expert on Linux, but I tried installing Gambas2 and failed at the first hurdle.
trying to configure I get:

$ ./configure
bash: ./configure: No such file or directory

Even though configure.ac is present ?

Any ideas anyone?



Try to execute ./reconf-all   first


Then ./configure -C --disable-jit      .... not all modules are needed

73

Pino

David Toombs

unread,
Feb 4, 2013, 10:48:07 AM2/4/13
to dblog-Lin...@googlegroups.com
Does it matter where I unzip the Gambas2 files and run install from?


Regards, Dave


David Toombs

unread,
Feb 4, 2013, 10:55:56 AM2/4/13
to dblog-Lin...@googlegroups.com
Also I seem to be having some difficulty in totally removing Gambas3.
Although I have removed from all known locations, if I type Gambas in my menu search I see the Gambas3 icon, nothing happens If I click on it but I'm worried that some of it is still present, somewhere?





Regards, Dave
On 04/02/13 14:26, Pino Zollo wrote:

David Toombs

unread,
Feb 4, 2013, 11:01:13 AM2/4/13
to dblog-Lin...@googlegroups.com
./reconf-all displays the following errors:


./reconf-all: 7: ./reconf-all: libtoolize: not found
./reconf-all: 8: ./reconf-all: autoreconf: not found



Regards, Dave


On 04/02/13 14:26, Pino Zollo wrote:

Pino Zollo

unread,
Feb 4, 2013, 11:03:53 AM2/4/13
to dblog-Lin...@googlegroups.com
On 04/02/13 12:48, David Toombs wrote:
Does it matter where I unzip the Gambas2 files and run install from?
 No... but the usual place is /usr/src

... you do not need to be root for compiling.... but for installing yes.


Gambas 2 and Gambas 3 can coexist in the same computer.


73

Pino

David Toombs

unread,
Feb 4, 2013, 11:10:08 AM2/4/13
to dblog-Lin...@googlegroups.com
Ok, still doesn't work:

# ./reconf-all

./reconf-all: 7: ./reconf-all: libtoolize: not found
./reconf-all: 8: ./reconf-all: autoreconf: not found


# sudo ./reconf-all

./reconf-all: 7: ./reconf-all: libtoolize: not found
./reconf-all: 8: ./reconf-all: autoreconf: not found


# ls
acinclude.m4  gb.compress.bzlib2  gb.net        INSTALL
aclocal.m4    gb.compress.zlib    gb.net.curl   install-sh
app           gb.corba            gb.net.smtp   main
AUTHORS       gb.crypt            gb.opengl     Makefile.am
ChangeLog     gb.db.firebird      gb.pcre       Makefile.in
comp          gb.db.mysql         gb.pdf        missing
component.am  gb.db.odbc          gb.qt         NEWS
config.guess  gb.db.postgresql    gb.qte        README
config.h.in   gb.db.sqlite2       gb.qt.kde     README.svn-commit
config.sub    gb.db.sqlite3       gb.sdl        reconf
configure.ac  gb.desktop          gb.sdl.sound  reconf-all
COPYING       gb.gtk              gb.v4l        TEMPLATE
depcomp       gb.gtk.svg          gb.xml
examples      gb.image            help

Regards, Dave


Pino Zollo

unread,
Feb 4, 2013, 11:29:06 AM2/4/13
to dblog-Lin...@googlegroups.com
On 04/02/13 13:10, David Toombs wrote:
# ./reconf-all
./reconf-all: 7: ./reconf-all: libtoolize: not found
./reconf-all: 8: ./reconf-all: autoreconf: not found



see http://gambas.sourceforge.net/en/main.html


and   http://gambasdoc.org/help/install/ubuntu?view


There you can find the lis of needed libraries:


sudo apt-get install build-essential autoconf libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev libxtst-dev libffi-dev libqt4-dev libglew1.5-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev libgsl0-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev libgsl0-dev libncurses5-dev libgmime2.6-dev


73

Pino

Pino Zollo

unread,
Feb 4, 2013, 11:31:37 AM2/4/13
to dblog-Lin...@googlegroups.com
On 04/02/13 13:10, David Toombs wrote:
Ok, still doesn't work:

The last chanse is to install a precompiled version


any graphical package manager.

DO NOT USE the official packages made by Ubuntu for 12.10. They are wrong!

There are binary packages for the latest /trunk made daily by Sebastian Kulesz:

$ sudo add-apt-repository ppa:sebikul/gambas-daily

It allows you to test the latest development version without having to compile it!


David Toombs

unread,
Feb 4, 2013, 12:38:15 PM2/4/13
to dblog-Lin...@googlegroups.com
Hi Pino,
Thanks for all your help with this, but I simply cant get Gambas2 to install on my Linux Mint 14 PC.
It's a shame as I can see that DBLog has many features that my current logger (CQRLog) doesn't have.

I'll continue to try and install it perodically, but for now I think I'll have to concede defeat.


73's Dav, G8FXM



Pino Zollo

unread,
Feb 4, 2013, 1:18:48 PM2/4/13
to dblog-Lin...@googlegroups.com
On 04/02/13 14:38, David Toombs wrote:

Thanks for all your help with this, but I simply cant get Gambas2 to install on my Linux Mint 14 PC.
It's a shame as I can see that DBLog has many features that my current logger (CQRLog) doesn't have.

I'll continue to try and install it perodically, but for now I think I'll have to concede defeat.

I have Gamabs2 installed on an other Mint 14 machine...so it can be done...

it is matter to understand the process...  we are in the OM hobby for learning...

Best 73


Pino
Reply all
Reply to author
Forward
0 new messages