Re: [pgadmin-hackers] wx snapshot compile failure

2003-10-13 Thread Adam H . Pendleton
On Monday, Oct 13, 2003, at 18:45 US/Eastern, Andreas Pflug wrote:

I've seen this mentioned on wx-dev today by Stephane Gully; "st" 
should be "value".

What's irritating me a bit is that *my* version 2003.10.10.00.00.00 
(textctrl.cpp rev.1.170, cvs -D "2003-10-10 GMT" ) has a line 1177 of
value.Replace(wxT("\n"), wxT("\r"));
so it seems that our snapshot isn't exactly what I have locally. Maybe 
another timezone?  The version of this file was changed to 1.171 on 
10/10, 4:26
So do we need to create a new wxWindows snapshot?

BTW,
I'm wondering if you could have a look at wxWindow's main makefiles, 
to have contrib/src/stc and contrib/srx/xrc compiled in the main run. 
This would make the package a bit more fool-proof. I'm not quite sure 
if that works, because the contrib modules like the base to be 
installed before the should be made. Maybe some "make complete" tag 
that makes all in the correct row installed?

This shouldn't be too difficult.  Just a new target, 'complete' sounds 
good.

ahp


PGP.sig
Description: PGP signature


Re: [pgadmin-hackers] wx snapshot compile failure

2003-10-13 Thread Andreas Pflug
Adam H.Pendleton wrote:

The wxWindows snapshot, wxWindows-pgAdmin3-20031010.tar.bz2, currently 
on snake, fails to compile on Mac OS X with the following error:

src/mac/textctrl.cpp: In member function `virtual void 
wxTextCtrl::Replace(long
   int, long int, const wxString&)':
src/mac/textctrl.cpp:1177: `st' undeclared (first use this function)
src/mac/textctrl.cpp:1177: (Each undeclared identifier is reported 
only once
   for each function it appears in.)
make: *** [corelib_textctrl.o] Error 1

ahp
I've seen this mentioned on wx-dev today by Stephane Gully; "st" should 
be "value".

What's irritating me a bit is that *my* version 2003.10.10.00.00.00 
(textctrl.cpp rev.1.170, cvs -D "2003-10-10 GMT" ) has a line 1177 of
value.Replace(wxT("\n"), wxT("\r"));
so it seems that our snapshot isn't exactly what I have locally. Maybe 
another timezone?  The version of this file was changed to 1.171 on 
10/10, 4:26

BTW,
I'm wondering if you could have a look at wxWindow's main makefiles, to 
have contrib/src/stc and contrib/srx/xrc compiled in the main run. This 
would make the package a bit more fool-proof. I'm not quite sure if that 
works, because the contrib modules like the base to be installed before 
the should be made. Maybe some "make complete" tag that makes all in the 
correct row installed?

Regards,
Andreas


---(end of broadcast)---
TIP 6: Have you searched our list archives?
  http://archives.postgresql.org


[pgadmin-hackers] wx snapshot compile failure

2003-10-13 Thread Adam H . Pendleton
The wxWindows snapshot, wxWindows-pgAdmin3-20031010.tar.bz2, currently 
on snake, fails to compile on Mac OS X with the following error:

src/mac/textctrl.cpp: In member function `virtual void 
wxTextCtrl::Replace(long
   int, long int, const wxString&)':
src/mac/textctrl.cpp:1177: `st' undeclared (first use this function)
src/mac/textctrl.cpp:1177: (Each undeclared identifier is reported only 
once
   for each function it appears in.)
make: *** [corelib_textctrl.o] Error 1

ahp


PGP.sig
Description: PGP signature


Re: [pgadmin-hackers] Maintenance release

2003-10-13 Thread Hiroshi Saito
- Original Message -
From: "Dave Page" <[EMAIL PROTECTED]>

> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 13 October 2003 16:45
> To: Dave Page
> Cc: pgadmin-hackers; Hiroshi Saito
> Subject: Re: Maintenance release
>
> Yes, the "column Würzlipfürtz not found" error has been
> reported several times, seems to be the most annoying one.
> There's still the problem pending that Hiroshi reported,
> apparently the line conv = wxConvUTF8; doesn't assign
> wxConvUTF8 to conv for Microsoft compilers... I changed this
> from a reference to a pointer, so the C+- compiler can't mess
> it up, hopefully Hiroshi can confirm this to be working.
> There are probably some SQL_ASCII databases out there that
> contain non-ascii data, and we can expect several complaints
> about that.

