I am trying to install pgadmin3-1.6.2 on a Redhat enterprise 4 update 4 which is kernel 2.6.9-42 I installed libxml2 2.6.18 without problems I installed and configured wxWidgets-2.8.0.tar.gz as per the instructions on http://www.pgadmin.org/download/source.php without any problems. I did the ./configure without any problems but when I did make, I get some errors ( you can see the error in the attached txt file. ./base/pgConnBase.cpp:551: error: `PG_DIAG_INTERNAL_POSITION' undeclared (first use this function)
./base/pgConnBase.cpp:551: error: (Each undeclared identifier is reported only once for each function it appears in.) ./base/pgConnBase.cpp:552: error: `PG_DIAG_INTERNAL_QUERY' undeclared (first use this function) ./base/pgConnBase.cpp:595:2: warning: no newline at end of file make[2]: *** [pgConnBase.o] Error 1 make[2]: Leaving directory `/local_appl/pgadmin3-1.6.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local_appl/pgadmin3-1.6.2' make: *** [all] Error 2 any help would be appreciated. Regards, Alain Gauthier System Administrator Lockheed Martin Canada 6111 Royalmount Avenue Montreal Qc H4P 1K6 Telephone 514-340-8310 Ext. 7043 Fax 514-340-8319
att9ac27.gif
Description: att9ac27.gif
config.status: executing depfiles commands PostgreSQL directory: /usr PostgreSQL pg_config binary: /usr/bin/pg_config PostgreSQL version: PostgreSQL 7.4.13 PostgreSQL SSL support: Present wxWidgets directory: /usr/local wxWidgets wx-config binary: /usr/local/bin/wx-config wxWidgets version: wxWidgets 2.8.0 Building a debug version of pgAdmin: No Statically linking pgAdmin: No Building a Mac OS X appbundle: No Include documentation: Yes pgAdmin configuration is now complete. You can now compile and install pgAdmin using 'make; make install'. Make crash with the following errors ./base/pgConnBase.cpp: In member function `void pgConnBase::SetLastResultError(PGresult*)': ./base/pgConnBase.cpp:551: error: `PG_DIAG_INTERNAL_POSITION' undeclared (first use this function) ./base/pgConnBase.cpp:551: error: (Each undeclared identifier is reported only once for each function it appears in.) ./base/pgConnBase.cpp:552: error: `PG_DIAG_INTERNAL_QUERY' undeclared (first use this function) ./base/pgConnBase.cpp:595:2: warning: no newline at end of file make[2]: *** [pgConnBase.o] Error 1 make[2]: Leaving directory `/local_appl/pgadmin3-1.6.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local_appl/pgadmin3-1.6.2' make: *** [all] Error 2 [EMAIL PROTECTED] pgadmin3-1.6.2]#
---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match