Results 1 to 3 of 3

Thread: Building the Designer Plugin fails with Win7 + MinGW

  1. #1
    Join Date
    Feb 2013
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question Building the Designer Plugin fails with Win7 + MinGW

    Hi,

    today I tried to build Qwt 6.0.2 under Windows 7/64bit, Qt 4.8.3 and MinGW.
    The qwt.dll is created, but when it starts to compile the designer-plugin-library, I get the following errors (sry for German output...):

    Qt Code:
    1. cd designer\ && c:\Qt\4.8.3\bin\qmake.exe c:\qwt-6.0.2\designer\designer.pro -o
    2. Makefile
    3. Das System kann den angegebenen Pfad nicht finden.
    4. Das System kann den angegebenen Pfad nicht finden.
    5. cd designer\ && mingw32-make -f Makefile
    6. mingw32-make[1]: Entering directory `C:/qwt-6.0.2/designer'
    7. mingw32-make -f Makefile.Release all
    8. mingw32-make[2]: Entering directory `C:/qwt-6.0.2/designer'
    9. compiling qwt_designer_plugin.cpp
    10. compiling qwt_designer_plotdialog.cpp
    11. moc qwt_designer_plugin.h
    12. compiling moc/moc_qwt_designer_plugin.cpp
    13. moc qwt_designer_plotdialog.h
    14. compiling moc/moc_qwt_designer_plotdialog.cpp
    15. rcc qwt_designer_plugin.qrc
    16. Das System kann den angegebenen Pfad nicht finden.
    17. mingw32-make[2]: *** [resources/qrc_qwt_designer_plugin.cpp] Error 1
    18. mingw32-make[2]: Leaving directory `C:/qwt-6.0.2/designer'
    19. mingw32-make[1]: *** [release-all] Error 2
    20. mingw32-make[1]: Leaving directory `C:/qwt-6.0.2/designer'
    21. mingw32-make: *** [sub-designer-make_default-ordered] Error 2
    To copy to clipboard, switch view to plain text mode 
    Very strange, qrc_qwt_designer_plugin.cpp isn't there, but designer_plugin.qrc exists...

    I've nothing changed in qwtconfig.pri and qwtbuild.pri or the qwt.pro. The Qwt directory is C:\qwt-6.0.2 .
    The commands I typed into the terminal were:
    Qt Code:
    1. qmake qwt.pro
    2. mingw32-make
    To copy to clipboard, switch view to plain text mode 

    I don't know what else I can do... and I need qwt for a project!!!
    Can anyone help me please?

    greetings, Julian

  2. #2
    Join Date
    May 2012
    Location
    Bangalore, India
    Posts
    271
    Thanks
    29
    Thanked 50 Times in 47 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Building the Designer Plugin fails with Win7 + MinGW

    Heavy Metal Rules. For those about to rock, we salute you.
    HIT THANKS IF I HELPED.

  3. #3
    Join Date
    Feb 2013
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Building the Designer Plugin fails with Win7 + MinGW

    Thank you for your reply!
    I think my Qt installation was broken: After Reinstalling+upgrading it to 4.8.4 and doing everything as told in your link, building suceeds!

Similar Threads

  1. Building the QMYSQL plugin on Windows using MinGW - Wiki
    By graciano in forum Installation and Deployment
    Replies: 0
    Last Post: 27th February 2013, 11:44
  2. problems building the QMYSQL plugin on Windows 64 using MinGW 64
    By carpanta in forum Installation and Deployment
    Replies: 1
    Last Post: 24th April 2012, 20:13
  3. Configure with minGW fails on Win7 x64
    By Lenich in forum Installation and Deployment
    Replies: 1
    Last Post: 27th September 2010, 09:24
  4. designer plugin fails to load
    By ModeZt in forum Qwt
    Replies: 6
    Last Post: 4th February 2008, 21:08
  5. Building of MySQL plugin fails
    By janca in forum Installation and Deployment
    Replies: 2
    Last Post: 21st January 2006, 08:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.