Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Just curious where did you get these compiler flags? If you ran some Makefile then that Makefile is written incorrectly and needs fixing.
2
Thank you very much! Sorry for the carelessness.
3
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on Today at 12:44:31 pm »
Hello,

I try today to reinstall nigthly on my Linux Mint 22.1 configuration, first remove and reinstall CB, and after Xaviou's PPA. Nothing do, only previous nightly  (SVN 13620) can be installed.

Log of this try in file joined. I don't bknow why ...

Regards.

4
Here are self-contradictory compiler options:
g++.exe -LO:\msys64\mingw64\lib -o bin\Debug\cppDislin.exe obj\Debug\cppDislin.o  -m64 O:\MyProgramming\cppDislin\discpp64.a -luser32 -lgdi32 -lopengl32 -m32
5
Hello!
When I try to compile a project, I receive messages about library inconsistencies:
g++.exe -LO:\msys64\mingw64\lib -o bin\Debug\cppDislin.exe obj\Debug\cppDislin.o  -m64 O:\MyProgramming\cppDislin\discpp64.a -luser32 -lgdi32 -lopengl32 -m32 
O:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible O:\msys64\mingw64\lib/libuser32.a when searching for -luser32
O:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible O:\msys64\mingw64\lib\libuser32.a when searching for -luser32
......................
The libraries are all 64-bit and I compile the project in 64-bit mode. Project https://disk.yandex.ru/d/YbsNPpbG6Q-nPg
Please tell me how to compile the project correctly.
6
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on Yesterday at 11:06:58 am »
Sorry file joined is not the last ...
7
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on Yesterday at 11:04:27 am »
Hello Miguel,

Hum, not exactly ...
I'm not configure CB project into this "special instance" of CB on W11 ...
I'm just see "Compilers" setting in general menu "Settings" ... and many new messages appears in console (file joined).
Travel in list of compilers not respect size of screen ...

Best "lynx's eye" ... ;D

Regards. 
8
Using Code::Blocks / Re: Very slow stepping while debugging on Linux
« Last post by bsccara on March 22, 2025, 06:27:43 pm »
I'm reviving this thread to report on a simple workaround that requires no GDB recompilation. All you have to do is go to Settings -> Debugger -> Default and add the line 'set debug-file-directory' in the 'Debugger initialization commands' field. This effectively prevents GDB from loading the BDFs detailed here:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055646. This command is explained here:https://sourceware.org/gdb/current/onlinedocs/gdb.html/Separate-Debug-Files.html
9
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by Miguel Gimenez on March 22, 2025, 12:38:22 pm »
Quote
Detected scaling factor: -22369621.333333
Display PPI            : -2147483648x-2147483648

Are all graphics shown OK?
10
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on March 22, 2025, 12:36:37 pm »
Just many messages on this configuration during startup of CB SVN 13634 (in file joined).


That's all ...

Regards.
Pages: [1] 2 3 4 5 6 ... 10