have taken me weeks to do with via command line.
~S
Shea Martin wrote:
I finally got pgadmin3 up and running. Exactly what I wanted, great.
But it core dumps all the time; on exit, resize, cancel a dialog,
closing help dialog. The error and warning messages are always the
same leading up t
I finally got pgadmin3 up and running. Exactly what I wanted, great.
But it core dumps all the time; on exit, resize, cancel a dialog,
closing help dialog. The error and warning messages are always the same
leading up to the crash. Here is example stdout from a run before a
core dump:
(pgad
Andreas Pflug wrote:
Shea Martin wrote:
I installed insight, and took some sreenshots of the various frames,
and the point of bombing. Hopefully these may be of some help to
people possibly trying to solve this. Follow this link for screenshots:
http://www.snowsquirrel.ca/pages/screenshots
I installed insight, and took some sreenshots of the various frames, and
the point of bombing. Hopefully these may be of some help to people
possibly trying to solve this. Follow this link for screenshots:
http://www.snowsquirrel.ca/pages/screenshots/pgadmin.html
Thanks,
~Shea M.
Shea Martin
= wxLANGUAGE_DEFAULT;
298
299 delete[] langNames;
300 }
Hope this helps.
~Shea M.
Shea Martin wrote:
I am going to try again. I built/installed the gtk2 version of
wxWidgets, with --enable-debug. made all the wx demos, and tested
them out. Then I built pgdmin3 with --
I am going to try again. I built/installed the gtk2 version of
wxWidgets, with --enable-debug. made all the wx demos, and tested them
out. Then I built pgdmin3 with --enable-debug. Running
/usr/local/pgadmin3/bin/pgadmin3 results in a segfault.
I loaded pgadmin3 into gdb. Here is some out
I installed psql (from source), gtk2(sunfreeware.com), wxwidgets(from
source) and pgadmin(from source). But pgadmin just segaults before I
even see a window, despite the fact that ldd shows now errors (see my
previous posts).
So I have decided that the solution might be to leave the data base
Andreas Pflug wrote:
Shea Martin wrote:
Ok,
I installed wxGTK 2.53, on Solaris 8, gcc 3.4. All the demos work.
I built pgadmin with no options passed to configure. The build went
smoothly. The link of course failed, as LIBS variable did not
include -lnsl nor the wx libs. I added those and
Ok,
I installed wxGTK 2.53, on Solaris 8, gcc 3.4. All the demos work.
I built pgadmin with no options passed to configure. The build went
smoothly. The link of course failed, as LIBS variable did not include
-lnsl nor the wx libs. I added those and the link finished successfully.
Did a make
In order to get pgadmin to compile I had to make the following changes.
Add "#include " to the following files:
src/ui/frmQuery.cpp
src/ui/frmEditGrid.cpp
Change the call to nbOptions->deletePage(0) to
nbOptions->deletePage((size_t)0), so that it was not ambigous:
src/ui/dlgEditGridOptions.cpp:165
10 matches
Mail list logo