wxMac and CVS Head
H
H at h.com
Wed Jun 6 08:11:24 PDT 2007
In article <QKQnRB.A.BOX.sIdZGB at brage.sunsite.dk>,
vadim at wxwidgets.org (Vadim Zeitlin) wrote:
> On Tue, 05 Jun 2007 23:07:06 +0200 H <H at h.com> wrote:
>
> H> Is anybody able to compile the newest CVS Head on the Mac using XCode? I
> H> get lots of error messages related to wxClassInfo.
>
> What are the first few ones?
> VZ
Hi Vadim,
here they are:
/Users/Hartwig/wxWidgets/src/common/object.cpp:191: error: prototype for
`wxClassInfo* wxClassInfo::FindClass(const wxString&)' does not match
any in class `wxClassInfo'
../include/wx/object.h:120: error: candidate is: static wxClassInfo*
wxClassInfo::FindClass(const wxChar*)
/Users/Hartwig/wxWidgets/src/common/object.cpp: In function `wxObject*
wxCreateDynamicObject(const wxString&)':
/Users/Hartwig/wxWidgets/src/common/object.cpp:75: error:
`wxHashTable*wxClassInfo::sm_classTable' is private
/Users/Hartwig/wxWidgets/src/common/object.cpp:272: error: within this
context
/Users/Hartwig/wxWidgets/src/common/object.cpp:75: error:
`wxHashTable*wxClassInfo::sm_classTable' is private
/Users/Hartwig/wxWidgets/src/common/object.cpp:274: error: within this
context
/Users/Hartwig/wxWidgets/src/common/object.cpp:74: error:
`wxClassInfo*wxClassInfo::sm_first' is private
/Users/Hartwig/wxWidgets/src/common/object.cpp:279: error: within this
context
../include/wx/object.h:148: error: `wxClassInfo*wxClassInfo::m_next' is
private
/Users/Hartwig/wxWidgets/src/common/object.cpp:281: error: within this
context
../include/wx/object.h:135: error: `const
wxChar*wxClassInfo::m_className' is private
/Users/Hartwig/wxWidgets/src/common/object.cpp:283: error: within this
context
../include/wx/object.h:135: error: `const
wxChar*wxClassInfo::m_className' is private
/Users/Hartwig/wxWidgets/src/common/object.cpp:283: error: within this
context
Hartwig
More information about the wx-users
mailing list