wxUSE_ACCESSIBILITY and clang-cl
Gisle Vanem <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
Hi list, my 1st post here. I have built the wxWidgets libraries using the Nmake makefiles successfully for many years. But now I have the problem with an application that is rather GNU-centric. This one: https://github.com/drowe67/freedv-gui.git So I'm forced to use clang-cl. This works for all files in this project. Except that these files: https://github.com/drowe67/freedv-gui/blob/master/src/gui/util/LabelOverrideAccessible.cpp https://github.com/drowe67/freedv-gui/blob/master/src/gui/util/NameOverrideAccessible.cpp pre-processes to almost nothing! Studying the preprocessed output (with clang-cl -E -C -d1PP), I see that it contains: // Recommended setting (at present): 1 (MSW-only) #define wxUSE_ACCESSIBILITY 0 Why and how could I prevent that? I'd ass-u-me 'clang-cl' is pretty much compatible with 'cl'. That's why the LLVM-folks made it. -- Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. --- You received this message because you are subscribed to the Google Groups "wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wx-users/6bb84950-ad08-4902-ac29-4c1378e82dc8n%40googlegroups.com.