Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
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
12
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.
13
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on March 23, 2025, 11:06:58 am »
Sorry file joined is not the last ...
14
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on March 23, 2025, 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. 
15
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
16
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?
17
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.
18
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on March 22, 2025, 12:27:25 pm »
In complement, try installed last nigthly CB with WSL on Windows 11 (distribution used "Ubuntu-22.04") ... success ... with configuration PPA of Waviou.
I can run CB SVN into WSL terminal ...

Name                   : Code::Blocks
Version                : svn-r13634
SDK Version            : 2.25.0
Scintilla Version      : 3.7.5
Author                 : The Code::Blocks Team
E-mail                 : info@codeblocks.org
Website                : https://www.codeblocks.org
OS                     : Linux 5.15.167.4-microsoft-standard-WSL2 x86_64
Scaling factor         : 1.000000
Detected scaling factor: -22369621.333333
Display PPI            : -2147483648x-2147483648
Display count          : 1
Display 0              : XY=[0,0]; Size=[1920,1080]; Primary

wxWidgets Library (wxGTK port)
Version 3.0.5 (Unicode: wchar_t, debug level: 1),
Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.33.

Why not on Linux Mint 22.1 directly ?

Regards.
19
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Miguel Gimenez on March 22, 2025, 10:29:14 am »
Applied in r13639, thank you.
20
Applied again in r13638.
Pages: 1 [2] 3 4 5 6 7 ... 10