Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Many thanks Willy, for your precise and documented answer. Today I can say, thanks to you, I know more than yesterday. If Sebastian read this email and he wants to intervene … Kind regards also to you gianluigi Il 19/05/2014 00:41, Willy Raets ha scritto: On zo, 2014-05-18 at 20:38

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Jussi, thanks for answer, I'm trying to create a program with GTK +, since I read so many warnings in the log file regarding this library, I ask what can I do for this. Your help very appreciated gianluigi Il 19/05/2014 01:02, Jussi Lahtinen ha scritto: You can ignore those if you are not

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread Ian Haywood
On Mon, May 19, 2014 at 6:42 PM, gian bago...@libero.it wrote: Jussi, thanks for answer, Il 19/05/2014 01:02, Jussi Lahtinen ha scritto: You can ignore those if you are not going to use them. They are not mandatory. On Sun, May 18, 2014 at 9:38 PM, gian bago...@libero.it wrote: Hi all,

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread Benoît Minisini
Le 19/05/2014 14:30, Ian Haywood a écrit : On Mon, May 19, 2014 at 6:42 PM, gian bago...@libero.it wrote: Jussi, thanks for answer, Il 19/05/2014 01:02, Jussi Lahtinen ha scritto: You can ignore those if you are not going to use them. They are not mandatory. On Sun, May 18, 2014 at 9:38 PM,

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Hello Benoit, Thank you for your reply, I am new to Linux and Gambas and I think I've bitten off more than you can chew. I loaded the library as suggested. I saw the attachment of Ian but now I do not know specifically how to proceed, help Have my best regards gianluigi Il 19/05/2014

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Hello Ian, Thank you for your reply, as already written to Benoit, I am new to Linux and Gambas and I think I've bitten off more than you can chew. I loaded the library as suggested. I saw your attachment but now I do not know specifically how to proceed, help Have my best regards

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread Jussi Lahtinen
What sources you are compiling? After Benoit has fixed the library detection, you just need to download the updated source code. But the fix is probably yet only in development version. Jussi On Mon, May 19, 2014 at 5:12 PM, gian bago...@libero.it wrote: Hello Benoit, Thank you for your

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Hello Jussi, I am compiling the version that obtain with this command: svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk how must I do? Ciao gianluigi Il 19/05/2014 16:49, Jussi Lahtinen ha scritto: What sources you are compiling? After Benoit has fixed the library

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread Jussi Lahtinen
OK, good. Open terminal to your trunk folder and type: svn update Jussi On Mon, May 19, 2014 at 6:13 PM, gian bago...@libero.it wrote: Hello Jussi, I am compiling the version that obtain with this command: svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk how must I do?

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Sorry Jussi, you intend I need to update Trunk and then restart with ~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk etc.? Thanks for help gianluigi Il 19/05/2014 19:31, Jussi Lahtinen ha scritto: OK, good. Open terminal to your trunk folder and type: svn update Jussi

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread Jussi Lahtinen
No. This creates the trunk folder: $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk And this makes the code to be up to date in trunk folder: svn update So, you need only to run svn update and then compile as you have done: ( ./reconf-all ./configure -C make sudo make install )

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
OK Jussi, finally I have understand, sorry for my ignorance. ciao gianluigi Il 19/05/2014 20:23, Jussi Lahtinen ha scritto: No. This creates the trunk folder: $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk And this makes the code to be up to date in trunk folder: svn

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Jussi, I have updated and compiled as said and have obtained a file log with 119 warning. Two for this: || Unable to find file: libintl.so || This library may be located inside the system C library, so you can ignore that warning... || Unable to find file: libiconv.so || This library may

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread Jussi Lahtinen
|| Unable to find file: libintl.so || This library may be located inside the system C library, so you can ignore that warning... || Unable to find file: libiconv.so || This library may be located inside the system C library, so you can ignore that warning... Just ignore these. One

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread gian
Thank you! Jussi, no problem now I hope, it was just for curiosity. Look, if I was not a human I would be inclined to perfection :-) ciao gianluigi Il 19/05/2014 22:34, Jussi Lahtinen ha scritto: || Unable to find file: libintl.so || This library may be located inside the system C library,

[Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-18 Thread gian
Hi all, compiling Gambas3 following the instructions Gambas Documentation I received this result: || THESE COMPONENTS ARE DISABLED: || - gb.db.postgresql || - gb.gmp || - gb.gtk3 || - gb.jit With web suggestions and research on Synaptic I have installed these libraries: libgmp-dev

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-18 Thread Willy Raets
On zo, 2014-05-18 at 20:38 +0200, gian wrote: Hi all, compiling Gambas3 following the instructions Gambas Documentation I received this result: || THESE COMPONENTS ARE DISABLED: || - gb.db.postgresql libpg-dev http://packages.ubuntu.com/trusty/libpq-dev || - gb.gmp libgmp-dev

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-18 Thread Jussi Lahtinen
You can ignore those if you are not going to use them. They are not mandatory. Jussi On Sun, May 18, 2014 at 9:38 PM, gian bago...@libero.it wrote: Hi all, compiling Gambas3 following the instructions Gambas Documentation I received this result: || THESE COMPONENTS ARE DISABLED: || -