wxWidgets-2.9.4\include and \lib\gcc_lib\mswu No such file or directory error on CodeBlocks

前端 未结 2 839
天命终不由人
天命终不由人 2020-12-20 00:55

I\'m trying to learn C++ programming with wxWidgets and CodeBlocks (with MinGW) and earlier today I succeeded in installing the software (after some trouble) to my Windows 7

2条回答
  •  温柔的废话
    2020-12-20 01:56

    I am having the same problem as this and I somehow solved my problem. I transfer my wxWidget folder to another location path that don't have white space name on it's path. For example above, "C:\Users\Jonne*Omat ohjelmat*\wxWidgets-2.9.4\include" the path has white space between Omat ohjelmat. Try transfering it where the path contains no white spaces. For me, I put it on C:\wxWidgets-3.1.2

提交回复
热议问题