We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear all,
under OSx 10.12.5 after doing: perl -v I´ve got:
This is perl 5, version 24, subversion 1 (v5.24.1) built for darwin-thread-multi-2level
Then I´ll do git clone https://github.com/VSRonin/QtXlsxWriter.git qmake make
After a while it says:
make[3]: *** No rule to make target ../../../../qt-everywhere-opensource-src-5.9.1/qtbase/include/QtXlsx/qtxlsxversion.h', needed by /qt-everywhere-opensource-src-5.9.1/qtbase/lib/QtXlsx.framework/Versions/0/Headers/qtxlsxversion.h'. Stop. make[2]: *** [release-all] Error 2 make[1]: *** [sub-xlsx-make_first] Error 2 make: *** [sub-src-make_first] Error 2
../../../../qt-everywhere-opensource-src-5.9.1/qtbase/include/QtXlsx/qtxlsxversion.h', needed by
What´s the problem?
Thanks.
Best,
W
The text was updated successfully, but these errors were encountered:
can you try using CMake to build? see #12
Sorry, something went wrong.
No branches or pull requests
Dear all,
under OSx 10.12.5 after doing: perl -v I´ve got:
This is perl 5, version 24, subversion 1 (v5.24.1) built for darwin-thread-multi-2level
Then I´ll do
git clone https://github.com/VSRonin/QtXlsxWriter.git
qmake
make
After a while it says:
make[3]: *** No rule to make target
../../../../qt-everywhere-opensource-src-5.9.1/qtbase/include/QtXlsx/qtxlsxversion.h', needed by
/qt-everywhere-opensource-src-5.9.1/qtbase/lib/QtXlsx.framework/Versions/0/Headers/qtxlsxversion.h'. Stop.make[2]: *** [release-all] Error 2
make[1]: *** [sub-xlsx-make_first] Error 2
make: *** [sub-src-make_first] Error 2
What´s the problem?
Thanks.
Best,
W
The text was updated successfully, but these errors were encountered: