Problem when running make

Asked by sensory

I compiled Docky with no real issues on Jaunty, but after switching to Karmic I keep getting this error when trying to compile Docky.exe:

Compiling Docky.exe...
./Docky/Interface/DockPreferences.cs(309,35): warning CS0219: The variable `uriList' is assigned but its value is never used
./Docky/Interface/DockPreferences.cs(310,38): warning CS0219: The variable `errors' is assigned but its value is never used
./Docky/Interface/AddinTreeView.cs(125,47): error CS1501: No overload for method `EmitRowsReordered' takes `2' arguments
Compilation failed: 1 error(s), 2 warnings
make[1]: *** [../build/Docky.exe] Error 1
make[1]: Leaving directory `/home/sensory/docky/Docky'
make: *** [all-recursive] Error 1

Autogen shows no errors at all. I'm sure it's something on my end, but I have no idea what..

Any help is appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Docky Edit question
Assignee:
No assignee Edit question
Solved by:
Chris S.
Solved:
Last query:
Last reply:
Revision history for this message
Best Chris S. (cszikszoy) said :
#1

This was fixed recently, the problem was an api change in GTK somewhere between karmic and jaunty.

Revision history for this message
sensory (ivtephx) said :
#2

Thanks for the info. :)