[Qgis-user] QGis Fedora Build Error

2007-05-11 Thread Elavazhagan.M
Hi, I am trying to build qgis.0.8.0 on Fedora. But I am always getting the following error. creating libqgis_core.la (cd .libs rm -f libqgis_core.la ln -s ../libqgis_core.la libqgis_core.la) make[4]: Leaving directory `/root/.local/share/Trash/files/qgis-0_7.8.0/src/core' make[3]:

Re: [Qgis-user] QGis Fedora Build Error

2007-05-17 Thread Elavazhagan.M
. Someone please correct if I'm wrong. Hope you find this post useful. Will try with Postgres and let you asap. Regards, Ela On Fri, 2007-05-11 at 14:26 +0530, Elavazhagan.M wrote: Hi, I am trying to build qgis.0.8.0 on Fedora. But I am always getting the following error. creating

[Qgis-user] Help Needed - Building qgis with Postgres

2007-05-21 Thread Elavazhagan.M
Hi, I am trying to configure qgis with PostGreSQL-8.1.9 support using the following command: ./configure \ --with-qtdir=/usr/local/Trolltech/Qt-4.2.3 \ --prefix=/usr/local/qgis \

[Qgis-user] Problem instantiating QPSQLDriver Object

2007-05-23 Thread Elavazhagan.M
Hello, I'm trying to connect to Postgres database from my QGis plug-in. Connection to Postgres succeeds with the following code (i.e. PQstatus( postgresPGconn ) returns CONNECTION_OK ) : PGconn *postgresPGconn = PQconnectdb(host=localhost user=postgres port=5432 dbname=test); But, I am not

[Qgis-user] Help Needed - QGis Plugin Windows Build

2007-08-14 Thread Elavazhagan.M
Dear QGis users, I have successfully built my QGis-plugin on Linux. I need to compile the same for Windows. I am following the steps given in 'Building Windows binaries on Linux' blog. I have downloaded svn head and pasted my code under 'src/plugins/My Plugin Directory'. My question