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
»
Plugin compilation errors after r12467
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Plugin compilation errors after r12467 (Read 7294 times)
Miguel Gimenez
Developer
Lives here!
Posts: 1692
Plugin compilation errors after r12467
«
on:
June 24, 2021, 11:39:10 am »
After r12467 the Nassi Shneiderman and the Thread search plugin fail compiling, due to unknown operator == when comparing int and a cbSettingsType value.
The errors are in NassiPlugin.cpp:590 and ThreadSearch.cpp:991.
Logged
AndrewCot
Plugin developer
Lives here!
Posts: 679
Re: Plugin compilation errors after r12467
«
Reply #1 on:
June 24, 2021, 02:06:11 pm »
Duplicate of
https://forums.codeblocks.org/index.php/topic,24543.msg167547.html#msg167547
post.
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1692
Re: Plugin compilation errors after r12467
«
Reply #2 on:
June 24, 2021, 02:51:06 pm »
Looks like yours is the duplicate...
Logged
AndrewCot
Plugin developer
Lives here!
Posts: 679
Re: Plugin compilation errors after r12467
«
Reply #3 on:
June 25, 2021, 05:13:02 am »
Code changes done. git-svn-id:
https://svn.code.sf.net/p/codeblocks/code/trunk@12468
2a5c6006-c6dd-42ca-98ab-0921f2732cef
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Plugin compilation errors after r12467