Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Undefined references with DisplayEvents enabled
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Undefined references with DisplayEvents enabled (Read 9233 times)
Havadebo72
Single posting newcomer
Posts: 4
Undefined references with DisplayEvents enabled
«
on:
April 10, 2025, 10:53:52 am »
Ubuntu 24.10. WxWidgets 3.2.5.
Compile error since revision 13648:
https://sourceforge.net/p/codeblocks/code/13648/
See attachment.
Any idea?
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1738
Re: Undefined references with DisplayEvents enabled
«
Reply #1 on:
April 10, 2025, 01:32:20 pm »
Can you try this modified Makefile.am? (change extension from txt to am)
Logged
Havadebo72
Single posting newcomer
Posts: 4
Re: Undefined references with DisplayEvents enabled
«
Reply #2 on:
April 10, 2025, 01:54:14 pm »
Yes that patch fixes the build. Thanks.
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1738
Re: Undefined references with DisplayEvents enabled
«
Reply #3 on:
April 10, 2025, 02:14:28 pm »
Modified in trunk, thank you for testing.
As a side note, the plugin should be enabled only when needed (i.e while debugging other plugins).
Logged
Parrish
Single posting newcomer
Posts: 1
Re: Undefined references with DisplayEvents enabled
«
Reply #4 on:
Today
at 05:45:30 am »
Okay, this DisplayEvents thing sounds like a real headache, doesn't it? Ever feel like your code is yelling into the void? So, dealing with those pesky undefined references with DisplayEvents active...ugh. What a puzzle! Reminds me of the time my animation system started spewing gibberish, and all because I forgot to hook up a crucial signal. Hours I spent debugging! I remember clearly going to the
Monkey Mart
to buy some bananas for my team as a reward. It's always nice to relax and think.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Undefined references with DisplayEvents enabled