News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

ThreadSearch on r7240 not compiling

Started by daniloz, June 17, 2011, 09:16:02 AM

Previous topic - Next topic

daniloz

Hi All,

After updating to svn trunk r7240, I get errors when compiling ThreadSearch:

C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp: In member function 'void ThreadSearchLoggerList::OnColumnClick(wxListEvent&)':
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:630:94: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:630:94: error:   initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:679:108: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:679:108: error:   initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:681:106: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:681:106: error:   initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:716:94: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:716:94: error:   initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'


Am I doing something wrong here? Any ideas?

oBFusCATed

Trunk HEAD, should compile again, sorry for the inconvenience.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

daniloz

Quote from: oBFusCATed on June 17, 2011, 10:09:46 AM
Trunk HEAD, should compile again, sorry for the inconvenience.

It's working now! Thanks for the quick fix oBFusCATed! And no worries... :-)