简体   繁体   English

安装WxWidgets时遇到问题

[英]Trouble in installing WxWidgets

When i trying to install wxwidgets i getting this error message: 当我尝试安装wxwidgets时,出现以下错误消息:

错误信息

What should I do? 我该怎么办?

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 . 您的路径中还有其他gcc ,普通的gcc当然可以理解所有这些选项,并且与上面的评论相反, -MT之后不需要空格。 Try running where gcc to find out where is it coming from and set up your PATH to exclude it. 尝试运行where gcc以找出其来源,并设置PATH以排除它。

FWIW I've just tried building wxWidgets with TDM 5.1.0 and it worked without any problems. FWIW我刚刚尝试使用TDM 5.1.0构建wxWidgets,并且工作正常。

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. 如果您使用的是CodeBlocks,请重新安装它,因为它包含带有安装程序的编译器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM