How do I succesfully compile Slingshot?

Posted by Tigull on Ask Ubuntu See other posts from Ask Ubuntu or by Tigull
Published on 2011-02-27T11:06:12Z Indexed on 2011/02/27 15:31 UTC
Read the original article Hit count: 217

Filed under:
|
|

I've been trying to compile Slingshot for a preview of Elementary OS. Even after replacing Gtk.Stock.CLEAR and Gtk.Stock.add with Gtk.STOCK_CLEAR and Gtk.Stock_add in slingshot/widget/entries .vala I still get the following error when executing sudo ./build_run:

frontend/widgets/Entries.vala:130.13-130.25: error: The name `Stock_add' does not exist in the context of `Gtk'
        Gtk.Stock_add ({stock_item});
        ^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
mv: cannot stat `slingshot': No such file or directory
./build_run: 7: slingshot: not found

I haven't found yet a soulution, therefore any help is appreciated, thanks!

© Ask Ubuntu or respective owner

Related posts about 10.10

Related posts about compiling