Results 1 to 20 of 179

Thread: wwWidgets

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2008
    Posts
    141
    Thanks
    10
    Thanked 9 Times in 9 Posts

    Default Re: wwWidgets

    Hi wysota,

    sry for bothering you with wwwidgets installation ... it seems to work for most users. But I get the same error (0.9) as jjbabu
    Qt Code:
    1. Creating library file: release\libwwwidgetsplugin.a
    2. ./release\qwwlediface.o(.text+0x133):qwwlediface.cpp: undefined reference to `QwwLed::QwwLed(QWidget*)'
    3. collect2: ld returned 1 exit status
    4. mingw32-make[2]: *** [release\wwwidgetsplugin.dll] Error 1
    5. mingw32-make[1]: *** [release] Error 2
    6. mingw32-make[2]: Leaving directory `C:/wwWidgets/plugin'
    7. mingw32-make[1]: Leaving directory `C:/wwWidgets/plugin'
    8. mingw32-make: *** [sub-plugin-sub_Release_ordered] Error 2
    To copy to clipboard, switch view to plain text mode 

    This is a complete new installation: new XP, Qt 4.4.3. There was no wwwidgets installed before. I tried it with cmd, inside eclipse, with building both widgets and plugin, than first widgets (with install) and afterwards plugins ... I allways get this error. I put the source to C:\wwwidgets to avoid a problem with paths ... any idea? thx

    edit: found version 0.8 on your website. I could could build it without an error.
    Last edited by janus; 19th December 2008 at 15:38.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: wwWidgets

    A fresh look always helps... Looks like it is my fault after all. Open qwwled.h and add Q_WW_EXPORT before the class name (so that it says "class Q_WW_EXPORT QwwLed : public QWidget") in the declaration. In doubt take a look how it looks with other classes.

  3. The following user says thank you to wysota for this useful post:

    janus (21st December 2008)

Similar Threads

  1. wwWidgets
    By mickey in forum Qt Programming
    Replies: 22
    Last Post: 17th July 2006, 15:20

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
  •  
Qt is a trademark of The Qt Company.