notification-area dont compile in Fedora 15
Bug #790492 reported by
Tim Lauridsen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn Extras |
Fix Released
|
Undecided
|
Michal Hruby |
Bug Description
When trying to build the lastes bzr snapshot (1523) in Fedora, I get the following error when running Make.
Making all in maintained/
make[3]: Entering directory `/home/
VALAC notification-
notification-
using NotificationAre
^
Compilation failed: 1 error(s), 0 warning(s)
make[3]: *** [notification-
I use the following vala package : vala-0.
Related branches
tags: | added: notification-area patch |
Changed in awn-extras: | |
assignee: | nobody → Michal Hruby (mhr3) |
Changed in awn-extras: | |
status: | New → Fix Committed |
milestone: | none → 0.4.2 |
Changed in awn-extras: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have made at example patch to fix the issue
just removing the following line
using NotificationAre aPrefs;
is a solution, because NotificationAre aPrefs is just a class in na-prefs.vala, not a Namespace