Hello listers, as I wrote on wxPython list, I followed the instructions at www.wxpython.org/BUILD.html to check out and build wxWidgets and wxPython.
As I also wrote ;-) the fact is that the build process FAILED with python 2.4.1 and succeeded with the Apple installed python 2.3.5 The test with the Apple installed python 2.3.5 succeeded but with SO MANY warnings !! So here I report the session tracing of both the tests, the one with the Apple's python first, then the one with the python 2.4.1 A quick note: on my system /usr/bin/python is python 2.3.5 and ~python is python 2.4.1 thanks anybody for ANY thoughts about this bye Adriano FIRST TEST (with python 2.3.5) [Catonano:wxWidgets/wxWidgets/wxPython] adri% /usr/bin/python setup.py build_ext --inplace --debug UNICODE=1 WX_CONFIG=/opt/wx/2.6/ bin/wx-config Preparing CORE... Preparing GLCANVAS... Preparing STC... Preparing GIZMOS... Preparing ANIMATE... running build_ext building '_core_' extension creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3 creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/_core_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/_core_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/_core_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/_core_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/_core_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/_core_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/_core_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/helpers.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/helpers.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h: In constructor 'wxMacPortSaver::wxMacPortSaver(OpaqueGrafPtr*)': /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:102: warning: 'GetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1862) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:102: warning: 'GetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1862) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:103: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:103: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h: In destructor 'wxMacPortSaver::~wxMacPortSaver()': /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:107: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:107: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/helpers.o build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ _core_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _core_.so -framework QuickTime -framework IOKit -framework Carbon - framework Cocoa -framework System building '_gdi_' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/drawlist.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/drawlist.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/_gdi_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/_gdi_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/_gdi_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/_gdi_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/_gdi_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery (const char*)' defined but not used src/mac/_gdi_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/_gdi_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/_gdi_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/drawlist.o build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ _gdi_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/_gdi_.so - framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_windows_' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/_windows_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/_windows_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/_windows_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/_windows_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined but not used src/mac/_windows_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery(const char*)' defined but not used src/mac/_windows_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/_windows_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/_windows_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/_windows_wrap.cpp:1465: warning: 'int SWIG_CheckLongInRange (long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ _windows_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _windows_.so -framework QuickTime -framework IOKit -framework Carbon - framework Cocoa -framework System building '_controls_' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/_controls_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/_controls_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/_controls_wrap.cpp: In function 'PyObject* _wrap_new_BookCtrlSizer(PyObject*, PyObject*, PyObject*)': src/mac/_controls_wrap.cpp:18119: warning: '__comp_ctor ' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/sizer.h:759) src/mac/_controls_wrap.cpp: In function 'PyObject* _wrap_new_NotebookSizer(PyObject*, PyObject*, PyObject*)': src/mac/_controls_wrap.cpp:18233: warning: '__comp_ctor ' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/sizer.h:788) src/mac/_controls_wrap.cpp: At global scope: src/mac/_controls_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/_controls_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined but not used src/mac/_controls_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery(const char*)' defined but not used src/mac/_controls_wrap.cpp:499: warning: 'void SWIG_PropagateClientData(swig_type_info*)' defined but not used src/mac/_controls_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined but not used src/mac/_controls_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/_controls_wrap.cpp:1473: warning: 'int SWIG_CheckLongInRange (long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ _controls_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _controls_.so -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_misc_' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/_misc_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/_misc_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/_misc_wrap.cpp: In function 'PyObject* wxDisplay_GetModes (wxDisplay*, const wxVideoMode&)': src/mac/_misc_wrap.cpp:2977: warning: comparison between signed and unsigned integer expressions src/mac/_misc_wrap.cpp: In function 'PyObject* _wrap_DateTime_SetToTheWeek(PyObject*, PyObject*, PyObject*)': src/mac/_misc_wrap.cpp:20985: warning: 'SetToTheWeek' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/datetime.h:696) src/mac/_misc_wrap.cpp: In function 'PyObject* _wrap_DateTime_GetWeek (PyObject*, PyObject*, PyObject*)': src/mac/_misc_wrap.cpp:21035: warning: 'GetWeek' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/datetime.h:699) src/mac/_misc_wrap.cpp: At global scope: src/mac/_misc_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/_misc_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/_misc_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/_misc_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/_misc_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/_misc_wrap.cpp:1471: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ _misc_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _misc_.so -framework QuickTime -framework IOKit -framework Carbon - framework Cocoa -framework System building '_calendar' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/calendar_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/calendar_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/calendar_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/calendar_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined but not used src/mac/calendar_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery(const char*)' defined but not used src/mac/calendar_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/calendar_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/calendar_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/calendar_wrap.cpp:1395: warning: 'int SWIG_CheckLongInRange (long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ calendar_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _calendar.so -framework QuickTime -framework IOKit -framework Carbon - framework Cocoa -framework System building '_grid' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/grid_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/grid_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/grid_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/grid_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/grid_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/grid_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/grid_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/grid_wrap.cpp:1914: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ grid_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/_grid.so - framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_html' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/html_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/html_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/html_wrap.cpp: In function 'PyObject* _wrap_HtmlSearchStatus_GetContentsItem(PyObject*, PyObject*, PyObject*)': src/mac/html_wrap.cpp:11097: warning: 'GetContentsItem' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/html/helpdata.h:176) src/mac/html_wrap.cpp: In function 'PyObject* _wrap_HtmlHelpData_GetContents(PyObject*, PyObject*, PyObject*)': src/mac/html_wrap.cpp:11377: warning: 'GetContents' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/html/helpdata.h:232) src/mac/html_wrap.cpp: In function 'PyObject* _wrap_HtmlHelpData_GetContentsCnt(PyObject*, PyObject*, PyObject*)': src/mac/html_wrap.cpp:11403: warning: 'GetContentsCnt' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/html/helpdata.h:233) src/mac/html_wrap.cpp: In function 'PyObject* _wrap_HtmlHelpData_GetIndex(PyObject*, PyObject*, PyObject*)': src/mac/html_wrap.cpp:11431: warning: 'GetIndex' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/html/helpdata.h:234) src/mac/html_wrap.cpp: In function 'PyObject* _wrap_HtmlHelpData_GetIndexCnt(PyObject*, PyObject*, PyObject*)': src/mac/html_wrap.cpp:11457: warning: 'GetIndexCnt' is deprecated (declared at /opt/wx/2.6/include/wx-2.6/wx/html/helpdata.h:235) src/mac/html_wrap.cpp: At global scope: src/mac/html_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/html_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/html_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery (const char*)' defined but not used src/mac/html_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/html_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/html_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/html_wrap.cpp:1442: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ html_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/_html.so - framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_media' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/media_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/media_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/media_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/media_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/media_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery (const char*)' defined but not used src/mac/media_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/media_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/media_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/media_wrap.cpp:1459: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ media_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _media.so -framework QuickTime -framework IOKit -framework Carbon - framework Cocoa -framework System building '_webkit' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/webkit_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/webkit_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/webkit_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/webkit_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/webkit_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery (const char*)' defined but not used src/mac/webkit_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/webkit_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/webkit_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/webkit_wrap.cpp:1463: warning: 'int SWIG_CheckLongInRange (long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ webkit_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _webkit.so -framework QuickTime -framework IOKit -framework Carbon - framework Cocoa -framework System building '_wizard' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/wizard_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/wizard_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/wizard_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/wizard_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/wizard_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery (const char*)' defined but not used src/mac/wizard_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/wizard_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/wizard_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/wizard_wrap.cpp:1402: warning: 'int SWIG_CheckLongInRange (long int, long int, long int, const char*)' defined but not used src/mac/wizard_wrap.cpp:4826: warning: 'void SWIG_Python_addvarlink (PyObject*, char*, PyObject* (*)(), int (*)(PyObject*))' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ wizard_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _wizard.so -framework QuickTime -framework IOKit -framework Carbon - framework Cocoa -framework System building '_xrc' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c src/mac/xrc_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/xrc_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/mac/xrc_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used src/mac/xrc_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName (const char*, void*, size_t, const char*)' defined but not used src/mac/xrc_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery (const char*)' defined but not used src/mac/xrc_wrap.cpp:499: warning: 'void SWIG_PropagateClientData (swig_type_info*)' defined but not used src/mac/xrc_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr (PyObject*, swig_type_info*, int, int)' defined but not used src/mac/xrc_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked (PyObject*, void*, size_t, swig_type_info*, int)' defined but not used src/mac/xrc_wrap.cpp:1412: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/src/mac/ xrc_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/_xrc.so - framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_glcanvas' extension creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ glcanvas creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ glcanvas/mac gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c contrib/glcanvas/mac/glcanvas_wrap.cpp -o build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/glcanvas/ mac/glcanvas_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ contrib/glcanvas/mac/glcanvas_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used contrib/glcanvas/mac/glcanvas_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined but not used contrib/glcanvas/mac/glcanvas_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery(const char*)' defined but not used contrib/glcanvas/mac/glcanvas_wrap.cpp:499: warning: 'void SWIG_PropagateClientData(swig_type_info*)' defined but not used contrib/glcanvas/mac/glcanvas_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined but not used contrib/glcanvas/mac/glcanvas_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used contrib/glcanvas/mac/glcanvas_wrap.cpp:1385: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/glcanvas/ mac/glcanvas_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 -o wx/ _glcanvas.so -L/opt/wx/2.6/lib -framework QuickTime -framework IOKit - framework Carbon -framework Cocoa -framework System -lwx_macud_gl-2.6 -lwx_macud-2.6 -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_stc' extension creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/stc creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ stc/mac gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c contrib/stc/mac/stc_wrap.cpp -o build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/stc/mac/ stc_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ contrib/stc/mac/stc_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used contrib/stc/mac/stc_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined but not used contrib/stc/mac/stc_wrap.cpp:499: warning: 'void SWIG_PropagateClientData(swig_type_info*)' defined but not used contrib/stc/mac/stc_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined but not used contrib/stc/mac/stc_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used contrib/stc/mac/stc_wrap.cpp:1399: warning: 'int SWIG_CheckLongInRange (long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/stc/mac/ stc_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 - lwx_macud_stc-2.6 -o wx/_stc.so -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_gizmos' extension creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ gizmos creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ gizmos/wxCode creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ gizmos/wxCode/src creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ gizmos/mac gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -Icontrib/gizmos -Icontrib/gizmos/wxCode/include -I/ System/Library/Frameworks/Python.framework/Versions/2.3/include/ python2.3 -c contrib/gizmos/wxCode/src/treelistctrl.cpp -o build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/gizmos/ wxCode/src/treelistctrl.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h: In constructor 'wxMacPortSaver::wxMacPortSaver(OpaqueGrafPtr*)': /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:102: warning: 'GetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1862) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:102: warning: 'GetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1862) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:103: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:103: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h: In destructor 'wxMacPortSaver::~wxMacPortSaver()': /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:107: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) /opt/wx/2.6/include/wx-2.6/wx/mac/carbon/private.h:107: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ ApplicationServices.framework/Frameworks/QD.framework/Headers/ Quickdraw.h:1847) gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -Icontrib/gizmos -Icontrib/gizmos/wxCode/include -I/ System/Library/Frameworks/Python.framework/Versions/2.3/include/ python2.3 -c contrib/gizmos/mac/gizmos_wrap.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/gizmos/mac/ gizmos_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ contrib/gizmos/mac/gizmos_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used contrib/gizmos/mac/gizmos_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined but not used contrib/gizmos/mac/gizmos_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery(const char*)' defined but not used contrib/gizmos/mac/gizmos_wrap.cpp:499: warning: 'void SWIG_PropagateClientData(swig_type_info*)' defined but not used contrib/gizmos/mac/gizmos_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined but not used contrib/gizmos/mac/gizmos_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used contrib/gizmos/mac/gizmos_wrap.cpp:1432: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/gizmos/ wxCode/src/treelistctrl.o build.unicode/temp.darwin-8.2.0- Power_Macintosh-2.3/contrib/gizmos/mac/gizmos_wrap.o -L/opt/wx/2.6/ lib -lstdc++ -lwx_macud-2.6 -lwx_macud_gizmos-2.6 -o wx/_gizmos.so - framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System building '_animate' extension creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ animate creating build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/ animate/mac gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/System/Library/Frameworks/Python.framework/Versions/ 2.3/include/python2.3 -c contrib/animate/mac/animate_wrap.cpp -o build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/animate/ mac/animate_wrap.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ contrib/animate/mac/animate_wrap.cpp:231: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used contrib/animate/mac/animate_wrap.cpp:419: warning: 'const char* SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined but not used contrib/animate/mac/animate_wrap.cpp:483: warning: 'swig_type_info* SWIG_TypeQuery(const char*)' defined but not used contrib/animate/mac/animate_wrap.cpp:499: warning: 'void SWIG_PropagateClientData(swig_type_info*)' defined but not used contrib/animate/mac/animate_wrap.cpp:1199: warning: 'void* SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined but not used contrib/animate/mac/animate_wrap.cpp:1213: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used contrib/animate/mac/animate_wrap.cpp:1396: warning: 'int SWIG_CheckLongInRange(long int, long int, long int, const char*)' defined but not used c++ -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -g build.unicode/temp.darwin-8.2.0-Power_Macintosh-2.3/contrib/animate/ mac/animate_wrap.o -L/opt/wx/2.6/lib -lstdc++ -lwx_macud-2.6 - lwx_macud_animate-2.6 -o wx/_animate.so -framework QuickTime - framework IOKit -framework Carbon -framework Cocoa -framework System running build_ext [Catonano:wxWidgets/wxWidgets/wxPython] adri% SECOND TEST (with python 2.4.1) [Catonano:wxWidgets/wxWidgets/wxPython] adri% python setup.py build_ext --inplace --debug UNICODE=1 WX_CONFIG=/opt/wx/2.6/bin/wx- config Preparing CORE... Preparing GLCANVAS... Preparing STC... Preparing GIZMOS... Preparing ANIMATE... running build_ext building '_core_' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H - DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXMAC__ - D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iinclude -Isrc - I/opt/wx/2.6/lib/wx/include/mac-unicode-debug-2.6 -I/opt/wx/2.6/ include/wx-2.6 -I/Library/Frameworks/Python.framework/Versions/2.4/ include/python2.4 -c src/helpers.cpp -o build.unicode/ temp.darwin-8.2.0-Power_Macintosh-2.4/src/helpers.o -g -O0 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ /opt/wx/2.6/include/wx-2.6/wx/string.h: In function 'int Stricmp (const char*, const char*)': /opt/wx/2.6/include/wx-2.6/wx/string.h:135: error: 'strcasecmp' was not declared in this scope /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/MacMemory.h: In function 'void BlockZero (void*, Size)': /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/MacMemory.h:1587: error: 'bzero' was not declared in this scope /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/MacMemory.h: In function 'void BlockZeroUncached(void*, Size)': /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/MacMemory.h:1595: error: 'bzero' was not declared in this scope /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/fp.h: In function 'long double gammal (long double)': /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/fp.h:2027: error: 'gamma' was not declared in this scope /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/fp.h: In function 'long int rinttoll (long double)': /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/fp.h:2141: error: 'rinttol' was not declared in this scope /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/fp.h: In function 'long int roundtoll (long double)': /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/fp.h:2179: error: 'roundtol' was not declared in this scope error: command 'gcc' failed with exit status 1 _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
