Error During make #218

Open
opened 2015-01-29 05:16:08 +01:00 by MichaelData · 7 comments
MichaelData commented 2015-01-29 05:16:08 +01:00 (Migrated from github.com)

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.

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 ## <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8118262-error-during-make?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github). </bountysource-plugin>
Swordfish90 commented 2015-01-29 10:46:26 +01:00 (Migrated from github.com)

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

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
peterbecich commented 2015-05-08 23:10:00 +02:00 (Migrated from github.com)

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.

cd qmltermwidget/ && ( test -e Makefile || /opt/local/bin/qmake /Users/peterbecich/bin/cool-retro-term/qmltermwidget/qmltermwidget.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
make[1]: *** No rule to make target `/opt/local/share/qt4/mkspecs/macx-g++/qmake.conf', needed by `Makefile'.  Stop.
make: *** [sub-qmltermwidget-make_first-ordered] Error 2

It compiled successfully after I cloned the repo again.

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. ``` cd qmltermwidget/ && ( test -e Makefile || /opt/local/bin/qmake /Users/peterbecich/bin/cool-retro-term/qmltermwidget/qmltermwidget.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile make[1]: *** No rule to make target `/opt/local/share/qt4/mkspecs/macx-g++/qmake.conf', needed by `Makefile'. Stop. make: *** [sub-qmltermwidget-make_first-ordered] Error 2 ``` It compiled successfully after I cloned the repo again.
gavinengel commented 2016-01-08 16:05:31 +01:00 (Migrated from github.com)

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 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.
knope commented 2016-02-26 18:38:15 +01:00 (Migrated from github.com)

i had a similar error,
--recursive fixed it for me , thanks @Swordfish90

i had a similar error, `--recursive` fixed it for me , thanks @Swordfish90
o-lenczyk commented 2017-06-20 09:54:05 +02:00 (Migrated from github.com)

had same issue, --recursive solved it

had same issue, --recursive solved it
ychaouche commented 2017-11-09 15:34:59 +01:00 (Migrated from github.com)

me too. Although I downloaded the zip (much lighter) instead of cloning the whole repo.

me too. Although I downloaded the zip (much lighter) instead of cloning the whole repo.
qohelet commented 2020-07-27 15:04:31 +02:00 (Migrated from github.com)

Was an Ubuntu-issue. Required to install qtdeclarative5-dev
Thanks: https://stackoverflow.com/questions/39390824/error-unknown-modules-in-qt-qml-quick-qt-creator

Was an Ubuntu-issue. Required to install `qtdeclarative5-dev` Thanks: https://stackoverflow.com/questions/39390824/error-unknown-modules-in-qt-qml-quick-qt-creator
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#218
No description provided.