It can be operated pleasantly.:-)
Thank you.

> OK, let's wait to hear from Hiroshi, then if all's well put out 1.0.1 unless anyone 
> else has anything to add?
>
> Regards, Dave.

I have the necessary condition that wants to improve it.
However,
the release many problems are solved at present is necessary.

regards,
Hiroshi Saito


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots

2003-10-13 Thread Andreas Pflug
[EMAIL PROTECTED] wrote:

Jean-Michel,
I finally got the build ok today on my debian host.
I join Dave and think that you may have an old wxWindows (or may be just a part of it) installed on your system.

 

Works OK here. Have you tried cleaning up well and reinstalling wx?

Regards, Dave.

   

Well, that makes 3:1 votes now :-)

Regards,
Andreas


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [pgadmin-hackers] Maintenance release

2003-10-13 Thread Andreas Pflug
Dave Page wrote:



 

-Original Message-
From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
Sent: 13 October 2003 11:21
To: Dave Page; pgadmin-hackers
Subject: Maintenance release

Hi Dave,

how do you think about a maintenance release of pgAdmin3? We 
had some fixes, that could be made official.
   

I was trying to put it off long enough to capture as many bugs as
possible, and avoid the need for 1.0.2.
Are there any that you keep seeing reports about that should expedite
the release?
/D

 

Yes, the "column Würzlipfürtz not found" error has been reported several 
times, seems to be the most annoying one.
There's still the problem pending that Hiroshi reported, apparently the line
conv = wxConvUTF8;
doesn't assign wxConvUTF8 to conv for Microsoft compilers... I changed 
this from a reference to a pointer, so the C+- compiler can't mess it 
up, hopefully Hiroshi can confirm this to be working. There are probably 
some SQL_ASCII databases out there that contain non-ascii data, and we 
can expect several complaints about that.

Regards,
Andreas
---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [pgadmin-hackers] Maintenance release

2003-10-13 Thread Dave Page
 

> -Original Message-
> From: Hiroshi Saito [mailto:[EMAIL PROTECTED] 
> Sent: 13 October 2003 17:51
> To: Dave Page; Andreas Pflug
> Cc: pgadmin-hackers
> Subject: Re: Maintenance release
> 
>
> It can be operated pleasantly.:-)
> Thank you.

:-)

Looks like we're good to go then! I'll see if I can roll something
tomorrow (no promises).

Regards, Dave



---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [pgadmin-hackers] Maintenance release

2003-10-13 Thread Dave Page
 

> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
> Sent: 13 October 2003 16:45
> To: Dave Page
> Cc: pgadmin-hackers; Hiroshi Saito
> Subject: Re: Maintenance release
> 
> Yes, the "column Würzlipfürtz not found" error has been 
> reported several times, seems to be the most annoying one.
> There's still the problem pending that Hiroshi reported, 
> apparently the line conv = wxConvUTF8; doesn't assign 
> wxConvUTF8 to conv for Microsoft compilers... I changed this 
> from a reference to a pointer, so the C+- compiler can't mess 
> it up, hopefully Hiroshi can confirm this to be working. 
> There are probably some SQL_ASCII databases out there that 
> contain non-ascii data, and we can expect several complaints 
> about that.

OK, let's wait to hear from Hiroshi, then if all's well put out 1.0.1 unless anyone 
else has anything to add?

Regards, Dave.

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [BUGS] [pgadmin-hackers] Degrade(character conversion problem)

2003-10-13 Thread Dave Page
Have you managed to make any headway on this issue Andreas?

Regards, Dave. 

