Re: compile problem

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: compile problem
Date: 2004-07-26 09:40:27
Message-ID: Pine.LNX.4.44.0407261214240.20927-100000@emo.org.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

On Mon, 26 Jul 2004, Dave Page wrote:

> FC2 requires a much newer snapshot - specifically:
> wxWidgets-pgAdmin3-20040711-1.tar.bz2 which can be found at
> http://pgadmin.postgresql.org/snapshots/wxWidgets/. You will also need a
> recent pgAdmin snapshot.

Building from source is really not an attractive option for RPM-base
distros. I've checked the spec files included but noone seems to work :(

Anyway, I've compiled wxWidgets and downloaded pgadmin3 latest snapshot.
(If anyone intends to build wxWidgets, please don't forget to build
contrib/{xrc,stc} after make install, so that pgadmin3 won't complain
during configure process...)

I got the following errors :
==============================================
if g++ -DHAVE_CONFIG_H -I. -I. -I..
- -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g
- -I../src/include -I../src/agent/include -I/usr/include -DSSL
- -I/usr/local/lib/wx/include/gtk-2.5 -I/usr/local/include
- -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
- -I/usr/local/include -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\"
- -Wall -g -I../src/include -I../src/agent/include -g -O2 -MT pgConn.o -MD
- -MP -MF ".deps/pgConn.Tpo" \
-c -o pgConn.o `test -f 'db/pgConn.cpp' || echo './'`db/pgConn.cpp; \
then mv -f ".deps/pgConn.Tpo" ".deps/pgConn.Po"; \
else rm -f ".deps/pgConn.Tpo"; exit 1; \
fi
db/pgConn.cpp:19:24: pgfeatures.h: No such file or directory
db/pgConn.cpp: In member function `bool pgConn::HasFeature(int)':
db/pgConn.cpp:434: error: `FEATURE_INITIALIZED' undeclared (first use this
function)
db/pgConn.cpp:434: error: (Each undeclared identifier is reported only
once for
each function it appears in.)
db/pgConn.cpp:438: error: `FEATURE_SIZE' undeclared (first use this
function)
db/pgConn.cpp:444: error: `FEATURE_FILEREAD' undeclared (first use this
function)
db/pgConn.cpp:454: error: `FEATURE_LAST' undeclared (first use this
function)
db/pgConn.cpp:457:2: warning: no newline at end of file
make[2]: *** [pgConn.o] Error 1
make[2]: Leaving directory
`/root/system/sources/pgadmin/pgadmin3-1.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/system/sources/pgadmin/pgadmin3-1.1.0'
========================================================

Regards,

- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBBNGNtl86P3SPfQ4RAlruAKClK4tA+Z2ErbMIsAoIFHMtA0sWqwCgxOpK
faVRBOUdx5Cz9AdvYMhTZlE=
=+p11
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2004-07-26 09:46:28 Re: compile problem
Previous Message Dave Page 2004-07-26 08:57:16 Re: compile problem