【发布时间】:2018-05-29 10:01:10
【问题描述】:
当我尝试安装 wxWidgets-3.0.4 并将其与 Code::Blocks 一起使用时遇到问题。我在互联网上搜索了很多类似的东西,但没有成功。
我已经在目录 C:\wxWidgets-3.0.4 中安装了 wxWidgets 我使用了网站here 的说明,但是当我输入时
mingw32-make.exe -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0
我明白了
C:\wxWidgets-3.0.4\build\msw>mingw32-make.exe -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0
if not exist ..\..\lib\gcc_dll\msw mkdir ..\..\lib\gcc_dll\msw
process_begin: CreateProcess(NULL, -c "if not exist ..\..\lib\gcc_dll\msw mkdir ..\..\lib\gcc_dll\msw", ...) failed.
make (e=2): The system cannot find the file specified.
makefile.gcc:5642: recipe for target '..\..\lib\gcc_dll\msw' failed
mingw32-make.exe: *** [..\..\lib\gcc_dll\msw] Error 2
所以,我无法找出问题所在。为什么我不能继续。
【问题讨论】:
标签: c++ codeblocks wxwidgets