> -Original Message-
> From: Hiroshi Saito [mailto:[EMAIL PROTECTED] 
> Sent: 11 October 2003 02:28
> To: Andreas Pflug
> Cc: [EMAIL PROTECTED]
> Subject: Re: [BUGS] [pgadmin-hackers] Degrade(character 
> conversion problem)
> 
> Hi Andreas.
> 
> It is Windows2000+VC6(SP5).
> However,
> MB2WC of wxConvUTF8 is a virtual memory class, and the 
> problem of the multiplex succession happens in it.
> Before constructor of the derivation class is called,  it is 
> called, and constructor of the basic class loses a goal.
> Because you are smart, you move it with the head.
> But, because I am not smart, I actually move it, and see it.:-(
> 
> regards,
> Hiroshi Saito
> 
> - Original Message -
> From: "Andreas Pflug" <[EMAIL PROTECTED]>
> To: "Hiroshi Saito" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, October 10, 2003 11:53 PM
> Subject: Re: [BUGS] [pgadmin-hackers] Degrade(character 
> conversion problem)
> 
> 
> > Hiroshi Saito wrote:
> > 
> > >Hi Andreas.
> > >
> > >It was confirmed in this.
> > >Please check and apply it.:-)
> > >  
> > >
> > Hi Hiroshi,
> > 
> > I don't like this patch. While looking at it, it will do 
> the same as 
> > before, just more complicated (and not complete).
> > 
> > What's wrong with the current version? What's happening in 
> line 158 on 
> > your system? Is it skipped or does the assignment fail? 
> Which compiler 
> > are you using?
> > 
> > Regards,
> > Andreas
> > 
> > 
> > 
> > ---(end of 
> broadcast)---
> > TIP 1: subscribe and unsubscribe commands go to 
> [EMAIL PROTECTED]
> 
> ---(end of 
> broadcast)---
> TIP 3: if posting/reading through Usenet, please send an appropriate
>   subscribe-nomail command to [EMAIL PROTECTED] so 
> that your
>   message can get through to the mailing list cleanly
> 

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots

2003-10-13 Thread blacknoz

Jean-Michel,
I finally got the build ok today on my debian host.

I join Dave and think that you may have an old wxWindows (or may be just a part of it) 
installed on your system.

regards,
Raphaël 

Message d'origine
>Sujet: Re: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots
>Date: Mon, 13 Oct 2003 14:47:36 +0100
>De: "Dave Page" <[EMAIL PROTECTED]>
>A: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>
> 
>
>> -Original Message-
>> From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] 
>> Sent: 12 October 2003 21:42
>> To: [EMAIL PROTECTED]
>> Subject: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots
>> 
>> Dear all,
>> 
>> I installed wxWindows 20031010 patched version. pgAdmin3 
>> snapshots does not compile with an include error:
>> 
>
>Works OK here. Have you tried cleaning up well and reinstalling wx?
>
>Regards, Dave.
>
>---(end of broadcast)---
>TIP 8: explain analyze is your friend
>


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [pgadmin-hackers] wxWindows directories merge on Snake

2003-10-13 Thread Jean-Michel POURE
Le Lundi 13 Octobre 2003 16:30, Dave Page a écrit :
> I don't mind you using it for that, but 160Mb of logs seems excessive to
> convince people that there's a problem. What else is in there? Are you only
> uploading logs when things actually go wrong?

I deleted previous builds and will upload only daily builds from now in 
http://snake.pgadmin.org/jean-michel. Warning: do not use the RPMs from this 
directory.

wxWindows packaging scheme is extremely complicated. There are several ports 
(base, gtk, gtk2, x11, etc...) and two sets of RPMs for each port (unicode, 
non-unicode):

wx-base, wx-base-unicode
wx-gtk
wx-gtk2, wx-gtk2-unicode
wx-x11, wx-x11-unicode

Each set has 3 to 6 RPMs. There are 3 distros (RH, MKK, SUSE). This makes a 
lot of RPMs... 

Jean-Michel.


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [pgadmin-hackers] wxWindows directories merge on Snake

2003-10-13 Thread Dave Page
 

> -Original Message-
> From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] 
> Sent: 13 October 2003 15:24
> To: Dave Page; Raphaël Enrici; Andreas Pflug
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] wxWindows directories merge on Snake
> 
> Hi Dave,
> 
> > /snapshots/wxwindows should contain the version and 
> previous versions 
> > of wxWindows that the development team are working with 
> (and building 
> > the snapshots against).
> 
> Fixed.

Thanks.

> > /ftp/wxwindows should contain *only* the version of 
> wxWindows that we 
> > release versions of pgAdmin against. The ftp directory is 
> mirrored and 
> > definitely *should not* have arbitrary versions of wx under 
> it. Please 
> > remove all except 20030831.
> 
> I deleted the new RPMs.

