Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Benoît Minisini
Le 15/03/2015 04:37, Lewis Balentine a écrit : > "libdumb.so.1" >> No idea what that is... < > > Well I found two possibilities: > libdumb1-dev: libdumb1 (dynamic universal music bibliotheque) > libdumbnet-dev: libdumbnet1 (libdumbnet is known as libdnet in other > distributions) > > As O

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Lewis Balentine
"libdumb.so.1" > No idea what that is... < Well I found two possibilities: libdumb1-dev: libdumb1 (dynamic universal music bibliotheque) libdumbnet-dev: libdumbnet1 (libdumbnet is known as libdnet in other distributions) As OpenAL (Open Audio Library) is a cross-platform audio API I deci

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Benoît Minisini
Le 15/03/2015 00:41, Lewis Balentine a écrit : > serbatoio voi Gianluigi, > > You saved me a lot of time. I did however find one more package that was > required. > # || Unable to met pkg-config requirement: QtOpenGL > # || gb.qt4.opengl is disabled > # add libqt4-opengl-dev > sudo apt-get install

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Benoît Minisini
Le 15/03/2015 00:41, Lewis Balentine a écrit : > > Benoit, > I do not know if this will be helpful but regarding the warnings/errors: > Please see attached archive file for the make logs as well as the errors > captured from the console. > > For "make" they were typically warnings about depreciated

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Lewis Balentine
serbatoio voi Gianluigi, You saved me a lot of time. I did however find one more package that was required. # || Unable to met pkg-config requirement: QtOpenGL # || gb.qt4.opengl is disabled # add libqt4-opengl-dev sudo apt-get install libqt4-opengl-dev I also added the log files as you illust

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Christof Thalhofer
Am 14.03.2015 um 12:27 schrieb Benoît Minisini: > http://gambaswiki.org/wiki/doc/release/3.7.0 > > Thanks for your patience and enjoy it! Thank you very much! Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature ---

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Benoît Minisini
Le 14/03/2015 20:19, Frank Haymes a écrit : > Can Gambas be installed on a Raspberry Pi B+? > > Frank G. Haymes > No idea. It should work as on other Raspberry Pis. -- Benoît Minisini -- Dive into the World of Parallel

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Gian
Il 14/03/2015 20:06, Benoît Minisini ha scritto: > Le 14/03/2015 18:52, Lewis Balentine a écrit : >> Regarding Linux Mint 17.1 (a.k.a. Rebecca): >> Becky had some teething problems and added a bunch off fancy user >> interface graphics that I did not need or want. Thus I decided to stick >> with 17

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Frank Haymes
Can Gambas be installed on a Raspberry Pi B+? Frank G. Haymes > Date: Sat, 14 Mar 2015 20:08:02 +0100 > From: gam...@users.sourceforge.net > To: gambas-user@lists.sourceforge.net > Subject: Re: [Gambas-user] Release of Gambas 3.7 > > Le 14/03/2015 18:28, Jussi Lahtinen a

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Benoît Minisini
Le 14/03/2015 18:28, Jussi Lahtinen a écrit : > OK, I understand the issue. It's just that this used to work with earlier > version, and it still works with GTK+. > So, this is very likely to cause unexpected problems. > > > Jussi > It depends what the instancation of the form triggers. Qt may abo

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Benoît Minisini
Le 14/03/2015 18:52, Lewis Balentine a écrit : > Regarding Linux Mint 17.1 (a.k.a. Rebecca): > Becky had some teething problems and added a bunch off fancy user > interface graphics that I did not need or want. Thus I decided to stick > with 17.0 (updated of course --- so I may have all that stuff

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Lewis Balentine
Regarding Linux Mint 17.1 (a.k.a. Rebecca): Becky had some teething problems and added a bunch off fancy user interface graphics that I did not need or want. Thus I decided to stick with 17.0 (updated of course --- so I may have all that stuff I did not want). Strange, as I succ

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Jussi Lahtinen
OK, I understand the issue. It's just that this used to work with earlier version, and it still works with GTK+. So, this is very likely to cause unexpected problems. Jussi On Sat, Mar 14, 2015 at 5:46 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 14/03/2015 15:27, Jussi Lahti

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Benoît Minisini
Le 14/03/2015 15:27, Jussi Lahtinen a écrit : > I think you missed my mail..? > See attached project. > > > Jussi > Just don't instanciate your form there. That new error message tells you that it is too early for the Qt4 library, because it is initialized just before your Main() method is call

Re: [Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Jussi Lahtinen
I think you missed my mail..? See attached project. Jussi On Sat, Mar 14, 2015 at 1:27 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > After a few last minutes bugs had been fixed, Gambas 3.7 has been released! > > Some of the main changes are: > > - A new software reposito

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Benoît Minisini
Le 14/03/2015 14:39, Lewis Balentine a écrit : > I was just checking that ... > > Ref: http://gambas.sourceforge.net/en/main.html > The following versions of GNU tools are needed: > automake 1.11.1 > autoconf 2.68 > libtool 2.4 > Compiling with older

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Lewis Balentine
I was just checking that ... Ref: http://gambas.sourceforge.net/en/main.html The following versions of GNU tools are needed: automake 1.11.1 autoconf 2.68 libtool 2.4 Compiling with older version may or may not work! -

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Benoît Minisini
Le 14/03/2015 14:15, Benoît Minisini a écrit : > Le 14/03/2015 13:39, Lewis Balentine a écrit : >> Environment: Linux Mint 17 X64, Mate Desktop 1.8 >> >> lewis@HP8460 ~ $ cd //home/lewis/CodeProjects/Gambas_Build/gambas3-3.7.0 >> lewis@HP8460 //home/lewis/CodeProjects/Gambas_Build/gambas3-3.7.0 $ >

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Benoît Minisini
Le 14/03/2015 13:39, Lewis Balentine a écrit : > Environment: Linux Mint 17 X64, Mate Desktop 1.8 > > lewis@HP8460 ~ $ cd //home/lewis/CodeProjects/Gambas_Build/gambas3-3.7.0 > lewis@HP8460 //home/lewis/CodeProjects/Gambas_Build/gambas3-3.7.0 $ > ./reconf-all > .. > autoreconf: running: /usr/bi

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Lewis Balentine
Environment: Linux Mint 17 X64, Mate Desktop 1.8 lewis@HP8460 ~ $ cd //home/lewis/CodeProjects/Gambas_Build/gambas3-3.7.0 lewis@HP8460 //home/lewis/CodeProjects/Gambas_Build/gambas3-3.7.0 $ ./reconf-all .. autoreconf: running: /usr/bin/autoconf configure:4385: error: possibly undefined macro:

[Gambas-user] Release of Gambas 3.7

2015-03-14 Thread Benoît Minisini
Hi, After a few last minutes bugs had been fixed, Gambas 3.7 has been released! Some of the main changes are: - A new software repository made with Gambas for Gambas. It allows to publish and install Gambas softwares. - Databases now can be initialized from templates automatically generated b