Re: [pgadmin-hackers] assert "!IsAttached()" failed in SetInvokingWindow()

2015-03-08 Thread Richard PALO
bin/psql, --host, 192.168.0.6, --port, > 5432, --username, postgres, postgres) failed with error 2! > richard@omnis:/home/richard/src/pkgsrc/databases/pgadmin3$ - -- Richard PALO -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Thun

Re: [pgadmin-hackers] assert "!IsAttached()" failed in SetInvokingWindow()

2015-02-28 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 28/02/15 09:20, Richard PALO a écrit : > > Not saying it"s not an older issue, though. > BTW, I'm also seeing at startup each time: > richard@omnis:/home/richard/src/pkgsrc/databases/pgadmin3$ pgadmin3 > 09:36:56: Debu

[pgadmin-hackers] assert "!IsAttached()" failed in SetInvokingWindow()

2015-02-28 Thread Richard PALO
; [5] _start This happens after opening a connection to a server then clicking on the puzzle pieces icon (execute last used plugin). Not saying it"s not an older issue, though. - -- Richard PALO -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - htt

Re: [pgadmin-hackers] ommissions or suppressions in 1.18.1

2013-10-13 Thread Richard PALO
Le 13/10/13 10:31, Guillaume Lelarge a écrit : On Sat, 2013-10-12 at 11:13 +0200, Richard PALO wrote: During install I notice the following differences: ERROR: /var/tmp/pkgsrc/databases/pgadmin3/work/.destdir/opt/local/share/pgadmin3/i18n/af_ZA/pgadmin3.mo ERROR: /var/tmp

[pgadmin-hackers] ommissions or suppressions in 1.18.1

2013-10-12 Thread Richard PALO
During install I notice the following differences: ERROR: /var/tmp/pkgsrc/databases/pgadmin3/work/.destdir/opt/local/share/pgadmin3/i18n/af_ZA/pgadmin3.mo ERROR: /var/tmp/pkgsrc/databases/pgadmin3/work/.destdir/opt/local/share/pgadmin3/i18n/af_ZA/wxstd.mo ERROR: /var/tm

Re: [pgadmin-hackers] 1.18.0 tarball uploaded

2013-09-04 Thread Richard PALO
Le 04/09/13 09:52, Dave Page a écrit : On Tue, Sep 3, 2013 at 10:31 PM, Richard PALO wrote: Le 30/08/13 13:45, Dave Page a écrit : I happened to notice that we provide by default, because of wxGTK*, --with-libintl-prefix= and --with-libiconv-prefix= which are consequently ignored by configure

Re: [pgadmin-hackers] 1.18.0 tarball uploaded

2013-09-03 Thread Richard PALO
Le 30/08/13 13:45, Dave Page a écrit : I've uploaded the 1.18.0 GA tarball to ftp://ftp.pgadmin.org/release/v1.18.0/src/. Please take a look and yelp if there are any showstopper issues! Thanks! Hi, seems to build fine (and now without autoconf!) with pkgsrc. I happened to notice that we prov

[pgadmin-hackers] pgadmin3.hhp.cached

2013-07-19 Thread Richard PALO
I needed to undo the following workaround put in Makefile.am: # We need to ensure the help cache is world writeable install-data-hook: - touch $(help_dir)/docs/en_US/pgadmin3.hhp.cached - chmod 0666 $(help_dir)/docs/en_US/pgadmin3.hhp.cached +# touch $(help_dir)/docs/en_US/pgad

[pgadmin-hackers] warnings patch submission

2013-07-19 Thread Richard PALO
The following patch should get over the (in this case cosmetic) warning: ./gqb/gqbView.cpp: In member function 'void gqbView::onMotion(wxMouseEvent&)': ./gqb/gqbView.cpp:344:16: warning: converting 'false' to pointer type 'gqbObject*' [-Wconversion-null] anySelected = false;

[pgadmin-hackers] RTI patch using $(MAKE) instead of 'make' for SPHINX_BUILD

2013-07-19 Thread Richard PALO
The following patches eases integration with pkgsrc... it would be nice to integrate into the upcoming release. diff --git a/Makefile.am b/Makefile.am index d271d52..d98280a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,7 @@ style: # Create HTML docs doc: if SPHINX_BUILD - cd

[pgadmin-hackers] Fwd: patch proposal for acinclude.m4 to better support gcc on illumos/smartos

2013-07-18 Thread Richard PALO
ter support gcc on illumos/smartos Date : Fri, 19 Oct 2012 08:36:23 +0200 De : Richard PALO Pour : pgadmin-hackers@postgresql.org Groupes de discussion: gmane.comp.db.postgresql.pgadmin.devel As /usr/bin/ld on illumos doesn't (yet) support --as-needed, this patch to acinclude.m4 will suppress

[pgadmin-hackers] patch proposal for acinclude.m4 to better support gcc on illumos/smartos

2012-10-18 Thread Richard PALO
As /usr/bin/ld on illumos doesn't (yet) support --as-needed, this patch to acinclude.m4 will suppress the LDFLAGS -Wl,-as-needed passed when gcc is used as the compiler in the "bash bootstrap" command. This patch assumes that all gcc variants running on illumos (gcc3 and gcc4) are configured w