QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

Make failed

Open jak0nil opened this issue 5 years ago • 1 comments

Hello,

I'm having issues building the source code. When il use mingw32-make, I'm getting several errors :

cd src\ && ( if not exist Makefile C:\User\U526413\Documents\DevPlugins_PLUGINS_LIBS\Qt-5.6.2bis\bin\qmake C:\User\U526413\Documents\DevPlugins_PLUGINS_LIBS\Qt-5.6.2bis\include\QtXlsxWriter-master \src\src.pro -o Makefile ) && C:/MinGW/bin/mingw32-make -f Makefile mingw32-make[1]: Entering directory 'C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master/src' cd xlsx\ && ( if not exist Makefile C:\User\U526413\Documents\DevPlugins_PLUGINS_LIBS\Qt-5.6.2bis\bin\qmake C:\User\U526413\Documents\DevPlugins_PLUGINS_LIBS\Qt-5.6.2bis\include\QtXlsxWriter-maste r\src\xlsx\xlsx.pro -o Makefile ) && C:/MinGW/bin/mingw32-make -f Makefile Project MESSAGE: perl -w C:\User\U526413\Documents\DevPlugins_PLUGINS_LIBS\Qt-5.6.2bis\bin\syncqt.pl -module QtXlsx -version 0.3.0 -outdir C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6. 2bis/include/QtXlsxWriter-master C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master = C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master = C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/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), xlsxworkb ook.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 mingw32-make[2]: Entering directory 'C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master/src/xlsx' C:/MinGW/bin/mingw32-make -f Makefile.Debug all mingw32-make[3]: Entering directory 'C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master/src/xlsx' Makefile.Debug:198: *** missing separator. Stop. mingw32-make[3]: Leaving directory 'C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master/src/xlsx' Makefile:40: recipe for target 'debug-all' failed mingw32-make[2]: *** [debug-all] Error 2 mingw32-make[2]: Leaving directory 'C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master/src/xlsx' Makefile:40: recipe for target 'sub-xlsx-make_first' failed mingw32-make[1]: *** [sub-xlsx-make_first] Error 2 mingw32-make[1]: Leaving directory 'C:/User/U526413/Documents/DevPlugins/_PLUGINS/_LIBS/Qt-5.6.2bis/include/QtXlsxWriter-master/src' Makefile:42: recipe for target 'sub-src-make_first' failed mingw32-make: *** [sub-src-make_first] Error 2

Maybe I missed something?

Thank you

jak0nil avatar Jun 11 '19 07:06 jak0nil

the build works in CI, have a look there if it matches what you are doing: https://ci.appveyor.com/project/VSRonin/qtxlsxwriter/builds/24278289/job/wl3jiogiu0n5vbr8

VSRonin avatar Jun 12 '19 11:06 VSRonin