[Shotwell] src/Properties.vala compilation error

Bruno Girin brunogirin at gmail.com
Mon Feb 13 13:17:40 PST 2012


On 13/02/12 21:02, Jan Kopecký wrote:
> Dne 13.2.2012 21:58, Jan Kopecký napsal(a):
>> Dne 13.2.2012 21:45, Mattias Põldaru napsal(a):
>>> 13.02.2012 22:24, Jan Kopecký kirjutas:
>>>> Hi,
>>>>
>>>> i like Shotwell project very much, so first of all thank you!
>>>>
>>>> I hope you guys could help me. I am getting error when trying to 
>>>> build from git master. Please see attached make log file.
>>>
>>> This list drops attached files. Could you post the log to 
>>> pastebin.com instead?
>> http://pastebin.com/Czq7996A

I thought I'd be able to help but it's even worse on Ubuntu 12.04: it 
fails to compile at the very start for me, with Gdk.Cursor errors in 
FacebookPublishing.vala and FlickrPublishing.vala (valac 0.15.0). Sorry 
to add to the confusion!

FacebookPublishing.vala:1437.45-1437.83: error: Can't create instance of 
abstract class `Gdk.Cursor'
         pane_widget.get_window().set_cursor(new 
Gdk.Cursor(Gdk.CursorType.LEFT_PTR));
                                             
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FacebookPublishing.vala:1463.45-1463.80: error: Can't create instance of 
abstract class `Gdk.Cursor'
         pane_widget.get_window().set_cursor(new 
Gdk.Cursor(Gdk.CursorType.WATCH));
                                             
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FlickrPublishing.vala:930.45-930.83: error: Can't create instance of 
abstract class `Gdk.Cursor'
         pane_widget.get_window().set_cursor(new 
Gdk.Cursor(Gdk.CursorType.LEFT_PTR));
                                             
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FlickrPublishing.vala:921.45-921.80: error: Can't create instance of 
abstract class `Gdk.Cursor'
         pane_widget.get_window().set_cursor(new 
Gdk.Cursor(Gdk.CursorType.WATCH));
                                             
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FlickrPublishing.vala:935.45-935.83: error: Can't create instance of 
abstract class `Gdk.Cursor'
         pane_widget.get_window().set_cursor(new 
Gdk.Cursor(Gdk.CursorType.LEFT_PTR));
                                             
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



More information about the Shotwell mailing list