Hi,
I am new to Codelite. I have read the docs about building a program. I am using version 15.0.6. I am using MSYS2 on Windows 10.
When I want to build a program I have written I get the following error:
Code: Select all
C:/msys64/mingw64/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile
"----------Building project:[ Zaxx - Debug ]----------"
mingw32-make[1]: Entering directory 'C:/Users/recht/Documents/Documents/Zaxx/Zaxx'
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file ../build-Debug/Zaxx already exists.
Error occurred while processing: ../build-Debug/Zaxx.
mingw32-make[1]: *** [Zaxx.mk:84: MakeIntermediateDirs] Error 1
mingw32-make[1]: *** Waiting for unfinished jobs....
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file ../build-Debug/Zaxx already exists.
Error occurred while processing: ../build-Debug/Zaxx.
mingw32-make[1]: *** [Zaxx.mk:88: ../build-Debug/Zaxx/.d] Error 1
C:/msys64/mingw64/bin/gcc.exe -c "C:/Users/recht/Documents/Documents/Zaxx/Zaxx/main.c" -g -O0 -Wall -o ../build-Debug/Zaxx/main.c.o -I. -I.
mingw32-make: *** [Makefile:5: All] Error 2
mingw32-make[1]: Leaving directory 'C:/Users/recht/Documents/Documents/Zaxx/Zaxx'
=== build completed successfully (0 errors, 0 warnings) ===
I don't know what the problem is. Can someone help me out?
Thanks,
Ben