Re: [Gambas-user] gb.db.postgresql does not compile

2015-01-26 Thread Christof Thalhofer
Am 26.01.2015 um 23:53 schrieb Benoît Minisini: >> You need the 'postgresql-server-dev-9.3' package, the wiki installation >> instructions are not up to date. ... > I have successfully installed Gambas on the last Mint, and have updated > the Ubuntu installation instructions (which are the same

Re: [Gambas-user] Software Farm, Unable to get password.

2015-01-26 Thread Benoît Minisini
Le 26/01/2015 07:29, Lewis Balentine a écrit : > > > "This application has raised an unexpected error and must abbort. > Unable to get password. > _Desktop_passwords._get.69" > > Error raised when selecting "Software Farm" from Gambas 3.6.90 main menu > page. > This is a fresh update (in th

Re: [Gambas-user] gb.db.postgresql does not compile

2015-01-26 Thread Benoît Minisini
Le 26/01/2015 23:12, Benoît Minisini a écrit : > Le 26/01/2015 22:43, Christof Thalhofer a écrit : >> Hi, >> >> trying to compile Gambas3 #6864 on Ubuntu 14.04 I get: >> >> $ configure -C >> >> THESE COMPONENTS ARE DISABLED: >> - gb.db.postgresql >> >> But the Ubuntu package libpq-dev is installed.

Re: [Gambas-user] gb.db.postgresql does not compile

2015-01-26 Thread Benoît Minisini
Le 26/01/2015 22:43, Christof Thalhofer a écrit : > Hi, > > trying to compile Gambas3 #6864 on Ubuntu 14.04 I get: > > $ configure -C > > THESE COMPONENTS ARE DISABLED: > - gb.db.postgresql > > But the Ubuntu package libpq-dev is installed. > > Any hints? > > > Alles Gute > > Christof Thalhofer >

Re: [Gambas-user] gb.db.postgresql does not compile

2015-01-26 Thread Tobias Boege
On Mon, 26 Jan 2015, Christof Thalhofer wrote: > Hi, > > trying to compile Gambas3 #6864 on Ubuntu 14.04 I get: > > $ configure -C > > THESE COMPONENTS ARE DISABLED: > - gb.db.postgresql > > But the Ubuntu package libpq-dev is installed. > > Any hints? > What does the configure script report

[Gambas-user] gb.db.postgresql does not compile

2015-01-26 Thread Christof Thalhofer
Hi, trying to compile Gambas3 #6864 on Ubuntu 14.04 I get: $ configure -C THESE COMPONENTS ARE DISABLED: - gb.db.postgresql But the Ubuntu package libpq-dev is installed. Any hints? Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital sign

Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-26 Thread Gian
Il 26/01/2015 20:27, Gian ha scritto: > Il 26/01/2015 19:47, Gian ha scritto: >> Il 25/01/2015 23:57, Benoît Minisini ha scritto: >>> ... > >>... >>> What's the "dash"? > >>... > >>... > >>... > > Hello, > I forgot to specify that the e-mail address of the maintainer is fantasy > (at least I ho

Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-26 Thread Gian
Il 26/01/2015 19:47, Gian ha scritto: Il 25/01/2015 23:57, Benoît Minisini ha scritto: ... >>... What's the "dash"? >>... >>... >>... Hello, I forgot to specify that the e-mail address of the maintainer is fantasy (at least I hope). I attach a picture of the dash showing six small programs

Re: [Gambas-user] Data Base Example

2015-01-26 Thread T Lee Davidson
Good work, Lewis. Lee __ "Artificial Intelligence is no match for natural stupidity." On 01/26/2015 09:28 AM, Lewis Balentine wrote: > Following a thread from last week regarding refreshing DataControl I have > developed a small GUI project to demonstrate the use of DataSource and > Dat

Re: [Gambas-user] Data Base Example

2015-01-26 Thread Lewis Balentine
Well when you get past that ... I created a new VM as well (Vmware). This time I did not check the box 'save password'. Then when I tried to publish the project I got the following error: "Unable to publish project. Incorrect version Content-type: text/palin;charset=utf-8 10 OK" ... but it

Re: [Gambas-user] Data Base Example

2015-01-26 Thread Lewis Balentine
The source of the problem is more likely my incompetence than the software. On 01/26/2015 09:04 AM, Benoît Minisini wrote: > I'm currently creating a VirtualBox VM with Mint inside it to > understand how gnome-keyring works on Mint... ---

Re: [Gambas-user] Data Base Example

2015-01-26 Thread Benoît Minisini
Le 26/01/2015 15:28, Lewis Balentine a écrit : > Following a thread from last week regarding refreshing DataControl I > have developed a small GUI project to demonstrate the use of DataSource > and DataControl items of gb.db.form. It demonstrates how to create the > data connection, move between re

[Gambas-user] Data Base Example

2015-01-26 Thread Lewis Balentine
Following a thread from last week regarding refreshing DataControl I have developed a small GUI project to demonstrate the use of DataSource and DataControl items of gb.db.form. It demonstrates how to create the data connection, move between records (first, previous, next, last), save/cancel ed