Re: compile problem with agadmin2-1.2.0 on SuSE 9.2 system - Mailing list pgadmin-support

From Ian Barwick
Subject Re: compile problem with agadmin2-1.2.0 on SuSE 9.2 system
Date
Msg-id 1d581afe050105140642456565@mail.gmail.com
Whole thread Raw
In response to compile problem with agadmin2-1.2.0 on SuSE 9.2 system  (Bruce Ferrell <bferrell@baywinds.org>)
Responses Re: compile problem with agadmin2-1.2.0 on SuSE
List pgadmin-support
On Wed, 05 Jan 2005 11:15:20 -0800, Bruce Ferrell <bferrell@baywinds.org> wrote:
> 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

FWIW it's just built fine [*] for me on SUSE 9.2. Do you have the
correct wxWidgets version? (2.5.3, not the one provided by SUSE).

[*] Fell foul of the gtk-qt-engine described here though:
http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00146.php
Removing the package of the same name solved that problem.

Ian Barwick


pgadmin-support by date:

Previous
From: David Siegal
Date:
Subject: Server Closed Connection Unexpectedly
Next
From: Bruce Ferrell
Date:
Subject: Re: compile problem with agadmin2-1.2.0 on SuSE