Trouble in installing WxWidgets

2019-08-20 04:12发布

问题:

When i trying to install wxwidgets i getting this error message:

What should I do?

回答1:

You have some other gcc in your path, the normal one definitely understands all of these options and, contrary to a comment above, no space is needed after -MT. Try running where gcc to find out where is it coming from and set up your PATH to exclude it.

FWIW I've just tried building wxWidgets with TDM 5.1.0 and it worked without any problems.



回答2:

The Problem is that some files from your compiler are missing Solution: Try reinstalling you Compiler. If you are using CodeBlocks, reinstall it because it contains compiler with its installer.