I can't seem to find the right version of setup.h that gets used when building with ../configure, make. What directory is it? There s开发者_如何学Pythoneems to be tons of variations but I change them and the changes aren't used. Help.
In the directory you built wxWidgets in, in the following path:
lib/wx/include/$CONFIGURE_SETTINGS/wx/setup.h
You shouldn't be changing setup.h
at all when using configure. Instead, rerun configure with the appropriate --enable-xxx
options.
FWIW the previous answer by RyanWilcox does give the correct location of the file used but, once again, do not modify it directly.
精彩评论