compile problem with agadmin2-1.2.0 on SuSE 9.2 system

From: Bruce Ferrell <bferrell(at)baywinds(dot)org>
To: pgadmin-support(at)postgresql(dot)org
Subject: compile problem with agadmin2-1.2.0 on SuSE 9.2 system
Date: 2005-01-05 19:15:20
Message-ID: 41DC3CC8.7000208@baywinds.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

the make fails with the following:

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/local/pgsql/include -DSSL
-I/usr/lib/wx/include/gtk2-2.5 -I/usr/include/wx-2.5
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/usr/include/wx-2.5 -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\"
-Wall -g -I../src/include -I../src/agent/include -Wall -g -O0 -MT
dlgEditGridOptions.o -MD -MP -MF ".deps/dlgEditGridOptions.Tpo" \
-c -o dlgEditGridOptions.o `test -f 'ui/dlgEditGridOptions.cpp' ||
echo './'`ui/dlgEditGridOptions.cpp; \
then mv -f ".deps/dlgEditGridOptions.Tpo" ".deps/dlgEditGridOptions.Po"; \
else rm -f ".deps/dlgEditGridOptions.Tpo"; exit 1; \
fi
ui/dlgEditGridOptions.cpp:51: error: `wxID_REMOVE' was not declared in this
scope
make[2]: *** [dlgEditGridOptions.o] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/pgadmin3-1.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/pgadmin3-1.2.0'
make: *** [all] Error 2

Suggestions anyone?

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message David Siegal 2005-01-05 19:55:49 Server Closed Connection Unexpectedly
Previous Message Andreas Pflug 2005-01-04 17:18:46 Re: Request of feature