Error During make #218
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello I'm running lbuntu
when I try to run the qmake && make command for this I get
cd qmltermwidget/ && ( test -e Makefile || /usr/lib/i386-linux-gnu/qt5/bin/qmake /home/archive/cool-retro-term/qmltermwidget/qmltermwidget.pro -o Makefile ) && make -f Makefile
Cannot find file: /home/archive/cool-retro-term/qmltermwidget/qmltermwidget.pro.
make: *** [sub-qmltermwidget-make_first-ordered] Error 2
No matter what I do I keep getting this error
I'm currently running lubuntu 14.10
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hi @Basic204, you need to clone the project with the --recursive flag. The program is missing the C++ plugin in the qmltermwidget folder. Please delete the current project and run:
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
Similar error resolved here, on a Mac. Had used the
--recursive
flag. A previous attempt to compile stopped because qt4 was installed but not qt5. After replacing qt4 with qt5, this error came up.It compiled successfully after I cloned the repo again.
I had this issue as well. Using Ubuntu 14.04. Is it possible prevent this for people like me without having to use --recursive in the future? It would save us a small headache.
i had a similar error,
--recursive
fixed it for me , thanks @Swordfish90had same issue, --recursive solved it
me too. Although I downloaded the zip (much lighter) instead of cloning the whole repo.
Was an Ubuntu-issue. Required to install
qtdeclarative5-dev
Thanks: https://stackoverflow.com/questions/39390824/error-unknown-modules-in-qt-qml-quick-qt-creator