Build error #367
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?
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
Are you sure you did a
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
to get the repository?
If you forgot "--recursive" in your command line you can fix with:
cd cool-retro-term
git submodule init
git submodule update