windows xp 下,编译安装QWT6.0.1时,在mingw32-make时,出现下面这个问题,有没有人知道这是怎么回事儿?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows xp 下,编译安装QWT6.0.1时,在mingw32-make时,出现下面这个问题,有没有人知道这是怎么回事儿?相关的知识,希望对你有一定的参考价值。

compiling qwt_abstract_scale_draw.cpp
'g++' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
mingw32-make[2]: *** [debug/qwt_abstract_scale_draw.o] Error 1
mingw32-make[2]: Leaving directory `F:/qt/qwt-6.0.1/src'
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory `F:/qt/qwt-6.0.1/src'
mingw32-make: *** [sub-src-make_default-ordered] Error 2

编译QWT6.0.1时不需要这么复杂。直接用QTCreater的comand就可以编译了。然后把编译后生产的lib文件夹中的文件拷到QT相应的文件夹中就行了。 这样做的结果是只能运行QWT中的例子。designer没有出现在QT creater中。我也在搞,还在尝试。有新的结果再告诉你。 参考技术A 先打开QT的comand prompt,再根据下载的install说明进行安装,我刚编译成功。若不成功再问我。
F.e MSVC with nmake:
qmake qwt.pro
nmake
nmake install

If you didn't enable autobuilding of the examples in qwtconfig.pri
you have to build the examples this way:

cd examples
qmake examples.pro
nmake
参考技术B 我也想知道

以上是关于windows xp 下,编译安装QWT6.0.1时,在mingw32-make时,出现下面这个问题,有没有人知道这是怎么回事儿?的主要内容,如果未能解决你的问题,请参考以下文章

Windows XP SP3 VC6环境下成功编译openssl-0.9.8zh

关于在Windows XP Server 2003下使用libcurl库的一些问题 附编译好的libcurl下载 和使用libcurl访问百度的例子工程

Gtkmm 程序编译正常但崩溃 - windows XP

XP下安装原版XPSP3镜像ISO文件的方法?

Visual Studio 2019 和 OpenCV 4 为 Windows 7 和 Windows XP 编译程序

VS2017 + WDK7600搭建Windows XP驱动编译环境