Hi Jean-Michel

> -----Original Message-----
> From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] 
> Sent: 30 May 2003 16:11
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] Error compiling pgAdmin3 from CVS
> 
> 
> Dear friends,
> 
> I feel stupid to say I cannot compile pgAdmin3. 

Don't feel stupid - it's not like this is widely tested or anything yet. Not to 
mention you come from a VB background, not C.

> Everytime I 
> try, a different 
> problem arises. Now, it fails at the very begining.
> 
> I use wxWindows 2.4 stock distribution.
> Would someone be so kind to help me.
> 
> Cheers,
> Jean-Michel
> 
> **************************************************************
> *****************
> 
> include/pgSchema.h:28: appel du surcharg� �wxString(const 
> char[1])� est
>    ambigu
> /usr/local/include/wx/string.h:320: candidates are: 
> wxString::wxString(const
>    wxWCharBuffer&) <near match>
> /usr/local/include/wx/string.h:303:                 
> wxString::wxString(wchar_t,
>    unsigned int = 1) <near match>
> /usr/local/include/wx/string.h:288:                 
> wxString::wxString(const
>    wxString&) <near match>
> /usr/local/include/wx/string.h:281:                 
> wxString::wxString(int)
>    <near match>


Not sure about that - it compiles fine here so I guess it's just your compiler being a 
little more verbose. I'm guessing it's a warning not an error as compilation seems to 
continue?

> pgAdmin3.cpp: Dans member function � virtual bool 
> pgAdmin3::OnInit() �:
> pgAdmin3.cpp:144: ne peut convertir � const char* � � � const 
> wxChar* �
>    pour l'argument � 1 � vers � void wxLogFatalError(const 
> wxChar*, ...) �

That is one of the new __() macros. Your system doesn't seem to want to use const 
char* __("String Here") in place of a wxChar* wxT("String Here").

Again, compiles fine on Windows XP and Slackware 9 here. What compiler/libs etc do you 
have? My Slackware box is running gcc 3.2.2 and glibc 2.3.1

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])

Reply via email to