dbzhang800 / QtXlsxWriter

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

Build in mingw32 #215

Open Purepipha opened 2 years ago

Purepipha commented 2 years ago

Hi, I have met issues when I tried to install QtXlsx in my system (Qt5.14.2). perl version is 5.22.1 Could some one give me idea to solve the problem? The output is shown as below: ┖🕔17:53 make sub-src-all

cd src\ && ( if not exist Makefile D:\Soft\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile D:\ETOOLs\QtXlsxWriter-master\src\src.pro ) && D:/wecode_build_tools/mingw/bin/make.exe -f Makefile all make[1]: Entering directory 'D:/ETOOLs/QtXlsxWriter-master/src' cd xlsx\ && ( if not exist Makefile D:\Soft\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile D:\ETOOLs\QtXlsxWriter-master\src\xlsx\xlsx.pro ) && D:/wecode_build_tools/mingw/bin/make.exe -f Makefile all Project MESSAGE: perl -w D:\Soft\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin\syncqt.pl -module QtXlsx -version 0.3.0 -outdir D:/ETOOLs/QtXlsxWriter-master -builddir D:/ETOOLs/QtXlsxWriter-master D:/ETOOLs/QtXlsxWriter-master

= D:/ETOOLs/QtXlsxWriter-master = D:/ETOOLs/QtXlsxWriter-master = D:/ETOOLs/QtXlsxWriter-master QtXlsx: created fwd-include header(s) for /src/xlsx/ { xlsxabstractooxmlfile.h (1), xlsxabstractooxmlfile_p.h (1), xlsxabstractsheet.h (1), xlsxabstractsheet_p.h (1), xlsxcell.h (1), xlsxcell_p.h (1), xlsxcellformula.h (1), xlsxcellformula_p.h (1), xlsxcellrange.h (1), xlsxcellreference.h (1), xlsxchart.h (1), xlsxchart_p.h (1), xlsxchartsheet.h (1), xlsxchartsheet_p.h (1), xlsxcolor_p.h (1), xlsxconditionalformatting.h (1), xlsxconditionalformatting_p.h (1), xlsxcontenttypes_p.h (1), xlsxdatavalidation.h (1), xlsxdatavalidation_p.h (1), xlsxdocpropsapp_p.h (1), xlsxdocpropscore_p.h (1), xlsxdocument.h (1), xlsxdocument_p.h (1), xlsxdrawing_p.h (1), xlsxdrawinganchor_p.h (1), xlsxformat.h (1), xlsxformat_p.h (1), xlsxglobal.h (1), xlsxmediafile_p.h (1), xlsxnumformatparser_p.h (1), xlsxrelationships_p.h (1), xlsxrichstring.h (1), xlsxrichstring_p.h (1), xlsxsharedstrings_p.h (1), xlsxsimpleooxmlfile_p.h (1), xlsxstyles_p.h (1), xlsxtheme_p.h (1), xlsxutility_p.h (1), xlsxworkbook.h (1), xlsxworkbook_p.h (1), xlsxworksheet.h (1), xlsxworksheet_p.h (1), xlsxzipreader_p.h (1), xlsxzipwriter_p.h (1) } QtXlsx: created version header QtXlsx: created master header QtXlsx: created headers.pri file make[2]: Entering directory 'D:/ETOOLs/QtXlsxWriter-master/src/xlsx' D:/wecode_build_tools/mingw/bin/make.exe -f Makefile.Release all make[3]: Entering directory 'D:/ETOOLs/QtXlsxWriter-master/src/xlsx' Makefile.Release:204: *** missing separator. Stop. make[3]: Leaving directory 'D:/ETOOLs/QtXlsxWriter-master/src/xlsx' make[2]: *** [Makefile:52: release-all] Error 2 make[2]: Leaving directory 'D:/ETOOLs/QtXlsxWriter-master/src/xlsx' make[1]: *** [Makefile:57: sub-xlsx-all] Error 2 make[1]: Leaving directory 'D:/ETOOLs/QtXlsxWriter-master/src' make: *** [Makefile:59: sub-src-all] Error 2