libappstore does not build on Elementary OS Beta Freya
Bug #1373119 reported by
Jason Anderson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libappstore |
New
|
Undecided
|
Unassigned |
Bug Description
When I try to build libappstore it gives me the error:
error: `Task' is an ambiguous reference between `GLib.Task' and `PackageKit.Task'
task = new Task ();
To correct this I edited line 370 in AppManager.vala to "task = new PackageKit.Task ()". I was able to get it to build, but it still had many warnings. I hope that my edits were correct.
To post a comment you must log in.