QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

mingw32-make error

Open lym11248 opened this issue 3 years ago • 1 comments

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.

lym11248 avatar Feb 23 '22 04:02 lym11248

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

lishaogang avatar Apr 12 '23 07:04 lishaogang