[pgadmin-hackers] [pre-patch] wxWidget versus SUN CC macro clash

2009-09-08 Thread Zdenek Kotala
As was discussed on different thread new version of Sun Studio C++ compiler contains _T (probably template) which clashes with _T macro in wxWidgets. It will be fixed in wxWidgets 3.0. I attached concept of fix which solve this problem now. This is first workable solution, but I'm not yet happy

Re: [pgadmin-hackers] New minor release?

2009-09-07 Thread Zdenek Kotala
Dave Page píše v po 07. 09. 2009 v 10:09 +0100: On Fri, Sep 4, 2009 at 8:21 PM, Zdenek Kotalazdenek.kot...@sun.com wrote: I try it on latest Nevada build and I'm not able to reproduce. Some bugs seems are related to the Advanced Server which I don't have installed. Understood. And

Re: [pgadmin-hackers] New minor release?

2009-09-04 Thread Zdenek Kotala
Dave Page píše v čt 03. 09. 2009 v 12:31 +0100: On Thu, Sep 3, 2009 at 12:20 PM, Guillaume Lelargeguilla...@lelarge.info wrote: Hi, I was wondering if we'll get out a new minor release. We already have 18 fixes in 1.10 branch, and another two remaining to be fixed. I'm working on one

Re: [pgadmin-hackers] New minor release?

2009-09-04 Thread Zdenek Kotala
Dave Page píše v pá 04. 09. 2009 v 17:27 +0100: Just to give a little background and info in case I missed editting any of the details: - All of these came from the EDB QA team, who were testing the build we'll ship with Advanced Server 8.3R2. - If you see any mention of 'Postgres

[pgadmin-hackers] question about Docs.vproj and builddocs.bat

2009-08-28 Thread Zdenek Kotala
Hi All, I have question if make install should copied Docs.vproj and builddocs.bat? It seems to me as bug. At least on unixes. If it is bug I will send a fix. Thanks Zdenek -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your

Re: [pgadmin-hackers] question about Docs.vproj and builddocs.bat

2009-08-28 Thread Zdenek Kotala
Here it is. It works on unixes (Solaris ;-). I'm not able to fix it on win. Zdenek Dave Page píše v pá 28. 08. 2009 v 09:25 -0400: On Fri, Aug 28, 2009 at 9:24 AM, Zdenek Kotalazdenek.kot...@sun.com wrote: Hi All, I have question if make install should copied Docs.vproj and

[pgadmin-hackers] pgAdmin beta 3 crashes

