Re: pgAdmin III v1.8.0 Beta 3 released

From: Cousin Marc <mcousin(at)sigma(dot)fr>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAdmin III v1.8.0 Beta 3 released
Date: 2007-08-14 12:24:00
Message-ID: 200708141424.00606.mcousin@sigma.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support pgsql-announce

Le Monday 13 August 2007 16:50:08 Dave Page, vous avez écrit :
> Cousin Marc wrote:
> > Hi Dave,
> >
> > I just installed pgadmin3 and I'm having a problem : as soon as I right
> > click (on anything), I've got
> >
> > ASSERT INFO:
> > ./src/gtk/menu.cpp(984): assert "IsCheckable()" failed in IsChecked():
> > can't get state of uncheckable item!
> >
> > BACKTRACE:
> > [1] g_closure_invoke()
> > [2] g_signal_emit_valist()
> > [3] g_signal_emit()
> > [4] gtk_propagate_event()
> > [5] gtk_main_do_event()
> > [6] g_main_context_dispatch()
> > [7] g_main_loop_run()
> > [8] gtk_main()
> >
> >
> >
> > I'm on debian unstable, using a hand built pgadmin3 debian package.
> > I used wxwidgets 1.8.4, and built the whole thing by modifying the debian
> > rules and changelog files by hand to build the whole thing.
> > Is the problem coming from my installation ?
>
> I assume you mean wxWidgets *2*.8.4?
>
> I don't know anything about the debian rules or changelog files - what
> configure command line do they eventually execute?
>
> Regards, Dave

Yes I mean 2.8.4, sorry :) And sorry for the delay too ...

I'm using the provided debian rules file (in pkg subdirectory of pgadmin3), slightly modified to use wxwidget 2.8.4

wxwidget 2.8.4 is built this way :

./configure --build=i486-linux-gnu \
--prefix=/usr/src/pgadmin3-1.8.0-beta3/wxWidgets-2.8.4/wxWidgets-2.8.4/localinst \
--mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info \
--with-gtk --enable-gtk2 --enable-unicode \
--enable-debug \
--disable-shared

Then pgadmin3 is built like this :

CFLAGS="-Wall -g -O2" ./configure --host=i486-linux-gnu \
--build=i486-linux-gnu \
--prefix=/usr \
--mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info \
--disable-dependency-tracking \
--with-wx=/usr/src/pgadmin3-1.8.0-beta3/wxWidgets-2.8.4/wxWidgets-2.8.4/localinst \
--with-wx-config=wx-config \
--with-pgsql-include="/usr/include/postgresql -I./include" \
--enable-gtk2 \
--enable-unicode \
--enable-debug --enable-static --with-libxml2=/usr --with-libxslt=/usr

Thanks for your help

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2007-08-16 01:39:12 Re: Comments on roles and tablespaces for pg 8.2+
Previous Message Raymond O'Donnell 2007-08-13 16:06:26 Re: pgAdmin III v1.8.0 Beta 3 released

Browse pgadmin-support by date

  From Date Subject
Next Message Raymond O'Donnell 2007-08-14 14:05:54 Re: pgAdmin III v1.8.0 Beta 3 released
Previous Message Pavel Stěhule 2007-08-14 09:12:03 Re: pgadmin go down when I want to start debug pl pgsql function

Browse pgsql-announce by date

  From Date Subject
Next Message Dave Page 2007-08-16 14:31:18 Re: pgAdmin III v1.8.0 Beta 3 released
Previous Message Raymond O'Donnell 2007-08-13 16:06:26 Re: pgAdmin III v1.8.0 Beta 3 released