Hi,
recently I built wwWidgets on XP with Qt 4.4.1 without a problem. Now I tried to build wwWidgets 0.8 and 0.9 on Win 2000 with Qt 4.4.3. The only difference is that I configured Qt on Win 2000 with -no-webkit. I get the following errors:
with 0.9
Creating library file: release\libwwwidgetsplugin.a
.
/release\qwwlediface.
o(.
text+0x133
):qwwlediface.
cpp: undefined reference to `QwwLed
::QwwLed(QWidget*)'collect2: ld returned 1 exit status
mingw32-make[2]: *** [release\wwwidgetsplugin.dll] Error 1
mingw32-make[2]: Leaving directory `G:/wwWidgets/plugin'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory `G:/wwWidgets/plugin'
mingw32-make: *** [sub-plugin-make_default-ordered] Error 2
Creating library file: release\libwwwidgetsplugin.a
./release\qwwlediface.o(.text+0x133):qwwlediface.cpp: undefined reference to `QwwLed::QwwLed(QWidget*)'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [release\wwwidgetsplugin.dll] Error 1
mingw32-make[2]: Leaving directory `G:/wwWidgets/plugin'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory `G:/wwWidgets/plugin'
mingw32-make: *** [sub-plugin-make_default-ordered] Error 2
To copy to clipboard, switch view to plain text mode
with 0.8
Creating library file: release\libwwwidgetsplugin.a
./release\qwwbreadcrumbiface.o(.text+0x133):qwwbreadcrumbiface.cpp: undefined re
ference to `_imp___ZN13QwwBreadCrumbC1EP7QWidget'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [release\wwwidgetsplugin.dll] Error 1
mingw32-make[2]: Leaving directory `C:/wwwidgets/plugin'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory `C:/wwwidgets/plugin'
mingw32-make: *** [sub-plugin-make_default-ordered] Error 2
Creating library file: release\libwwwidgetsplugin.a
./release\qwwbreadcrumbiface.o(.text+0x133):qwwbreadcrumbiface.cpp: undefined re
ference to `_imp___ZN13QwwBreadCrumbC1EP7QWidget'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [release\wwwidgetsplugin.dll] Error 1
mingw32-make[2]: Leaving directory `C:/wwwidgets/plugin'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory `C:/wwwidgets/plugin'
mingw32-make: *** [sub-plugin-make_default-ordered] Error 2
To copy to clipboard, switch view to plain text mode
Any suggestion how I could solve this problem?
Bookmarks