CVS: corrput

Christian Buhtz yspam at gmx.net
Wed Aug 2 09:40:27 PDT 2006


On Wed, 2 Aug 2006 09:07:03 +0200, Benjamin Williams wrote:
> This compiles fine for me on msw/vc8, msw/mingw, and linux/gcc.  Are
> you still experiencing problems?

I refreshed my CVS, cleaned all build-files and build it with this line

mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug
UNICODE=1

The problem is still there!

In file included from ../../src/aui/tabmdi.cpp:34:
../../include/wx/intl.h:47: warning: type attributes are honored only at
type definition
../../include/wx/intl.h:48: warning: type attributes are honored only at
type definition
In file included from ../../src/aui/tabmdi.cpp:36:
../../include/wx/settings.h:18: warning: type attributes are honored
only at type definition
../../src/aui/tabmdi.cpp: In member function `virtual bool
wxTabMDIParentFrame::ProcessEvent(wxEvent&)':
../../src/aui/tabmdi.cpp:186: error: comparison between distinct pointer
types `wxObject*' and `wxTabMDIClientWindow*' lacks a cast
../../src/aui/tabmdi.cpp: In member function `virtual void
wxTabMDIParentFrame::ActivateNext()':
../../src/aui/tabmdi.cpp:233: error: 'class wxTabMDIClientWindow' has no
member named 'GetSelection'
../../src/aui/tabmdi.cpp:235: error: 'class wxTabMDIClientWindow' has no
member named 'GetSelection'
../../src/aui/tabmdi.cpp:236: error: 'class wxTabMDIClientWindow' has no
member named 'GetPageCount'
../../src/aui/tabmdi.cpp: In member function `virtual void
wxTabMDIParentFrame::ActivatePrevious()':
../../src/aui/tabmdi.cpp:245: error: 'class wxTabMDIClientWindow' has no
member named 'GetSelection'
../../src/aui/tabmdi.cpp:247: error: 'class wxTabMDIClientWindow' has no
member named 'GetSelection'
../../src/aui/tabmdi.cpp:249: error: 'class wxTabMDIClientWindow' has no
member named 'GetPageCount'
../../src/aui/tabmdi.cpp: In member function `bool
wxTabMDIChildFrame::Create(wxTabMDIParentFrame*, wxWindowID, const
wxString&, const wxPoint&, const wxSize&, long int, const wxString&)':
../../src/aui/tabmdi.cpp:377: error: comparison between distinct pointer
types `wxTabMDIClientWindow*' and `wxWindow*' lacks a cast
../../src/aui/tabmdi.cpp:379: error: no matching function for call to
`wxTabMDIChildFrame::Create(wxTabMDIClientWindow*&, wxWindowID&, const
wxPoint&, const wxSize&, long int, const wxString&)'
../../include/wx/generic/panelg.h:66: note: candidates are: bool
wxPanel::Create(wxWindow*, wxWindowID, const wxPoint&, const wxSize&,
long int, const wxString&)
../../src/aui/tabmdi.cpp:388: error: 'class wxTabMDIClientWindow' has no
member named 'AddPage'
../../src/aui/tabmdi.cpp:389: error: 'class wxTabMDIClientWindow' has no
member named 'Refresh'
../../src/aui/tabmdi.cpp: In member function `virtual bool
wxTabMDIChildFrame::Destroy()':
../../src/aui/tabmdi.cpp:410: error: 'class wxTabMDIClientWindow' has no
member named 'GetPageCount'
../../src/aui/tabmdi.cpp:413: error: 'class wxTabMDIClientWindow' has no
member named 'GetPage'
../../src/aui/tabmdi.cpp:414: error: 'class wxTabMDIClientWindow' has no
member named 'DeletePage'
../../src/aui/tabmdi.cpp: In member function `virtual void
wxTabMDIChildFrame::SetTitle(const wxString&)':
../../src/aui/tabmdi.cpp:459: error: 'class wxTabMDIClientWindow' has no
member named 'GetPageCount'
../../src/aui/tabmdi.cpp:461: error: 'class wxTabMDIClientWindow' has no
member named 'GetPage'
../../src/aui/tabmdi.cpp:463: error: 'class wxTabMDIClientWindow' has no
member named 'SetPageText'
../../src/aui/tabmdi.cpp: In member function `virtual void
wxTabMDIChildFrame::Activate()':
../../src/aui/tabmdi.cpp:485: error: 'class wxTabMDIClientWindow' has no
member named 'GetPageCount'
../../src/aui/tabmdi.cpp:487: error: 'class wxTabMDIClientWindow' has no
member named 'GetPage'
../../src/aui/tabmdi.cpp: At global scope:
../../src/aui/tabmdi.cpp:579: error: `wxAuiMultiNotebook' has not been
declared
../../src/aui/tabmdi.cpp: In static member function `static wxObject*
wxTabMDIClientWindow::wxCreateObject()':
../../src/aui/tabmdi.cpp:579: error: cannot convert
`wxTabMDIClientWindow*' to `wxObject*' in return
../../src/aui/tabmdi.cpp: At global scope:
../../src/aui/tabmdi.cpp:581: error: `wxAuiMultiNotebook' has not been
declared
../../src/aui/tabmdi.cpp:582: error: `OnPageChanged' is not a member of
`wxTabMDIClientWindow'
../../src/aui/tabmdi.cpp:582: error: `EVT_AUINOTEBOOK_PAGE_CHANGED' was
not declared in this scope
../../src/aui/tabmdi.cpp:583: error: expected `}' before
"wxEventTableEntry"
../../src/aui/tabmdi.cpp:583: error: expected `,' or `;' before
"wxEventTableEntry"
../../src/aui/tabmdi.cpp:584: error: expected declaration before '}'
token
../../src/aui/tabmdi.cpp:27:1: unterminated #if
mingw32-make: *** [gcc_mswuddll\monodll_tabmdi.o] Error 1





More information about the wx-dev mailing list