Results 1 to 3 of 3

Thread: Qwt-5.3.0-svn: oscilloscope

  1. #1
    Join Date
    Mar 2009
    Posts
    98
    Thanks
    3
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qwt-5.3.0-svn: oscilloscope

    Hi,
    I can't run the example oscilloscope. I get this error message:

    ./oscilloscope: symbol lookup error: ./oscilloscope: undefined symbol: _ZN12QwtPlotCurve7setDataERK13QwtSeriesDataI7QPoin tFE

    What means?

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,309
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qwt-5.3.0-svn: oscilloscope

    Assuming you are on Linux/X11:

    "c++filt _ZN12QwtPlotCurve7setDataERK13QwtSeriesDataI7QPoin tFE"
    QwtPlotCurve::setData(QwtSeriesData<QPointF> const&)

    With "ldd" you can check which Qwt library will be loaded, when you run your application. With "nm /your/path/to/libqwt.so.5 | c++filt" you can see, what is in the library.

    Uwe

  3. #3
    Join Date
    Mar 2009
    Posts
    98
    Thanks
    3
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt-5.3.0-svn: oscilloscope

    You right! It tried to use the old qwt-5.2.

    Thanks.

Similar Threads

  1. QWT doesnt show any windows
    By Cal in forum Qwt
    Replies: 5
    Last Post: 30th June 2009, 18:05
  2. qwt 5.2 install on qt 4.5
    By HyperB in forum Qwt
    Replies: 4
    Last Post: 13th May 2009, 21:03
  3. Step by step Qwt on MinGW
    By Doug Broadwell in forum Qwt
    Replies: 2
    Last Post: 23rd January 2009, 01:19
  4. How to upgrade Qwt 5.0.1 to Qwt 5.0.2
    By luffy27 in forum Qwt
    Replies: 1
    Last Post: 15th July 2007, 20:55
  5. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 12:24

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.