Author Topic: Original Post-compile message in the build log?  (Read 1771 times)

Offline nore

  • Multiple posting newcomer
  • *
  • Posts: 20
Original Post-compile message in the build log?
« on: May 21, 2023, 12:18:21 pm »
Hi there, I have been using code::blocks for many months now without issue. It is my favorite IDE. I remember there being an original message sent to the build log with bold blue text after a successful compile; but now in my build log there is only italicized blue text: "Process terminated with status 0" with the compile time and diagnostic information (errors, warnings) included with it. I am not sure what caused this change but I would prefer the original compile message -- does anyone know how to fix this?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Original Post-compile message in the build log?
« Reply #1 on: May 21, 2023, 04:46:39 pm »
Try doing just build or re-build instead of the Build and run option.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline nore

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: Original Post-compile message in the build log?
« Reply #2 on: May 21, 2023, 05:04:53 pm »
Try doing just build or re-build instead of the Build and run option.

Yes sir, this is what I normally do unless I am testing updates.

Here is the build log output:

-------------- Build: Debug in console (compiler: GNU GCC Compiler)---------------

g++.exe -Wall -g -g -IC:\mingw64\include\c++\12.2.0 -IC:\mingw64\x86_64-w64-mingw32\include\gdiplus -IC:\mingw64\x86_64-w64-mingw32\include -c "C:\Users\-------\Desktop\Programs\CodeBlocks Projects\console\main.cpp" -o obj\Debug\main.o
g++.exe -LC:\mingw64\x86_64-w64-mingw32\lib -LC:\mingw64\lib -o bin\Debug\console.exe obj\Debug\main.o   
Output file is bin\Debug\console.exe with size 152.94 KB
Process terminated with status 0 (0 minute(s), 5 second(s))
0 error(s), 0 warning(s) (0 minute(s), 5 second(s))

The last two lines are blue and italicized, but the output message seems to have changed, if I am correct. I do not remember changing a setting, just one day receiving a different message upon a successful build.