I've had this same issue for quite a while now. I'm running Ubuntu Fiesty, and when installing both AWN and Awn-Extras from BZR, I need to run sudo ./autogen.sh for a correct install without errors, otherwise I get a few "Permission Denied" statements.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Now with the issue at hand:
After updating the bzr for awn-extras, I run my usual sudo ./autogen.sh and everything is fine, the problem occurs with the [make] step. It errors out after not being able to fing librsvg/rsvg-cairo.h:
After updating the bzr for awn-extras, I run my usual sudo ./autogen.sh and everything is fine, the problem occurs with the [make] step. It errors out after not being able to fing librsvg/rsvg-cairo.h:
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Error Output:
In file included from applet.c:31:
clock-applet.h:44:33: error: librsvg/rsvg-cairo.h: No such file or directory
make[3]: *** [clock_la-applet.lo] Error 1
make[3]: Leaving directory `/home/*****/awn/awn-extras/awn-applets/awn-core-applets/src/clock'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/*****/awn/awn-extras/awn-applets/awn-core-applets/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/*****/awn/awn-extras/awn-applets/awn-core-applets'
make: *** [all] Error 2
In file included from applet.c:31:
clock-applet.h:44:33: error: librsvg/rsvg-cairo.h: No such file or directory
make[3]: *** [clock_la-applet.lo] Error 1
make[3]: Leaving directory `/home/*****/awn/awn-extras/awn-applets/awn-core-applets/src/clock'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/*****/awn/awn-extras/awn-applets/awn-core-applets/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/*****/awn/awn-extras/awn-applets/awn-core-applets'
make: *** [all] Error 2
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
*Edited at 8:28pm, 09/26/07