[wx-dev] [wxMac] WXWIN_OS_DESCRIPTION defined twice
Stefan Csomor
csomor at advancedconcepts.ch
Sat Mar 22 02:10:54 PDT 2008
Hi
yes, these two build settings should never be mixed, either you use command
line builds, then the config_xcode will not be included, or you use the
xcode projects where no command-line generated setup.h should ever be
included, unfortunately the SDKs from apple use the same deprecated warning
setting as we do in wx, so the only reasonable way to work with warnings is
to turn off the deprecations warnings, as we DO know that we are using
deprecated APIs to make things still work on older systems (where old in
Apple terms is sometimes HEAD-1)
Best,
Stefan
On 21.03.08 22:33, "Jeff Tupper" <tupperlists at gmail.com> wrote:
> Should WXWIN_OS_DESCRIPTION (as "Darwin 7.9.0 Power Macintosh") be in
> include/wx/mac/config_xcode.h? It is also in the wx/setup.h generated
> by the command-line build.
>
> When I build my application hundreds of extra warnings are generated -
> many copies of this and a warning that AGLDrawable is deprecated -
> which makes it too easy for me to overlook potential warnings for my
> application's code.
> _______________________________________________
> wx-dev mailing list
> wx-dev at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wx-dev
--
Advanced Concepts AG
Software-Engineering
Heldweg 10
CH-8475 Ossingen
Switzerland
phone:+41 52 245 0 245
fax:+41 52 245 0 246
http://www.advanced.ch
mailto:csomor at advanced.ch
More information about the wx-dev
mailing list