[Gambas-user] gb.db.postgresql does not compile
Tobias Boege
taboege at ...626...
Mon Jan 26 22:50:50 CET 2015
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 when it is at gb.db.postgresl? See
here[0] for how to report compilation problems.
A blind guess would make me ask: when did you install libpq-dev? The -C
switch to configure makes it use old, cached information about the system.
If you installed libpq-dev after your last non-cached configure run, that
out-dated cache might be the problem. In this case, omit the "-C".
Regards,
Tobi
[0] http://gambaswiki.org/wiki/doc/report#t3
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list