运行qmake&&的错误使

时间:2017-11-23 15:14:32

标签: qt makefile gnu-make qmake svn2git

我正在尝试在Windows上安装svn2git。目前,我在我的C:/目录中有svn2git克隆的repo。 Qt4(这是手册中指定的版本)是需要构建的。但是,我似乎在正确安装Qt4时遇到了问题。

目前,当我尝试和符文qmake&&在svn2git文件夹中,我得到以下输出:

"C:/Program Files (x86)/Git/bin/sh.exe": -c: line 1: syntax error: unexpected end of file
Makefile:31: recipe for target 'src\Makefile' failed
mingw32-make: *** [src\Makefile] Error 258

当我构建配置Qt时,我一直这样做:

configure -platform win32-msvc2013

不完全确定我应该安装哪个平台。

在配置输出结束时,我得到:

Creating qmake...
execute: File or path is not found (nmake)
execute: File or path is not found (nmake)
Cleaning qmake failed, return code -1

我在C:/中安装了MinGW,并在bin中安装了mingw32-make.exehttps://i.imgur.com/Q01zqiy.png

最后,我的系统环境变量https://i.imgur.com/dP2O0IM.png

中也有Qt和MinGW

1 个答案:

答案 0 :(得分:3)

我建议只安装Cygwin,你可以在软件包管理器中安装现成的qt4软件包,然后构建svn2git就像安装后调用qmake-qt4 && make一样简单所需的依赖关系也通过包管理器。至少这是我在Windows上构建svn2git的方式。