build error pgadmin3-src-20040805.tar.gz

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: build error pgadmin3-src-20040805.tar.gz
Date: 2004-08-05 21:23:40
Message-ID: 4112A55C.1060202@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi friends,

hourra! My DSL connection is now functional :)

I surely missed some of the things which were done recently, but just in
case, I had a quick look to this morning build and it fails like this:

if i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..
-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include
-I../src/agent/include -I/usr/include/postgresql -I./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/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:1004: error: `wxMilliSleep' undeclared (first use this
function)
ui/frmQuery.cpp:1004: error: (Each undeclared identifier is reported
only once
for each function it appears in.)
make[3]: *** [frmQuery.o] Error 1
make[3]: Leaving directory
`/BUILD/MY_PGADMIN3/AUTO_PGADMIN/build/debian/pgadmin3-1.1.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/BUILD/MY_PGADMIN3/AUTO_PGADMIN/build/debian/pgadmin3-1.1.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/BUILD/MY_PGADMIN3/AUTO_PGADMIN/build/debian/pgadmin3-1.1.0'
make: *** [build-stamp] Error 2

Regards,
Raphaël

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H.Pendleton 2004-08-05 21:33:47 Re: Compiling pgadmin on SuSE 9.1
Previous Message cvs 2004-08-05 20:10:04 CVS Commit by andreas: optimizing: no "new" submenu if only one item