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 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user