pgadmin3+Fedora Core 2 status report

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgadmin3+Fedora Core 2 status report
Date: 2004-09-07 13:30:54
Message-ID: Pine.LNX.4.61.0409071629310.12570@emo.org.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Hi,

I've successfully compiled latest wx snapshot on FC2. At last! :)

Anyway, pgadmin3 failed to compile:

======================================================================
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/lib/wx/include/gtk2ud-2.5 -D__WXDEBUG__ -D__WXGTK__
- -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include
- -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g
- -I../src/include -I../src/agent/include -g -O2 -MT frmQuery.o -MD -MP -MF
".deps/frmQuery.Tpo" \
-c -o frmQuery.o `test -f 'ui/frmQuery.cpp' || echo
'./'`ui/frmQuery.cpp; \
then mv -f ".deps/frmQuery.Tpo" ".deps/frmQuery.Po"; \
else rm -f ".deps/frmQuery.Tpo"; exit 1; \
fi
ui/frmQuery.cpp: In member function `void frmQuery::execQuery(const
wxString&,
int, bool, int, bool)':
ui/frmQuery.cpp:988: error: `wxMilliSleep' undeclared (first use this
function)
ui/frmQuery.cpp:988: error: (Each undeclared identifier is reported only
once
for each function it appears in.)
make[2]: *** [frmQuery.o] Error 1
make[2]: Leaving directory
`/root/system/pgadmin3/pgadmin3/SOURCES/pgadmin3-1.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/root/system/pgadmin3/pgadmin3/SOURCES/pgadmin3-1.1.0'
make: *** [all] Error 2

======================================================================

Any comments?

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)

iD8DBQFBPbgPtl86P3SPfQ4RAr6QAJ0cMnO/J/P0neszAyTEbB6jT9adWwCg0/+1
3LTahyvNCrWN1tr/C27gTNA=
=DaEZ
-----END PGP SIGNATURE-----

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-09-07 13:42:58 Re: pgadmin3+Fedora Core 2 status report
Previous Message Devrim GUNDUZ 2004-09-07 10:25:37 Re: New wx snapshot