Cannot find file: cool-retro-term/qmltermwidget/qmltermwidget.pro. #797

Open
opened 2023-07-20 17:16:10 +02:00 by andrewarrow · 1 comment
andrewarrow commented 2023-07-20 17:16:10 +02:00 (Migrated from github.com)

Must be missing something. I installed latest Qt, added it to my path but I get:

os/cool-retro-term $ make -j8
cd qmltermwidget/ && ( test -e Makefile || /Users/aa/Qt/6.5.2/macos/bin/qmake -o Makefile /Users/aa/os/cool-retro-term/qmltermwidget/qmltermwidget.pro -config release ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile 
Cannot find file: /Users/aa/os/cool-retro-term/qmltermwidget/qmltermwidget.pro.
make: *** [sub-qmltermwidget-make_first-ordered] Error 2
Must be missing something. I installed latest Qt, added it to my path but I get: ``` os/cool-retro-term $ make -j8 cd qmltermwidget/ && ( test -e Makefile || /Users/aa/Qt/6.5.2/macos/bin/qmake -o Makefile /Users/aa/os/cool-retro-term/qmltermwidget/qmltermwidget.pro -config release ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile Cannot find file: /Users/aa/os/cool-retro-term/qmltermwidget/qmltermwidget.pro. make: *** [sub-qmltermwidget-make_first-ordered] Error 2 ```
thetalmid commented 2023-08-21 17:33:20 +02:00 (Migrated from github.com)

You should clone the repo with git clone --recurse-submodules --remote-submodules https://github.com/Swordfish90/cool-retro-term.git. That will also clone the repo for qmltermwidget. Then cd cool-retro-term && qmake && make.

You should clone the repo with `git clone --recurse-submodules --remote-submodules https://github.com/Swordfish90/cool-retro-term.git`. That will also clone the repo for `qmltermwidget`. Then `cd cool-retro-term && qmake && make`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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