Make Issue, Linux Installation
Codelite 17.1 on Linux Mint 21.3 (local software manager install) presents the following output on build:
Code: Select all
/usr/bin/make -j4 -e -f Makefile
----------Building project:[ Project1 - Debug ]----------
make[1]: Entering directory '/home/john/Workspaces/Workspace1/Project1'
<built-in>: fatal error: opening dependency file /main.cpp.o.d: Permission denied
compilation terminated.
make[1]: *** [Project1.mk:97: /main.cpp.o] Error 1
make[1]: Leaving directory '/home/john/Workspaces/Workspace1/Project1'
make: *** [Makefile:5: All] Error 2
=== build completed successfully (0 errors, 0 warnings) ===
Thanks in advance for any and all comments/suggestions. GCC-12; simple "Hello, World!\n:" #include <iostream> & using namespace std;
jda8818