Thanks.

> Because I need some place to upload the packages. If the name 
> "jean-michel" is confusing, I will set up a web server 
> somewhere else. But this would be sad. 
> I upload the build logs to show the wx guys their RPMs don't 
> work. Otherwize, they wron't admit it.

I don't mind you using it for that, but 160Mb of logs seems excessive to convince 
people that there's a problem. What else is in there? Are you only uploading logs when 
things actually go wrong?

Regards, Dave.

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [pgadmin-hackers] wxWindows directories merge on Snake

2003-10-13 Thread Jean-Michel POURE
Hi Dave,

> /snapshots/wxwindows should contain the version and previous versions of
> wxWindows that the development team are working with (and building the
> snapshots against).

Fixed.

> /ftp/wxwindows should contain *only* the version of wxWindows that we
> release versions of pgAdmin against. The ftp directory is mirrored and
> definitely *should not* have arbitrary versions of wx under it. Please
> remove all except 20030831.

I deleted the new RPMs.

> > 1) I moved my stuff into a
> > http://snake.pgadmin.org/jean-michel directory.
> > Do not use the RPMs in this directory, they are mostly ***not
> > compatible*** with pgAdmin3. Actually, these RPMs do not even compile!
> So why are they on Snake? If they're not for use with pgAdmin or don't
> compile, please delete them. There's 160Mb of space wasted there. If you
> are using that area as a working directory, please use your home directory.

Because I need some place to upload the packages. If the name "jean-michel" is 
confusing, I will set up a web server somewhere else. But this would be sad. 
I upload the build logs to show the wx guys their RPMs don't work. Otherwize, 
they wron't admit it.

Cheers,
Jean-Michel


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] Maintenance release

2003-10-13 Thread Dave Page
 

> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
> Sent: 13 October 2003 11:21
> To: Dave Page; pgadmin-hackers
> Subject: Maintenance release
> 
> Hi Dave,
> 
> how do you think about a maintenance release of pgAdmin3? We 
> had some fixes, that could be made official.

I was trying to put it off long enough to capture as many bugs as
possible, and avoid the need for 1.0.2.

Are there any that you keep seeing reports about that should expedite
the release?

/D

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [pgadmin-hackers] wxWindows directories merge on Snake

2003-10-13 Thread Dave Page
 

> -Original Message-
> From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] 
> Sent: 13 October 2003 10:44
> To: Raphaël Enrici; Andreas Pflug; Dave Page
> Cc: pgadmin-hackers
> Subject: wxWindows directories merge on Snake
> 
> Dear friends,
> 
> To avoid confusion, I did the following changes on Snake:

I'm even more confused now.

/snapshots/wxwindows should contain the version and previous versions of wxWindows 
that the development team are working with (and building the snapshots against).

/ftp/wxwindows should contain *only* the version of wxWindows that we release versions 
of pgAdmin against. The ftp directory is mirrored and definitely *should not* have 
arbitrary versions of wx under it. Please remove all except 20030831.

> 1) I moved my stuff into a 
> http://snake.pgadmin.org/jean-michel directory.
> Do not use the RPMs in this directory, they are mostly ***not 
> compatible*** with pgAdmin3. Actually, these RPMs do not even compile!

So why are they on Snake? If they're not for use with pgAdmin or don't compile, please 
delete them. There's 160Mb of space wasted there. If you are using that area as a 
working directory, please use your home directory.

Regards, Dave.

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots

2003-10-13 Thread Dave Page
 

> -Original Message-
> From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] 
> Sent: 12 October 2003 21:42
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots
> 
> Dear all,
> 
> I installed wxWindows 20031010 patched version. pgAdmin3 
> snapshots does not compile with an include error:
> 

Works OK here. Have you tried cleaning up well and reinstalling wx?

Regards, Dave.

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [pgadmin-hackers] New wx patches

2003-10-13 Thread Dave Page
 

