Hi,

i build wwWidgets on Win XP (Qt 4.4.1 and MinGW) without any problem. But when I do 'make install' I get this error
Qt Code:
  1. mingw32-make[1]: Leaving directory `C:/Dokumente und Einstellungen/Kathi/Desktop/wwWidgets-0.8/wwwidgets/plugin'
  2. copy /y c:\Dokumente und Einstellungen\Kathi\Desktop\wwWidgets-0.8\wwwidgets\widgets\wwglobal.h c:\Qt\4.4.1\include\wwWidgets
  3. Das System kann die angegebene Datei nicht finden.
  4. mingw32-make: [install_flat_headers] Error 1 (ignored)
  5. copy /y c:\Dokumente und Einstellungen\Kathi\Desktop\wwWidgets-0.8\wwwidgets\widgets\qwwcolorbutton\qwwcolorbutton.h c:\Qt\4.4.1\include\wwWidgets
  6. Das System kann die angegebene Datei nicht finden.
  7. mingw32-make: [install_flat_headers] Error 1 (ignored)
To copy to clipboard, switch view to plain text mode 

It means 'The system can't find the file' ...
The folders in Qt/include/wwwidgets etc. are created but the files are not copied. Any idea? thx