这。。。啥情况?
wxwidgets吧
全部回复
仅看楼主
level 1
前面还好好的在编译
process_begin: CreateProcess(C:\Users\ADMINI~1\AppData\Local\Temp\make5308-1.bat
, C:\Users\ADMINI~1\AppData\Local\Temp\make5308-1.bat, ...) failed.
g++: g++: CreateProcess: No such file or directory
CreateProcess: No such file or directory
make (e=5):
makefile.gcc:5660: recipe for target 'build_cfg_file' failed
mingw32-make: *** [build_cfg_file] Error 5
mingw32-make: *** Waiting for unfinished jobs....
makefile.gcc:15935: recipe for target 'gcc_mswud\xrclib_xh_radbx.o' failed
mingw32-make: *** [gcc_mswud\xrclib_xh_radbx.o] Error 1
g++: CreateProcess: No such file or directory
makefile.gcc:15959: recipe for target 'gcc_mswud\xrclib_xh_split.o' failed
mingw32-make: *** [gcc_mswud\xrclib_xh_split.o] Error 1
makefile.gcc:15932: recipe for target 'gcc_mswud\xrclib_xh_radbt.o' failed
mingw32-make: *** [gcc_mswud\xrclib_xh_radbt.o] Error 1
2015年07月20日 18点07分 1
level 6
用MinGW编译wxWidgets的时候不要把wxWidgets解压到带有空格的文件夹下。
2015年07月21日 00点07分 2
没有空格,是想用haskell试试wxWidgets,根据官网的配置弄的。下楼bat内容
2015年07月21日 16点07分
level 1
Set WXWIDGETS_VERSION=3.0.2
Set WXWIN=C:\Libs\wxWidgets\%WXWIDGETS_VERSION%
Cd %WXWIN%\build\msw
Set HASKELL_COMPILER_DIR=C:\Program Files\Haskell Platform\2014.2.0.0
Set PATH=%HASKELL_COMPILER_DIR%\mingw\libexec\gcc\mingw32\4.5.2\;%HASKELL_COMPILER_DIR%\lib\extralibs\bin;%HASKELL_COMPILER_DIR%\bin;%HASKELL_COMPILER_DIR%\mingw\bin;%path%
Set LIBRARY_PATH=%HASKELL_COMPILER_DIR%\mingw\lib;%HASKELL_COMPILER_DIR%\mingw\lib\gcc\mingw32\4.5.2;%LIBRARY_PATH%
sh -c "mingw32-make -j -f makefile.gcc clean"
sh -c "mingw32-make -j -f makefile.gcc all"
Rem There will be many linker warnings, those are solved in a more recent GCC version.
Rem The result is now in C:\Libs\wxWidgets\%WXWIDGETS_VERSION%\lib\gcc_dll
2015年07月21日 16点07分 3
level 2
小手一抖,三分到手,手拿酱油,低头猛走。
2015年12月26日 13点12分 4
1