Re: bug? app closes on closing SQL editor

From: Rosser Schwarz <rosser(dot)schwarz(at)gmail(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: bug? app closes on closing SQL editor
Date: 2004-07-02 20:13:55
Message-ID: 37d451f704070213137fcf1c02@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 2 Jul 2004 20:13:38 +0100, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> 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:

[rschwarz(at)rschwarz 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

[rschwarz(at)rschwarz 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Együd Csaba 2004-07-04 11:40:02 Re: PGAdmin3 crashes on adding tables to Querybuilder
Previous Message Dave Page 2004-07-02 19:15:58 Re: Using pgadmin with the windows 7.5-dev binary snapshot