chickenk Messages: 171 Registered: May 2007 Location: Grenoble, France
Experienced Member
captainc wrote on Tue, 07 October 2008 03:17
FYI
When compiling theide with SVN Rev 511 on Linux, I get these errors:
... /uppsrc/ide/idebar.cpp: In member function ‘void Ide::BrowseMenu(Upp::Bar&)’:
... /uppsrc/ide/idebar.cpp:442: error: no matching function for call to ‘callback1(Ide* const, void (Ide::*)(int), AssistEditor::<anonymous enum>)’
... /uppsrc/ide/idebar.cpp:444: error: no matching function for call to ‘callback1(Ide* const, void (Ide::*)(int), AssistEditor::<anonymous enum>)’
Hi captainc,
I got the same error. Casting the anonymous enum to int seems to solve the problem.