2009-05-07 Thread Zdenek Kotala
I stared work on Solaris integration and after few minutes play, pgadmin crashes: 080470f8 libwx_gtk2u_stc-2.8.so.0.5.0`long wxStyledTextCtrl::SendMsg+0xf(bb69a00, 7d6, 0, 0, ) 08047118 libwx_gtk2u_stc-2.8.so.0.5.0`int wxStyledTextCtrl::GetLength+0x24(bb69a00, 88feb78, 8047158,

Re: [pgadmin-hackers] Translation to czech

2009-04-24 Thread Zdenek Kotala
Dne 24.04.09 09:25, Guillaume Lelarge napsal(a): Le vendredi 24 avril 2009 à 07:00:08, Zdenek Kotala a écrit : Dne 18.04.09 23:13, Guillaume Lelarge napsal(a): Hi, Le samedi 18 avril 2009 à 22:26:14, Marek Černocký a écrit : [...] I would like to translate pgAdmin to Czech / Čeština / cs

Re: [pgadmin-hackers] Translation to czech

2009-04-23 Thread Zdenek Kotala
Dne 18.04.09 23:13, Guillaume Lelarge napsal(a): Hi, Le samedi 18 avril 2009 à 22:26:14, Marek Černocký a écrit : [...] I would like to translate pgAdmin to Czech / Čeština / cs That's a great news. There's already a (unfortunately outdated) cs_CZ translation. If you wish to update it, you

Re: [pgadmin-hackers] patch to fix pgadmin1.8.4 build on Solaris 10.

2008-07-10 Thread Zdenek Kotala
Dave Page napsal(a): On Wed, Jul 9, 2008 at 12:42 PM, Mayuresh Nirhali [EMAIL PROTECTED] wrote: Hello, While building pgadmin 1.8.4 on Solaris 10, I encountered following error. ./debugger/dbgPgConn.cpp, line 97: Error: INADDR_NONE is not defined. gmake[2]: *** [dbgPgConn.o] Error 1 This

Re: [pgadmin-hackers] Broken 1.8.2 source tar ball?

2008-04-25 Thread Zdenek Kotala
Dave Page napsal(a): On Fri, Apr 25, 2008 at 9:16 AM, Zdenek Kotala [EMAIL PROTECTED] wrote: Hi all, I'm solving problem with pgadmin tarball it contains ??_?? in i18n directory. This directory is empty, but it generates problem with ksh93. Is it possible to rewrap it or release 1.8.3

Re: [pgadmin-hackers] Broken 1.8.2 source tar ball?

2008-04-25 Thread Zdenek Kotala
Magnus Hagander napsal(a): Dave Page wrote: On Fri, Apr 25, 2008 at 9:16 AM, Zdenek Kotala [EMAIL PROTECTED] wrote: Hi all, I'm solving problem with pgadmin tarball it contains ??_?? in i18n directory. This directory is empty, but it generates problem with ksh93. Is it possible to rewrap

[pgadmin-hackers] Missing ssl test in configure

2008-02-01 Thread Zdenek Kotala
I'm trying to compile pgAdmin on solaris and I was caught in the same trap as many times before. I got following error: error: you must specify a valid PostgreSQL installation with --with-pgsql=DIR But it is not correct. I specified it correctly. However main problem there is libssl.

[pgadmin-hackers] underscores in a context menu

2008-02-01 Thread Zdenek Kotala
I'm playing with 1.8.1 version on solaris and I got a corrupted menu when I perform right click on e.g. table. I can see for example Re_fresh instead of Refresh and so on. Any suggestion what can be wrong? I use latest wx 2.8.7. pgAdmin 1.6.3 works fine. Zdenek

Re: [pgadmin-hackers] Missing ssl test in configure

2008-02-01 Thread Zdenek Kotala
I attach suggested patch. I add libssl and libkrb5 tests, but maybe it is not good place put them directly into PostgreSQL test. Please, feel free to move it to correct place. Zdenek Zdenek Kotala wrote: I'm trying to compile pgAdmin on solaris and I was caught in the same

Re: [pgadmin-hackers] v1.8.2 tagged and uploaded

2008-02-01 Thread Zdenek Kotala
Dave Page wrote: I've uploaded 1.8.2 in the normal source, win32, slackware and osx formats to http://developer.pgadmin.org/ftp/release/v1.8.2/. Please give them a once-over and report any major issues before I announce!! It seems OK on Solaris . (Only too much underscores :-)

Re: [pgadmin-hackers] underscores in a context menu

2008-02-01 Thread Zdenek Kotala
Dave Page wrote: On Feb 1, 2008 10:35 AM, Zdenek Kotala [EMAIL PROTECTED] wrote: I'm playing with 1.8.1 version on solaris and I got a corrupted menu when I perform right click on e.g. table. I can see for example Re_fresh instead of Refresh and so on. Any suggestion what can be wrong? I use

[pgadmin-hackers] pgAdmin Icons

2008-01-25 Thread Zdenek Kotala
I'm currently integrating pgAdmin into JDS menu (gnome) and I'm looking for pgAdmin icon. Is there any official icon 48x48 and .desktop file? Thanks Zdenek ---(end of broadcast)--- TIP 4: Have you searched our list archives?

Re: [pgadmin-hackers] pgAdmin Icons

2008-01-25 Thread Zdenek Kotala
Thanks Devrim, Are there any translation for Comment? Maybe it would be good give this text to translators. Thank you very much Zdenek Devrim GÜNDÜZ wrote: Hi, On Fri, 2008-01-25 at 18:26 +0100, Zdenek Kotala wrote: I'm currently integrating pgAdmin

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-15 Thread Zdenek Kotala
for me. Do you have same backtrace? Zdenek Dave Page wrote: Zdenek Kotala wrote: I'm still not sure how you're getting into that code when you close the form though... The root cause is destructor of frmQuery dialog. It removes all connection from

Re: [pgadmin-hackers] pgagent linker problem

2006-12-15 Thread Zdenek Kotala
Dave Page wrote: Zdenek Kotala wrote: I tested it again and this problem occurred if I use sunstudio compiler. Compilation with gcc works fine. I looks that gcc recursively go thru libraries to find symbol. You can test it with Linux version of SunStudio. Ok - is there a relatively easy

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-14 Thread Zdenek Kotala
Dave Page wrote: I'm still not sure how you're getting into that code when you close the form though... I have received following error when a wnat to add server: (pgadmin3:27830): Gtk-CRITICAL **: file gtkliststore.c: line 570: assertion `GTK_LIST_STORE (tree_model)-stamp == iter-stamp'

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-14 Thread Zdenek Kotala
Dave Page wrote: Zdenek, Does this occur when you click the Add Server option, or when you hit OK having filled in the dialog? When you click on add server option. Zdenek ---(end of broadcast)--- TIP 9: In versions below 8.0, the

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-14 Thread Zdenek Kotala
Dave Page wrote: Zdenek Kotala wrote: Dave Page wrote: Zdenek, Does this occur when you click the Add Server option, or when you hit OK having filled in the dialog? When you click on add server option. Yeah I'm now getting that far :-). What I can't get though is any sense out

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-14 Thread Zdenek Kotala
Dave Page wrote: Dhanaraj M wrote: Sorry for the wrong work around. But it crahes in this step... if (s-GetConnected() s-GetConnection()-GetHost() == conn-GetHost() s-GetConnection()-GetPort() == conn-GetPort())^M I think 'conn' is destroyed already... or some other

Re: [pgadmin-hackers] pgagent linker problem

2006-12-13 Thread Zdenek Kotala
Dave Page napsal(a): Zdenek Kotala wrote: I downloaded everything from web, unpack and build from scratch. I don't have rc1 on my machine. I will recheck it on Wednesday together with Dhanaraj problems. There is wx configure: ./configure --prefix=/opt/wxWidgegets-2.8.0 --with-gtk

Re: [pgadmin-hackers] pgagent linker problem

2006-12-11 Thread Zdenek Kotala
Dave Page wrote: Zdenek Kotala wrote: When I try make pgagent binary (Solaris 10/SS11/wx2.8rc3), linker does not recognize some symbols: Undefined first referenced symbol in file wxRadioButtonNameStrconnection.o

[pgadmin-hackers] Compilation problem

2006-12-08 Thread Zdenek Kotala
I try to compile pgadmin 1.6.1 (WX2.8rc3) with SunStudio 11 and I received following error: ./frm/frmEditGrid.cpp, line 78: Error: Badly formed expression. I run preprocessor on this file and it looks that EVT_AUI_PANEBUTTON( frmEditGrid::OnAuiUpdate) macro is not expanded. #76

Re: [pgadmin-hackers] Compilation problem

2006-12-08 Thread Zdenek Kotala
It looks that some macros has been renamed in wx 2.8RC3 There is a patch Zdenek Zdenek Kotala wrote: I try to compile pgadmin 1.6.1 (WX2.8rc3) with SunStudio 11 and I received following error: ./frm/frmEditGrid.cpp, line 78: Error: Badly formed expression. I run

[pgadmin-hackers] pgagent linker problem

2006-12-08 Thread Zdenek Kotala
When I try make pgagent binary (Solaris 10/SS11/wx2.8rc3), linker does not recognize some symbols: Undefined first referenced symbol in file wxRadioButtonNameStrconnection.o wxFileDialogNameStr connection.o

Re: [pgadmin-hackers] RC1 Uploaded

2006-11-01 Thread Zdenek Kotala
Dave Page wrote: I've uploaded RC1 to http://developer.pgadmin.org/ftp/release/v1.6.0-rc1/ in src, win32, slackware and osx formats. Please take a minute to check for any major problems before I announce more widely. I checked it on Solaris/gcc/Wx2.7.1 and It looks good on first quick view.

[pgadmin-hackers] problem with build on Solaris

2006-10-26 Thread Zdenek Kotala
I'm trying compile (gcc/g++ 3.4.3) pgadminIII 1.6 beta3 on Solaris Nevada with wx1.7.1 and I received following error: ./base/factory.cpp: In member function `int pgaFactory::addIcon(char**)': ./base/factory.cpp:120: error: invalid use of undefined type `struct wxImageList'

Re: [pgadmin-hackers] problem with build on Solaris

2006-10-26 Thread Zdenek Kotala
Dave Page napsal(a): -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zdenek Kotala Sent: 26 October 2006 07:31 To: pgadmin-hackers@postgresql.org Subject: [pgadmin-hackers] problem with build on Solaris I'm trying compile (gcc/g++ 3.4.3

[pgadmin-hackers] latest pgadmin generates core on Solaris

2006-10-26 Thread Zdenek Kotala
I tried pgadmin version from trunk (Solaris nevada/gcc 3.4.3) and it generates core during init phase. I'm not sure if I setup everything correctly, but it looks like other problem with wx2.7.1. See backtrace: 08046908

Re: [pgadmin-hackers] latest pgadmin generates core on Solaris

2006-10-26 Thread Zdenek Kotala
Dave Page napsal(a): Yeah, that's basically what I saw on GTK/Linux with 2.7.1. Does the AUI sample work OK? Yes, auidemo works fine. I look on source coud and problem is probably there (src/aui/dockart.cpp): // default metric values #if defined(__WXMAC__) SInt32 height;

Re: [pgadmin-hackers] SUN Studio 11 vs pgAdmin - code cleanup]

2006-08-22 Thread Zdenek Kotala
Dave Page napsal(a): -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 15:53 To: Dave Page Cc: pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] SUN Studio 11 vs pgAdmin - code cleanup] Zdenek Kotala napsal(a): Dave Page wrote