From: Jeremy R. <je...@ma...> - 2008-05-26 04:29:11
|
i've tried installing iaxclient 2.0.2 and 2.1beta 3 but i keep getting errors when running make (configure works just fine) the list of errors is rather long ... it starts with this: Making all in iaxphone g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I/usr/lib/wx/include/ mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DPOSIXSLEEP -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 - D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES - DNO_GCC_PRAGMA -g -O2 -MT iaxphone.o -MD -MP -MF .deps/iaxphone.Tpo - c -o iaxphone.o iaxphone.cc iaxphone.cc: In constructor 'IAXCalls::IAXCalls(wxWindow*, int)': iaxphone.cc:84: error: no matching function for call to 'wxString::Format(const char [4], long int)' /usr/include/wx-2.5/wx/string.h:1072: note: candidates are: static wxString wxString::Format(const wxChar*, ...) iaxphone.cc: In member function 'int IAXCalls::HandleStateEvent (iaxc_ev_call_state)': iaxphone.cc:162: error: conversion from 'char [256]' to 'const wxString' is ambiguous /usr/include/wx-2.5/wx/string.h:659: note: candidates are: wxString::wxString(wxChar, size_t) <near match> /usr/include/wx-2.5/wx/string.h:649: note: wxString::wxString(int) <near match> iaxphone.cc: In constructor 'IAXFrame::IAXFrame(const wxChar*, int, int, int, int)': iaxphone.cc:229: error: conversion from 'const char [9]' to 'const wxString' is ambiguous /usr/include/wx-2.5/wx/string.h:659: note: candidates are: wxString::wxString(wxChar, size_t) <near match> /usr/include/wx-2.5/wx/string.h:649: note: wxString::wxString(int) <near match> iaxphone.cc:265: error: conversion from 'const char [11]' to 'const wxString' is ambiguous /usr/include/wx-2.5/wx/string.h:659: note: candidates are: wxString::wxString(wxChar, size_t) <near match> /usr/include/wx-2.5/wx/string.h:649: note: wxString::wxString(int) <near match> iaxphone.cc:265: error: conversion from 'const char [27]' to 'const wxString' is ambiguous /usr/include/wx-2.5/wx/string.h:659: note: candidates are: wxString::wxString(wxChar, size_t) <near match> /usr/include/wx-2.5/wx/string.h:649: note: wxString::wxString(int) <near match> iaxphone.cc:266: error: conversion from 'const char [13]' to 'const wxString' is ambiguous /usr/include/wx-2.5/wx/string.h:659: note: candidates are: wxString::wxString(wxChar, size_t) <near match> /usr/include/wx-2.5/wx/string.h:649: note: wxString::wxString(int) <near match> iaxphone.cc:266: error: conversion from 'const char [20]' to 'const wxString' is ambiguous /usr/include/wx-2.5/wx/string.h:659: note: candidates are: wxString::wxString(wxChar, size_t) <near match> and ends with this: make[3]: *** [iaxphone.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 i'm running osx 10.4.10 could i be using the wrong library somewhere along the way? thanks, jeremy |