Build problems (SVN HEAD / wxMac)

Stefan Csomor csomor at advancedconcepts.ch
Fri Apr 25 23:54:18 PDT 2008


Hi Jim

did you really mean --enable-universal (ie no native GUI elements) or
--enable-universal_binary (ppc and intel code in one), I assume the latter

the default SDK is 10.4, so /usr/lib doesn't come into play unless you
explicitely set --with-macosx-sdk

that behaviour is really strange, --with-iconv=no should only be needed if
you explicitely set the sdk to 10.5, as only then libiconv is not backwards
compatible

Best,

Stefan



On 24.04.08 16:47, "Jim" <mrmaple at gmail.com> wrote:

> 
> 
>> if you are fine compiling for Leopard only then things are ok when linking
>> against libconv, but if you want your code to run on Tiger as well, you
>> should avoid it, since the version on leopard is newer and you'll get
>> linkage errors when starting the app under Tiger.
>> 
>> I wrote about that a few months ago and IIRC we've added the necesary
>> configure line so -with-iconv=no should work for the command line
> 
> Thanks Stefan,
> 
> I tried  --with-iconv=no, and it didn't seem to affect things at all.
> The strange part is that I have a complete iconv installation right
> in /usr/lib.
> 
> So searching on the mailing lists, I found talk of enabling a
> universal
> binary.  When I added   --enable-universal    the build worked!
> 
> (this is on Leopard with wxWidgets HEAD 2.9.xxxx)
> 
> -Jim
> _______________________________________________
> wx-users mailing list
> wx-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wx-users






More information about the wx-users mailing list