> -Original Message-
> From: Raphaël Enrici [mailto:[EMAIL PROTECTED] 
> Sent: 12 October 2003 18:54
> To: Dave Page
> Cc: Andreas Pflug; pgadmin-hackers; [EMAIL PROTECTED]
> Subject: Re: [pgadmin-hackers] New wx patches
> 
> Hi Dave,
> 
> IMHO we should not have two separate directories to keep trace of 
> wxwindows-pgadmin3 sources snaphots.
> (I mean http://snake/wxwindows and http://snake/snapshots/wxWindows)
> Any good reason that we do not merge the two directories ? I 
> think it is 
> a source of confusion.

Hi Raphaël

The second directory doesn't exist. You probably mean ftp/wxWindows - that is mirrored 
by the ftp sites and thus only contains the releases of wx that match released 
versions of pgAdmin. The /wxWindows directory contains all snapshots we publish for 
development use.

Regards. Dave.

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[pgadmin-hackers] pgAdmin3 snapshot

2003-10-13 Thread Jean-Michel POURE
Dear all,

Did anyone succeed in compiling pgAdmin3 today from CVS head, using 
http://snake.pgadmin.org/wxwindows/wxWindows-pgAdmin3-20031010.tar.bz2 (with 
minolitic option)?

Cheers, Jean-Michel


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[pgadmin-hackers] Maintenance release

2003-10-13 Thread Andreas Pflug
Hi Dave,

how do you think about a maintenance release of pgAdmin3? We had some 
fixes, that could be made official.

Regards,
Andreas


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
  http://www.postgresql.org/docs/faqs/FAQ.html


[pgadmin-hackers] wxWindows directories merge on Snake

2003-10-13 Thread Jean-Michel POURE
Dear friends,

To avoid confusion, I did the following changes on Snake:

1) I moved my stuff into a http://snake.pgadmin.org/jean-michel directory.
Do not use the RPMs in this directory, they are mostly ***not compatible*** 
with pgAdmin3. Actually, these RPMs do not even compile!

2) http://snake.pgadmin.org/wxwindows now lists all wxWindows-pgAdmin3-* 
tarballs and patches with comments.

3) As a result, I removed the empty 
http://snake.pgadmin.org/snapshots/wxWindows

If there is a better solution, do not hesitate to apply it.

Best regards,
Jean-Michel


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[pgadmin-hackers] wxWindows 20031010 (S)RPMs available

2003-10-13 Thread Jean-Michel POURE
Dear Zvone,

The RPM packages for wxWindows 20031010 are available. You will be able to 
find the binaries on FTP as soon as it replicates, probably tuesday morning.

Adam, maybe you would like to rebuild them under RedHat < 9?
Zvone, thanks for your offer to rebuild wxGTK under Suse 8.1.

You can download the source package from 
http://snake.pgadmin.org/ftp/wxwindows/SRPMS/wxGTK2ud-2.5-20031010.src.rpm.

To rebuild under Suse 8.1 download the file and enter:

rpm --rebuild wxGTK2ud-2.5-20031010.src.rpm 2>&1 | tee  
wxGTK2ud-2.5-20031010.log

Read the log file and make sure the needed libraries are included in your 
system (if they are not, install them using the stock RPMs for your distro).

For example, under RedHat 9, the log includes:

**
Configured wxWindows 2.5.1 for `i686-pc-linux-gnu'

  Which GUI toolkit should wxWindows use? GTK
  Should wxWindows be compiled into single library?   yes
  Should wxWindows be compiled in debug mode? yes
  Should wxWindows be linked as a shared library? no
  Should wxWindows be compiled in Unicode mode?   yes
  What level of wxWindows compatibility should be enabled?
   wxWindows 2.2  no
   wxWindows 2.4  yes
  Which libraries should wxWindows use?
   jpeg   sys
   pngsys
   regex  sys
   tiff   sys
   zlib   sys
   odbc   no
   expat  sys
   libmspack  no

**

The absence of ODBC and limmspack is normal as ODBC is not supported in a 
Unicode build by default and limspack is brand new. Other libraries (jpeg, 
png, etc...) should have the 'sys' flag on.

After rebuilding, the RPMs will be saved in /usr/src/packages/RPMS/i386

Then, drop me a mail and we will find a way to upload the RPMs to Snake in a 
SuSE81 directory.

Best regards and many thanks for your help,
Jean-Michel


---(end of broadcast)---
TIP 8: explain analyze is your friend