Need help on installing qwt
Unsolved
Installation and Deployment
-
I am trying to install qwt-6.2.0 in Windows. I am following the instructions given in qwt page for installing qwt.
After the mingw32-make command, I ran into an error and solved it by commenting a few lines in qwt.pro files as suggested in page.
When I tried mingw32-make install I got an error
C:\Qt\6.6.1\mingw_64\bin\qmake.exe -install qinstall C:\qwt-6.2.0\classincludes\QwtPlotSvgItem C:\Qwt-6.2.0\include\QwtPlotSvgItem mingw32-make[1]: Leaving directory 'C:/qwt-6.2.0/classincludes' cd doc\ && ( if not exist Makefile C:\Qt\6.6.1\mingw_64\bin\qmake.exe -o Makefile C:\qwt-6.2.0\doc\doc.pro ) && mingw32-make -f Makefile install mingw32-make[1]: Entering directory 'C:/qwt-6.2.0/doc' C:\Qt\6.6.1\mingw_64\bin\qmake.exe -install qinstall C:\qwt-6.2.0\doc\html C:\Qwt-6.2.0\doc\html Error copying C:/qwt-6.2.0/doc/html/annotated_dup.js to C:\Qwt-6.2.0\doc\html\annotated_dup.js: Cannot open C:/qwt-6.2.0/doc/html/annotated_dup.js for input mingw32-make[1]: *** [Makefile:360: install_doc] Error 3 mingw32-make[1]: Leaving directory 'C:/qwt-6.2.0/doc' mingw32-make: *** [Makefile:165: sub-doc-install_subtargets-ordered] Error 2
Could someone please help me figure out how to fix the error?
-
Remove bash.exe and/or sh.exe out of your PATH env var and start again with a clean build dir.
-
@Christian-Ehrlicher
There is no bash.exe or sh.exe in my PATH env var. I am using windows machine.
Can you explain why to remove bash or sh?