开发者

On wxWidgets Mac version (wxMac) where is the setup.h file I need to modify?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