LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: joe2326 on May 02, 2021, 10:54:07 PM

Title: compile error
Post by: joe2326 on May 02, 2021, 10:54:07 PM
New Macbook Air m1, I tried build LimeReport. Same as I did on Windows 10 or Ubuntu 20.04 Qt Creator.
On Macbook, it comes error message: ( last few lines of message.)

make[1]: Nothing to be done for `qmake_all'.\
15:37:10: The process "/usr/bin/make" exited normally.\
15:37:10: Starting: "/usr/bin/make" -j8\
cd 3rdparty/ && ( test -e Makefile || /Users/seonjolee/Qt/5.15.2/clang_64/bin/qmake -o Makefile /Users/seonjolee/QtProjs/LimeReport-master/3rdparty/3rdparty.pro -spec macx-clang CONFIG+=debug CONFIG+=x86_64 CONFIG+=qml_debug ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile \
make[1]: *** No rule to make target `/Users/seonjolee/Qt/5.15.2/clang_64/lib/libQt5UiTools_debug.a', needed by `../../LimeReport-master/build/5.15.2/macx/debug/lib/libQtZintd.dylib'.  Stop.\
make: *** [sub-3rdparty-make_first-ordered] Error 2\
15:37:10: The process "/usr/bin/make" exited with code 2.\
Error while building/deploying project limereport (kit: Desktop Qt 5.15.2 clang 64bit)\
When executing step "Make"\

Is there anything I forgot to do? Please anyone can help me?