Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: SFML Not working
« Last post by Miguel Gimenez on Yesterday at 09:08:25 pm »
"Not working" is far too vague, please attach symptoms, build log and screen captures...
2
Help / SFML Not working
« Last post by BL4238954 on Yesterday at 08:48:18 pm »
Hi all,

I've been working on SFML for the past two years trying to get it working but nothing happened. Even after watching countless Youtube videos and checking posts in the forums, nothing worked.

Pls I need help
3
Help / Re: Trouble Complining CB with CB under Linux
« Last post by tigerbeard on Yesterday at 05:13:24 pm »
Probably it is time to create the CodeBlocks_wx32-unix.workspace  :)

Maybe there is a wx-config that could be handled at the same time...(?)

Because I still can't get it compiled from CB. At least I know why: CB is still using the GKT2 system version in "/usr/bin/wx-config". I just did not yet find out how to make CB using the other one.

My PATH has "/usr/local/bin" with the correct wx-config to use.  When I open any terminal I get the correct version. I also tried to start CB from a terminal, but it keeps resolving it to "/usr/bin/wx-config".
Obviously I could re-edit each project and put the full full path the CustomVar page, but that can't be the standard approach, is it? Also changing the system default symlink each time I want to compile C::B seems wrong as well. There must be sth I am not seeing..
4
Help / Re: Trouble Complining CB with CB under Linux
« Last post by Miguel Gimenez on Yesterday at 01:19:19 pm »
Probably it is time to create the CodeBlocks_wx32-unix.workspace  :)
5
Help / Re: Trouble Complining CB with CB under Linux
« Last post by tigerbeard on Yesterday at 01:03:26 pm »
undefined refs (e.g. wxControl::SetFont()) trying to figure out the problem.

I think this is  the problem. The GTK2 lib only has a symbol for
Code
wxControlBase::SetFont
.
Code
// in src/gtk/control.cpp
#ifdef __WXGTK3__
bool wxControl::SetFont(const wxFont& font)
{

As the repostory wx-confilg resolves to -lwx_gtk2u_core-3.0 it seems that CB is incompatible to wxGKT2 versions. Currently I am compiling on an 18.04LTS system. The current 22.04 LTS repository has the GTK3 version, so hopefully that resolves it.
6
Help / Re: Trouble Complining CB with CB under Linux
« Last post by tigerbeard on Yesterday at 12:45:16 pm »
If you plan to debug C::B you must define CB_RELEASE_TYPE = "-g" before compiling it, so the debug symbols are preserved.
yeah, thanks I thought thats the right way since there is no All-debug target.

indeed, the inital movitation was to confirm your recent fix. Meanwhile I found I made a mistake above. Although CB did compile with 3.2 and started,  most of the contributes were missing. To get the working I would have to manually change each sub project to 3.2. So I reckon it it really should compile with wx3.0. So currently I am back at the undefined refs (e.g. wxControl::SetFont()) trying to figure out the problem.
7
Help / Re: Is there any plan to release a new full version after 20.3?
« Last post by Miguel Gimenez on Yesterday at 10:13:47 am »
Stupid bot message added to spam radar.
8
Nightly builds / Re: The 22 July 2023 build (13319) is out.
« Last post by Miguel Gimenez on Yesterday at 10:08:30 am »
Stupid bot message added to spam radar.
9
Nightly builds / Re: The 22 July 2023 build (13319) is out.
« Last post by JoeWard on Yesterday at 08:37:56 am »
Any new build?
10
Using Code::Blocks / Re: LD_LIBRARY_PATH fix
« Last post by Mauricio on Yesterday at 08:03:44 am »
I still have this problem, the fix did not resolve it... I am using AntiX Linux on an old Laptop.
Pages: [1] 2 3 4 5 6 ... 10