dbzhang800 / QtXlsxWriter

.xlsx file reader and writer for Qt5
http://qtxlsx.debao.me
Other
1.22k stars 630 forks source link

mingw32-make error #212

Open lym11248 opened 2 years ago

lym11248 commented 2 years ago

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 commented 1 year ago

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