From: | "Tomasz Zeman" <tomasz(dot)zeman(at)gmail(dot)com> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAgent 2.0.0 compilation errors (types casting) |
Date: | 2008-11-23 11:30:36 |
Message-ID: | 59baab880811230330l174eecd1t5687f51329bbcf59@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hello,
I am using windows/visual studio 2005 to compile the pgAgent source.
There seems to be some problems with the use of wxString::wc_str.
I have compiled wxWidgets (2.8.9) with UNICODE=1 and I am still getting the
error.
I am not up to date with the changes done to wxWidgets over the past 12
months.
Could somebody give me a hint what else should I correct/re-compile?
Is the pgAgent-2.0.0-Source the latest source available?
The errors are at:
win32.cpp line 59: 'wxString::wc_str' : function does not take 0 arguments
win32.cpp line 123: '_wcsdup' : cannot convert parameter 1 from 'const TCHAR
*' to 'const wchar_t *'
win32.cpp line 520: 'wxString::wc_str' : function does not take 0 arguments
+ cannot allocate an array of constant size 0
job.cpp line 235: 'wxString::wc_str' : function does not take 0 arguments
Best regards
Tomasz Zeman
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2008-11-24 11:46:15 | Re: pgAgent 2.0.0 compilation errors (types casting) |
Previous Message | Quan Zongliang | 2008-11-22 10:43:20 | Re: new patch for index DESC/NULLS FIRST/NULLS LAST |