[MacOS10.4.9, wxMac2.8.4] "no rule...needed by" error
David Goldsmith
David.L.Goldsmith at noaa.gov
Tue Jun 26 14:34:02 PDT 2007
OK, synopsizing, here's what I'm hearing:
For an ANSI "release" build, use: --disable-shared --disable-unicode
--disable-debug
For an ANSI "debug" build, use: --enable-shared --disable-unicode
--enable-debug
For a Unicode "release" build, use: --disable-shared --enable-unicode
--disable-debug
For a Unicode "debug" build, use: --enable-shared --enable-unicode
--enable-debug
and for all builds, also use: --disable-compat26 --enable-monolithic
These last two I didn't use: what are (some of) the witnessed symptoms
attributable to their omission?
DG
Robin Dunn wrote:
> John Ratliff wrote:
>
>> In the past, there have been many problems using wx shared libraries
>> on mac. I would suggest you build a static lib instead. Unicode has
>> also been a problem for earlier OS X builds (pre-Panther). I haven't
>> tried it recently though to be honest.
>
> Shared libs work fine now, and is what wxPython uses, however the last
> time I had problems it was with the multi-lib build so I typically use
> --enable-monolithic on Mac instead. Unicode is also fine in the
> current builds on 10.3.9 and beyond.
>
>
--
ERD/ORR/NOS/NOAA <http://response.restoration.noaa.gov/emergencyresponse/>
More information about the wx-users
mailing list