ktaherig
Results
2
issues of
ktaherig
The current version (at the time of my writing this) is 9.3.0. When I tried `sudo apt -f install gcc-4.9 g++-4.9` It gave the following: ``` Package gcc-4.9 is not...
and simply using `make` gives the error: ``` /Users/weishijun/Qt5.12.8/5.12.8/clang_64/bin/qmake -o Makefile WizNote.pro CONFIG+=release make: /Users/weishijun/Qt5.12.8/5.12.8/clang_64/bin/qmake: Command not found make: *** [Makefile:320: Makefile] Error 127 ``` and `sudo apt -f install...