Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingw32-make error #212

Open
lym11248 opened this issue Feb 23, 2022 · 1 comment
Open

mingw32-make error #212

lym11248 opened this issue Feb 23, 2022 · 1 comment

Comments

@lym11248
Copy link

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.

@lishaogang
Copy link

maybe you used msvc version qmake,try replace make to nmake(chose 32bit or 64bit according your qmake version 32or64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants