Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: LETARTARE on June 02, 2025, 06:55:39 pm

Title: Linux : Format error for "%lld" with 'time_t" in plugin 'compiler|depslib'
Post by: LETARTARE on June 02, 2025, 06:55:39 pm
Leap-15.6, gcc13.3.0, "cb-13667::plugins|compilergcc|depslib|src|cache.c'

I dropped a ticket with a correction :
 https://sourceforge.net/p/codeblocks/tickets/1535/ (https://sourceforge.net/p/codeblocks/tickets/1535/)
Title: Re: Linux : Format error for "%lld" with 'time_t" in plugin 'compiler|depslib'
Post by: Wkerry on June 04, 2025, 01:25:54 pm
Have a look at the https://forums.codeblocks.org/index.php/topic,25960.msg177430/topicseen.html#msg177430 thread as is for the same if/then block in the patch.
Title: Re: Linux : Format error for "%lld" with 'time_t" in plugin 'compiler|depslib'
Post by: Miguel Gimenez on June 12, 2025, 11:30:10 am
Fixed in r13669 (https://sourceforge.net/p/codeblocks/code/13669/) and r13670 (https://sourceforge.net/p/codeblocks/code/13670/).
Title: Re: Linux : Format error for "%lld" with 'time_t" in plugin 'compiler|depslib'
Post by: LETARTARE on June 12, 2025, 03:39:48 pm
Thanks to 'Miguel Gimenez'