From: Jeremy R. <je...@ma...> - 2008-05-27 03:57:37
|
it's all good ... i figured out how to use the most recent wxWidgets lib. for the record, it's ./configure --with-wx-prefix=/usr/local/ jeremy On May 26, 2008, at 9:28 PM, Jeremy Rotsztain wrote: > > hey alex, > > you're absolutely right about xwWidgets ... > > checking for wx-config... /usr/bin/wx-config > checking for wxWidgets version >= 2.6.0... no (version 2.5.3 is not > new enough) > checking for wx-config... (cached) /usr/bin/wx-config > checking for wxWidgets version >= 2.4.0... yes (version 2.5.3) > checking for wxWidgets static library... no > > so i installed the latest version (wxMac-2.8.7) > but configure seems to think that i'm still using 2.5.3. > looking at config --help, there are a few items that allow me to set > the path of wxWidgets. > > --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH > --with-wx-config=CONFIG wx-config script to use (optional) > --with-wx-prefix=PREFIX Prefix where wxWidgets is installed > (optional) > --with-wx-exec-prefix=PREFIX > Exec prefix where wxWidgets is installed > (optional) > WXRC Path to wxWidget's wxrc resource compiler > > do you know which ones i'm supposed to use ? > > jeremy > > > On May 26, 2008, at 11:53 AM, Alexander Vassilev wrote: > >> 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 >> >> <avasilev.vcf> >> --------------------------------------------------------------------- >> - >> --- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Iaxclient-devel mailing list >> Iax...@li... >> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > |