From: Alexander V. <ava...@vo...> - 2008-05-26 15:53:11
|
Jeremy Rotsztain wrote: > i've tried installing iaxclient 2.0.2 and 2.1beta 3 but i keep > getting errors when running make (configure works just fine) > Hello Jeremy, What wxWidgets build are you using, ANSI or Unicode? Your problems looks like you are using a Unicode wxWidgets build and the code is assuming and is only compatible with ANSI build. If you are using an Univode wxWIdgets build, try building wxWidgets in ANSI mode and try again. Regards Alex |