Re: [pgadmin-hackers] CVS compile error

2003-10-08 Thread Jean-Michel POURE
Le Mercredi 8 Octobre 2003 09:06, Dave Page a crit :
 Could that be something to do with the lack of Unicode support on Mac?

MacOsX has built-in support for Unicode. wxMac does not. It remains to be 
added to wxMac according to Stefan. Cheers, 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] CVS compile error

2003-10-08 Thread Adam H. Pendleton
Stefan Csomor wrote:

Hi

it is not really difficult but if you don't know the MacOS Unicode calls
it's getting tiresome, I will try to make an assessment of the trouble
involved in solving this for 10.2 by next week, I see we need it...
 

Thanks, Stefan, we really appreciate your continuing support.  Let me 
know if there is anything I can do to help you.

ahp

---(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] CVS compile error

2003-10-07 Thread Adam H . Pendleton
I still get this compile error, on Mac, with the CVS HEAD from both 
pgadmin3 and wxWindows:

utils/utffile.cpp: In member function `off_t wxUtfFile::Read(wxString, 
long
   long int)':
utils/utffile.cpp:85: no matching function for call to `wxMBConv::MB2WC(
   wxStringBuffer, char*, long unsigned int)'
/usr/local/wx2/include/wx/strconv.h:46: candidates are: virtual size_t
   wxMBConv::MB2WC(wchar_t*, const char*, long unsigned int) const

ahp

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


[pgadmin-hackers] CVS compile error

2003-10-06 Thread Adam H. Pendleton
ui/ctlSQLResult.cpp: In member function `int ctlSQLResult::Execute(const
  wxString, int)':
ui/ctlSQLResult.cpp:53: error: no matching function for call to 
`pgQueryThread
  ::pgQueryThread(pgConn*, const wxString, int)'
../src/include/pgSet.h:89: error: candidates are:
  pgQueryThread::pgQueryThread(const pgQueryThread)
../src/include/pgSet.h:91: error:
  pgQueryThread::pgQueryThread(PGconn*, const wxString, int)
make[2]: *** [ctlSQLResult.o] Error 1

ahp

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


Re: [pgadmin-hackers] CVS compile error

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

ui/ctlSQLResult.cpp: In member function `int ctlSQLResult::Execute(const
  wxString, int)':
ui/ctlSQLResult.cpp:53: error: no matching function for call to 
`pgQueryThread
  ::pgQueryThread(pgConn*, const wxString, int)'
../src/include/pgSet.h:89: error: candidates are:
  pgQueryThread::pgQueryThread(const pgQueryThread)
../src/include/pgSet.h:91: error:
  pgQueryThread::pgQueryThread(PGconn*, const wxString, int)
make[2]: *** [ctlSQLResult.o] Error 1


While trying to fix one thing, I uploaded a partial fix of another...
Both are in cvs now.
Regards,
Andreas


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


Re: [pgadmin-hackers] CVS compile error

2003-10-03 Thread Dave Page


 -Original Message-
 From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] 
 Sent: 02 October 2003 23:32
 To: [EMAIL PROTECTED]
 Subject: [pgadmin-hackers] CVS compile error
 
 
 I get this when compiling a fresh CVS tree:
 
 utils/utffile.cpp: In member function `off_t 
 wxUtfFile::Read(wxString, 
 long
 long int)':
 utils/utffile.cpp:85: no matching function for call to 
 `wxMBConv::MB2WC(
 wxStringBuffer, char*, long unsigned int)'
 /usr/local/wx2/include/wx/strconv.h:46: candidates are: virtual size_t
 wxMBConv::MB2WC(wchar_t*, const char*, long unsigned int) const
 make[2]: *** [utffile.o] Error 1
 make[2]: *** Waiting for unfinished jobs
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

You need the 20031001 wx snapshot from the wxWindows site. Currently we
haven't patched it.

Regards, Dave.

---(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] CVS compile error

2003-10-03 Thread Adam H. Pendleton




Dave Page wrote:

  
  
  
-Original Message-
From: Adam H.Pendleton [mailto:[EMAIL PROTECTED]] 
Sent: 02 October 2003 23:32
To: [EMAIL PROTECTED]
Subject: [pgadmin-hackers] CVS compile error


I get this when compiling a fresh CVS tree:

utils/utffile.cpp: In member function `off_t 
wxUtfFile::Read(wxString, 
long
long int)':
utils/utffile.cpp:85: no matching function for call to 
`wxMBConv::MB2WC(
wxStringBuffer, char*, long unsigned int)'
/usr/local/wx2/include/wx/strconv.h:46: candidates are: virtual size_t
wxMBConv::MB2WC(wchar_t*, const char*, long unsigned int) const
make[2]: *** [utffile.o] Error 1
make[2]: *** Waiting for unfinished jobs
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

  
  
You need the 20031001 wx snapshot from the wxWindows site. Currently we
haven't patched it.

Regards, Dave.

  

Does this mean that the CVS head from wxWindows doesn't work?

ahp




Re: [pgadmin-hackers] CVS compile error

2003-10-03 Thread Dave Page
Title: Message





  
  -Original Message-From: Adam H. 
  Pendleton [mailto:[EMAIL PROTECTED] Sent: 03 October 2003 
  20:41To: Dave PageCc: 
  [EMAIL PROTECTED]Subject: Re: [pgadmin-hackers] CVS 
  compile errorDave Page wrote:

-Original Message-
From: Adam H.Pendleton [mailto:[EMAIL PROTECTED]] 
Sent: 02 October 2003 23:32
To: [EMAIL PROTECTED]
Subject: [pgadmin-hackers] CVS compile error


I get this when compiling a fresh CVS tree:

utils/utffile.cpp: In member function `off_t 
wxUtfFile::Read(wxString, 
long
long int)':
utils/utffile.cpp:85: no matching function for call to 
`wxMBConv::MB2WC(
wxStringBuffer, char*, long unsigned int)'
/usr/local/wx2/include/wx/strconv.h:46: candidates are: virtual size_t
wxMBConv::MB2WC(wchar_t*, const char*, long unsigned int) const
make[2]: *** [utffile.o] Error 1
make[2]: *** Waiting for unfinished jobs
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

You need the 20031001 wx snapshot from the wxWindows site. Currently we
haven't patched it.

Regards, Dave.

  
  Does this mean that the CVS head from wxWindows doesn't work?
Dunno 
about that, but that's the same error I got before upgrading to that snapshot 
from our previous one.

Regards, Dave.