compile error not flagged

Discussion about CodeLite development process and patches
coder99
CodeLite Expert
Posts: 167
Joined: Wed Oct 22, 2008 6:50 am
Contact:

compile error not flagged

Post by coder99 »

Just now I was recompiling a configuration, while on a different desktop I still had an instance of the application running. Consequently the compile failed since CL could not create/overwrite the existing executable.

However, the build box did not show any obvious and colored error indication:

partial output
===========
lwxexpat -lkernel32 -luser32 -ladvapi32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -lwsock32 -lodbc32 -O0 -mthreads -Ld:\wxWidgetsEclipse2.8.9\lib\gcc_lib -lwxmsw28u_html -lwxmsw28u_adv -lwxmsw28u_core -lwxbase28u_xml -lwxbase28u_net -lwxbase28u -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -mwindows
c:\mingw-3.4.5\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot open output file ./Release-Unicode-Static-Gcc/wxSrClR.exe: Permission denied
collect2: ld returned 1 exit status
mingw32-make[1]: *** [Release-Unicode-Static-Gcc/wxSrClR] Error 1
mingw32-make.exe: *** [All] Error 2
0 errors, 0 warnings, total time: 00:00:00 seconds
----------Build Ended----------
===============

Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: compile error not flagged

Post by eranif »

There is already a thread about this issue:

http://codelite.org/forum/viewtopic.php?f=3&t=258

Eran
Make sure you have read the HOW TO POST thread
coder99
CodeLite Expert
Posts: 167
Joined: Wed Oct 22, 2008 6:50 am
Contact:

Re: compile error not flagged

Post by coder99 »

Good, sorry I didn't really look very hard :-(

Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: compile error not flagged

Post by eranif »

coder99 wrote:Good, sorry I didn't really look very hard :-(
NP, i was pointing it out incase we come up with a solution for this problem
Eran
Make sure you have read the HOW TO POST thread
Post Reply