From: Mike S. <Mik...@Do...> - 2006-07-08 20:52:54
|
Wx-0.52 does fix the wxMediaCtrl compile issues, but here is a new one on OSX 10.4.7 -- I think all the other version numbers are below. Let me know if you need anything else... macbook:~/src/Wx-0.52 mike$ make g++ -c -I. -I. -I/Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/lib/wx/include/mac-ansi-release-2.6 -I/Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6 -UWX_PRECOMP -O3 -DVERSION=\"0.52\" -DXS_VERSION=\"0.52\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA Wx.c Wx.c: In function 'void XS_Wx__Sound_CreateData(PerlInterpreter*, CV*)': Wx.c:10278: error: conversion from 'STRLEN' to 'const wxString' is ambiguous /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:679: note: candidates are: wxString::wxString(const wchar_t*, wxMBConv&, size_t) <near match> /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:674: note: wxString::wxString(const unsigned char*, size_t) <near match> /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:649: note: wxString::wxString(const wxChar*) <near match> /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:643: note: wxString::wxString(wxChar, size_t) /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:633: note: wxString::wxString(int) make: *** [Wx.o] Error 1 |