On Fri, 2 Jul 2004 20:13:38 +0100, Dave Page <[EMAIL PROTECTED]> wrote:

> It'll need the latest wx/pgadmin snapshot (ie. not a standard one). You can get it 
>from the snapshots site you got the pga tarball from.

I grabbed wxWindows-pgAdmin3-20031010-9.tar.bz2 (most recent version
of the source tarballs).

wx builds and installs successfully.  Returning to pgAdmin3 and trying
to build results in:

[EMAIL PROTECTED] pgadmin3-1.1.0]$ make && make install
make  all-recursive
make[1]: Entering directory `/home/rschwarz/src/pgadmin3-1.1.0'
Making all in src
make[2]: Entering directory `/home/rschwarz/src/pgadmin3-1.1.0/src'
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/gtk2-2.4 -DGTK_NO_CHECK_CASTS -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 calbox.o -MD -MP
-MF ".deps/calbox.Tpo" \
  -c -o calbox.o `test -f 'ui/calbox.cpp' || echo './'`ui/calbox.cpp; \
then mv -f ".deps/calbox.Tpo" ".deps/calbox.Po"; \
else rm -f ".deps/calbox.Tpo"; exit 1; \
fi
In file included from /usr/lib/wx/include/gtk2-2.4/wx/setup.h:1144,
                 from /usr/local/include/wx/platform.h:101,
                 from /usr/local/include/wx/defs.h:23,
                 from /usr/local/include/wx/wx.h:15,
                 from ui/calbox.cpp:12:
/usr/local/include/wx/chkconf.h:55:9: #error "wxUSE_EXCEPTIONS must be defined."
/usr/local/include/wx/chkconf.h:158:9: #error "wxUSE_XML must be defined."
/usr/local/include/wx/chkconf.h:336:9: #error "wxUSE_DISPLAY must be defined."
/usr/local/include/wx/chkconf.h:412:13: #error "wxUSE_LIBMSPACK must
be defined."
/usr/local/include/wx/chkconf.h:453:9: #error "wxUSE_LISTBOOK must be defined."
/usr/local/include/wx/chkconf.h:895:13: #error "wxUSE_DYNAMIC_LOADER
requires wxUSE_DYNLIB_CLASS."
In file included from /usr/local/include/wx/platform.h:104,
                 from /usr/local/include/wx/defs.h:23,
                 from /usr/local/include/wx/wx.h:15,
                 from ui/calbox.cpp:12:
/usr/local/include/wx/chkconf.h:55:9: #error "wxUSE_EXCEPTIONS must be defined."
/usr/local/include/wx/chkconf.h:158:9: #error "wxUSE_XML must be defined."
/usr/local/include/wx/chkconf.h:336:9: #error "wxUSE_DISPLAY must be defined."
/usr/local/include/wx/chkconf.h:412:13: #error "wxUSE_LIBMSPACK must
be defined."
/usr/local/include/wx/chkconf.h:453:9: #error "wxUSE_LISTBOOK must be defined."
/usr/local/include/wx/chkconf.h:895:13: #error "wxUSE_DYNAMIC_LOADER
requires wxUSE_DYNLIB_CLASS."
make[2]: *** [calbox.o] Error 1
make[2]: Leaving directory `/home/rschwarz/src/pgadmin3-1.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rschwarz/src/pgadmin3-1.1.0'
make: *** [all] Error 2

[EMAIL PROTECTED] pgadmin3-1.1.0]$ grep wxVERSION_STRING
/usr/local/include/wx/*
/usr/local/include/wx/version.h:#define wxVERSION_STRING   _T("wxWindows 2.5.1")

Next?

/rls

-- 
:wq

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to