Results 1 to 5 of 5

Thread: QWT is missing files

  1. #1
    Join Date
    Feb 2010
    Location
    Uppsala
    Posts
    6
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Question QWT is missing files

    Hi there

    When building QWT i miss the file qmemarray.h as included in qwt_array.h written by josef wilgen and uwe rathmann

    "#ifndef QWT_ARRAY_H
    #define QWT_ARRAY_H

    #include "qwt_global.h"

    /*!
    \def QwtArray
    Aliases QArray (Qt-2.x) and QMemArray (Qt-3.x) to QwtArray
    */
    #ifdef QWT_NO_MEMARRAY
    #include <qarray.h>
    #define QwtArray QArray
    #else
    #include <qmemarray.h>
    #define QwtArray QMemArray
    #endif

    #endif"

    Anyone who knows where I can find a complete release of QWT as the one at SOURCEFORGE is incomplete?
    Or, even better, anyone who knows where I can download QWT.DLL compiled for WIN32 on mingw (g++)?

    Brg
    Jore

  2. #2
    Join Date
    Feb 2008
    Posts
    491
    Thanks
    12
    Thanked 142 Times in 135 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: QWT is missing files

    Looks like you have an old version of qwt. Try this one: qwt-5.2.0

  3. #3
    Join Date
    Feb 2010
    Location
    Uppsala
    Posts
    6
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Arrow Re: QWT is missing files

    Hi Norobro!

    Thank you for trying to help me!

    I think you mean 4.2.0 and that's the version I'm using
    (link goes to qwt-4.2.0-setup-qt230nc.exe)

    The way I'm building my qwt.dll the 4.2.0 release is missing include files

    Probably I'm building it all wrong.
    After setting path and qmakespec I write
    qmake qwt.pro
    make

    as instructed by INSTALL txt file.

    The last row in the install file was obviously put there for a reason.
    The last row states
    "Good luck !"
    Luck is what I need right now :-)
    "If it wasn't for bad luck, I would have no luck at all" ;-)

    Now I'll go and experiment with nmake instead

    I just wonder, why can I not build QWT.DLL in QT Creator?
    Would not that be really neat feature.

    Brg
    Jore

  4. #4
    Join Date
    Feb 2010
    Location
    Uppsala
    Posts
    6
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QWT is missing files

    I've found and tried to build 5.2
    (aiming at make install)

    But building in qt4.6.1 QT Creator 1.3.1 generate error
    c:/tools/Qt/2010.01/qt/include/QtCore/../../src/corelib/tools/qhash.h:875: error: call of overloaded 'qHash(const double&)' is ambiguous

    trying comand line so far without luck
    exit with same error as qt creator, ambiguous call


    Does this mean that I have to downgrade QT?
    To what version??
    Appears that 4.6.1 does not play football with neither 5.2.0 nor 4.2.0

    Brg
    Jore
    Last edited by Jore; 18th February 2010 at 11:48.

  5. #5
    Join Date
    Feb 2008
    Posts
    491
    Thanks
    12
    Thanked 142 Times in 135 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: QWT is missing files

    There are some threads on this issue in qwt forum. Here's one: http://www.qtcentre.org/threads/2403...h-Qt-4-6-0-tp1

Similar Threads

  1. Replies: 12
    Last Post: 17th June 2009, 05:34
  2. visual studio project files - adding extra files
    By luf in forum Qt Programming
    Replies: 3
    Last Post: 13th June 2008, 21:05
  3. how to save sequences of text files and sound files
    By nagpalma in forum Qt Programming
    Replies: 8
    Last Post: 3rd July 2007, 00:06
  4. libQtGui_debug.so.4 missing
    By fwohlfert in forum Installation and Deployment
    Replies: 2
    Last Post: 5th October 2006, 19:07
  5. qt3 themes example: missing header files?
    By nikita in forum Qt Programming
    Replies: 3
    Last Post: 9th August 2006, 12:12

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.