hi
im still trying to use qwt.
im trying to follow "the UWE way".
but the step : "mingw32-make install" fails allways.
i use win7 64 bits, but i expect this shouldnt affect the compilation
of 32bit programs.
i have comentet out the silent mode and also make only release,
"config+=release"
still it fails.
i get this error:
g++ -Wl,-s -shared -mthreads -Wl,--out-implib,c:\qwt4\qwt-6.0.1\src\..\lib\libqw
t.a -o ..\lib\qwt.dll object_script.qwt.Release -L"c:\Qt\4.8.0\lib" -lQtSvg4 -l
QtGui4 -lQtCore4
Creating library file: c:\qwt4\qwt-6.0.1\src\..\lib\libqwt.a
The filename, directory name, or volume label syntax is incorrect.
mingw32-make[2]: *** [install_target] Error 1
mingw32-make[2]: Leaving directory `C:/qwt4/qwt-6.0.1/src'
mingw32-make[1]: *** [release-install] Error 2
mingw32-make[1]: Leaving directory `C:/qwt4/qwt-6.0.1/src'
mingw32-make: *** [sub-src-install_subtargets-ordered] Error 2
how can i know wich filename/directory/volume is incorrect?
Bookmarks