Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Need help on installing qwt
Forum Updated to NodeBB v4.3 + New Features

Need help on installing qwt

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 421 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    skishore1998
    wrote on last edited by
    #1

    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?

    Christian EhrlicherC 1 Reply Last reply
    0
    • S skishore1998

      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?

      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Remove bash.exe and/or sh.exe out of your PATH env var and start again with a clean build dir.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      S 1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher

        Remove bash.exe and/or sh.exe out of your PATH env var and start again with a clean build dir.

        S Offline
        S Offline
        skishore1998
        wrote on last edited by skishore1998
        #3

        @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?

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved