Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Havadebo72 on April 10, 2025, 10:53:52 am

Title: Undefined references with DisplayEvents enabled
Post by: Havadebo72 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/ (https://sourceforge.net/p/codeblocks/code/13648/)

See attachment.

Any idea?

Title: Re: Undefined references with DisplayEvents enabled
Post by: Miguel Gimenez on April 10, 2025, 01:32:20 pm
Can you try this modified Makefile.am? (change extension from txt to am)
Title: Re: Undefined references with DisplayEvents enabled
Post by: Havadebo72 on April 10, 2025, 01:54:14 pm
Yes that patch fixes the build. Thanks.
Title: Re: Undefined references with DisplayEvents enabled
Post by: Miguel Gimenez 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).