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
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访问百度的例子工程