We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have used qmake before make. but when I run mingw32-make instruction,it became like this:
tXlsx: created version header QtXlsx: created master header QtXlsx: created headers.pri file mingw32-make[2]: Entering directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx' mingw32-make -f Makefile.Release all mingw32-make[3]: Entering directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx' Makefile.Release:198: *** missing separator. Stop. mingw32-make[3]: Leaving directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx' mingw32-make[2]: *** [Makefile:41: release-all] Error 2 mingw32-make[2]: Leaving directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx' mingw32-make[1]: *** [Makefile:46: sub-xlsx-all] Error 2 mingw32-make[1]: Leaving directory 'E:/QTcode/QtXlsxWriter-master/src' mingw32-make: *** [Makefile:48: sub-src-all] Error 2
it seems that there is something wrong with the Makefile someone could help me ? thanks a lot.
The text was updated successfully, but these errors were encountered:
maybe you used msvc version qmake,try replace make to nmake(chose 32bit or 64bit according your qmake version 32or64)
Sorry, something went wrong.
No branches or pull requests
I have used qmake before make.
but when I run mingw32-make instruction,it became like this:
tXlsx: created version header
QtXlsx: created master header
QtXlsx: created headers.pri file
mingw32-make[2]: Entering directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx'
mingw32-make -f Makefile.Release all
mingw32-make[3]: Entering directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx'
Makefile.Release:198: *** missing separator. Stop.
mingw32-make[3]: Leaving directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx'
mingw32-make[2]: *** [Makefile:41: release-all] Error 2
mingw32-make[2]: Leaving directory 'E:/QTcode/QtXlsxWriter-master/src/xlsx'
mingw32-make[1]: *** [Makefile:46: sub-xlsx-all] Error 2
mingw32-make[1]: Leaving directory 'E:/QTcode/QtXlsxWriter-master/src'
mingw32-make: *** [Makefile:48: sub-src-all] Error 2
it seems that there is something wrong with the Makefile
someone could help me ?
thanks a lot.
The text was updated successfully, but these errors were encountered: