Hi Guys,
I built a wx cvs head on my Mac Pro with OS X 10.4.8 and Python 2.4. It built OK but when I tried to build wxPython, I got the following. I notice in the recent changes that AUI has been worked on but since this has been this way for 3+ days, I thought I'd report it.
building '_aui' extension
creating build/temp.macosx-10.4-fat-2.4
creating build/temp.macosx-10.4-fat-2.4/src
creating build/temp.macosx-10.4-fat-2.4/src/mac
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXMAC__ -Iinclude -Isrc -I/usr/local/lib/wx/include/mac-ansi-debug-static-2.8 -I/usr/local/include/wx-2.8 -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -c src/mac/aui_wrap.cpp -o build/temp.macosx-10.4-fat-2.4/src/mac/aui_wrap.o -O3
src/mac/aui_wrap.cpp: In member function 'virtual void wxPyAuiTabArt::DrawTab(wxDC&, wxWindow*, const wxRect&, const wxString&, bool, int, wxRect*, wxRect*, int*)':
src/mac/aui_wrap.cpp:3156: error: no matching function for call to 'wxPyAuiTabArt::DrawTab(wxDC&, wxWindow*&, const wxRect&, const wxString&, bool&, int&, wxRect*&, wxRect*&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:230: note: candidates are: virtual void wxAuiDefaultTabArt::DrawTab(wxDC&, wxWindow*, const wxRect&, const wxString&, const wxBitmap&, bool, int, wxRect*, wxRect*, int*)
src/mac/aui_wrap.cpp: In member function 'virtual wxSize wxPyAuiTabArt::GetTabSize(wxDC&, wxWindow*, const wxString&, bool, int, int*)':
src/mac/aui_wrap.cpp:3242: error: no matching function for call to 'wxPyAuiTabArt::GetTabSize(wxDC&, wxWindow*&, const wxString&, bool&, int&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:251: note: candidates are: virtual wxSize wxAuiDefaultTabArt::GetTabSize(wxDC&, wxWindow*, const wxString&, const wxBitmap&, bool, int, int*)
src/mac/aui_wrap.cpp: In member function 'int wxPyAuiTabArt::GetBestTabCtrlSize(wxWindow*)':
src/mac/aui_wrap.cpp:3268: error: no matching function for call to 'wxPyAuiTabArt::GetBestTabCtrlSize(wxWindow*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:259: note: candidates are: virtual int wxAuiDefaultTabArt::GetBestTabCtrlSize(wxWindow*, wxAuiNotebookPageArray&)
src/mac/aui_wrap.cpp: In member function 'virtual void wxPyAuiTabArt::DrawTab(wxDC&, wxWindow*, const wxRect&, const wxString&, bool, int, wxRect*, wxRect*, int*)':
src/mac/aui_wrap.cpp:3156: error: no matching function for call to 'wxPyAuiTabArt::DrawTab(wxDC&, wxWindow*&, const wxRect&, const wxString&, bool&, int&, wxRect*&, wxRect*&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:230: note: candidates are: virtual void wxAuiDefaultTabArt::DrawTab(wxDC&, wxWindow*, const wxRect&, const wxString&, const wxBitmap&, bool, int, wxRect*, wxRect*, int*)
src/mac/aui_wrap.cpp: In member function 'virtual wxSize wxPyAuiTabArt::GetTabSize(wxDC&, wxWindow*, const wxString&, bool, int, int*)':
src/mac/aui_wrap.cpp:3242: error: no matching function for call to 'wxPyAuiTabArt::GetTabSize(wxDC&, wxWindow*&, const wxString&, bool&, int&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:251: note: candidates are: virtual wxSize wxAuiDefaultTabArt::GetTabSize(wxDC&, wxWindow*, const wxString&, const wxBitmap&, bool, int, int*)
src/mac/aui_wrap.cpp: In member function 'int wxPyAuiTabArt::GetBestTabCtrlSize(wxWindow*)':
src/mac/aui_wrap.cpp:3268: error: no matching function for call to 'wxPyAuiTabArt::GetBestTabCtrlSize(wxWindow*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:259: note: candidates are: virtual int wxAuiDefaultTabArt::GetBestTabCtrlSize(wxWindow*, wxAuiNotebookPageArray&)
src/mac/aui_wrap.cpp: In function 'PyObject* _wrap_AuiTabArt_DrawTab(PyObject*, PyObject*, PyObject*)':
src/mac/aui_wrap.cpp:11686: error: no matching function for call to 'wxAuiTabArt::DrawTab(wxDC&, wxWindow*&, const wxRect&, const wxString&, bool&, int&, wxRect*&, wxRect*&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:166: note: candidates are: virtual void wxAuiTabArt::DrawTab(wxDC&, wxWindow*, const wxRect&, const wxString&, const wxBitmap&, bool, int, wxRect*, wxRect*, int*)
src/mac/aui_wrap.cpp: In function 'PyObject* _wrap_AuiTabArt_GetTabSize(PyObject*, PyObject*, PyObject*)':
src/mac/aui_wrap.cpp:11885: error: no matching function for call to 'wxAuiTabArt::GetTabSize(wxDC&, wxWindow*&, const wxString&, bool&, int&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:187: note: candidates are: virtual wxSize wxAuiTabArt::GetTabSize(wxDC&, wxWindow*, const wxString&, const wxBitmap&, bool, int, int*)
src/mac/aui_wrap.cpp: In function 'PyObject* _wrap_AuiTabArt_GetBestTabCtrlSize(PyObject*, PyObject*, PyObject*)':
src/mac/aui_wrap.cpp:12006: error: no matching function for call to 'wxAuiTabArt::GetBestTabCtrlSize(wxWindow*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:195: note: candidates are: virtual int wxAuiTabArt::GetBestTabCtrlSize(wxWindow*, wxAuiNotebookPageArray&)
src/mac/aui_wrap.cpp: In function 'PyObject* _wrap_AuiTabArt_DrawTab(PyObject*, PyObject*, PyObject*)':
src/mac/aui_wrap.cpp:11686: error: no matching function for call to 'wxAuiTabArt::DrawTab(wxDC&, wxWindow*&, const wxRect&, const wxString&, bool&, int&, wxRect*&, wxRect*&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:166: note: candidates are: virtual void wxAuiTabArt::DrawTab(wxDC&, wxWindow*, const wxRect&, const wxString&, const wxBitmap&, bool, int, wxRect*, wxRect*, int*)
src/mac/aui_wrap.cpp: In function 'PyObject* _wrap_AuiTabArt_GetTabSize(PyObject*, PyObject*, PyObject*)':
src/mac/aui_wrap.cpp:11885: error: no matching function for call to 'wxAuiTabArt::GetTabSize(wxDC&, wxWindow*&, const wxString&, bool&, int&, int*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:187: note: candidates are: virtual wxSize wxAuiTabArt::GetTabSize(wxDC&, wxWindow*, const wxString&, const wxBitmap&, bool, int, int*)
src/mac/aui_wrap.cpp: In function 'PyObject* _wrap_AuiTabArt_GetBestTabCtrlSize(PyObject*, PyObject*, PyObject*)':
src/mac/aui_wrap.cpp:12006: error: no matching function for call to 'wxAuiTabArt::GetBestTabCtrlSize(wxWindow*&)'
/usr/local/include/wx-2.8/wx/aui/auibook.h:195: note: candidates are: virtual int wxAuiTabArt::GetBestTabCtrlSize(wxWindow*, wxAuiNotebookPageArray&)
lipo: can't figure out the architecture type of: /var/tmp//ccIIqPiP.out
error: command 'gcc' failed with exit status 1
cheyenne:~/Documents/workspace/wxWidgets/wxPython mlivingstone$