Fresh install Build Failed - using Cygwin64
Posted: Wed Sep 23, 2020 6:02 am
Hi Forum,
I've installed CodeLite 14.0 on a Win 10 system, which already has working MS Visual Studio Code and Code::Blocks installs using WSL2 and Cydwin64.
It's a bit of a mixed environment mostly due to various installs to support preferred IoT libraries and build configs.
I want to get CodeLite running as it is the preferred IDE for a MOOC I'm enrolled in, and I'm the odd one out not using it at the moment.
After a clean install it fails to build the demo/test App as follows;
Build Log
C:\WINDOWS\system32\cmd.exe /C C:/cygwin64/bin/make.exe -j8 -e -f Makefile
----------Building project:[ First - Debug ]----------
make[1]: Entering directory '/cygdrive/c/Users/JustinH/Documents/CodeLite/C_C++/First'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [First.mk:84: MakeIntermediateDirs] Error 1
make[1]: *** Waiting for unfinished jobs....
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [First.mk:88: ../build-Debug/First/.d] Error 1
<built-in>: fatal error: opening dependency file ../build-Debug/First/main.c.o.d: No such file or directory
compilation terminated.
make[1]: *** [First.mk:99: ../build-Debug/First/main.c.o.d] Error 1
make: *** [Makefile:5: All] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/JustinH/Documents/CodeLite/C_C++/First'
====0 errors, 0 warnings====
I've configured the build settings as follows for Cygwin64; At first I thought it was a problem with the cygdrive path, but given all the other software using Cygwin64 is working I'm reluctant to make other changes to get CodeLite working.
I'm hoping someone will be able to give me advise about how to change the CodeLite setup to get it working without breaking the other installs?
I've installed CodeLite 14.0 on a Win 10 system, which already has working MS Visual Studio Code and Code::Blocks installs using WSL2 and Cydwin64.
It's a bit of a mixed environment mostly due to various installs to support preferred IoT libraries and build configs.
I want to get CodeLite running as it is the preferred IDE for a MOOC I'm enrolled in, and I'm the odd one out not using it at the moment.
After a clean install it fails to build the demo/test App as follows;
Build Log
C:\WINDOWS\system32\cmd.exe /C C:/cygwin64/bin/make.exe -j8 -e -f Makefile
----------Building project:[ First - Debug ]----------
make[1]: Entering directory '/cygdrive/c/Users/JustinH/Documents/CodeLite/C_C++/First'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [First.mk:84: MakeIntermediateDirs] Error 1
make[1]: *** Waiting for unfinished jobs....
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [First.mk:88: ../build-Debug/First/.d] Error 1
<built-in>: fatal error: opening dependency file ../build-Debug/First/main.c.o.d: No such file or directory
compilation terminated.
make[1]: *** [First.mk:99: ../build-Debug/First/main.c.o.d] Error 1
make: *** [Makefile:5: All] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/JustinH/Documents/CodeLite/C_C++/First'
====0 errors, 0 warnings====
I've configured the build settings as follows for Cygwin64; At first I thought it was a problem with the cygdrive path, but given all the other software using Cygwin64 is working I'm reluctant to make other changes to get CodeLite working.
I'm hoping someone will be able to give me advise about how to change the CodeLite setup to get it working without breaking the other installs?