Build error #367

Open
opened 2017-09-28 01:28:54 +02:00 by gerroon · 2 comments
gerroon commented 2017-09-28 01:28:54 +02:00 (Migrated from github.com)

Not sure why I am getting this error

I have all the build needs and ran qmake prior

make
cd qmltermwidget/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -o Makefile /media/REPOC/BUILD/cool-retro-term-1.0.0/qmltermwidget/qmltermwidget.pro ) && make -f Makefile
Cannot find file: /media/REPO/BUILD/cool-retro-term-1.0.0/qmltermwidget/qmltermwidget.pro.
Makefile:45: recipe for target 'sub-qmltermwidget-make_first-ordered' failed
make: *** [sub-qmltermwidget-make_first-ordered] Error 2

Not sure why I am getting this error I have all the build needs and ran qmake prior make cd qmltermwidget/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -o Makefile /media/REPOC/BUILD/cool-retro-term-1.0.0/qmltermwidget/qmltermwidget.pro ) && make -f Makefile Cannot find file: /media/REPO/BUILD/cool-retro-term-1.0.0/qmltermwidget/qmltermwidget.pro. Makefile:45: recipe for target 'sub-qmltermwidget-make_first-ordered' failed make: *** [sub-qmltermwidget-make_first-ordered] Error 2
schumar commented 2017-10-13 13:57:14 +02:00 (Migrated from github.com)

Are you sure you did a
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
to get the repository?

Are you sure you did a `git clone --recursive https://github.com/Swordfish90/cool-retro-term.git` to get the repository?
martin-zs commented 2021-07-23 11:39:45 +02:00 (Migrated from github.com)

If you forgot "--recursive" in your command line you can fix with:
cd cool-retro-term
git submodule init
git submodule update

If you forgot "--recursive" in your command line you can fix with: cd cool-retro-term git submodule init git submodule update
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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