OK
Rating:
0.00
Thread Listing » Awn Help
Awn-Extras install Issue
#11148 by Xon (0.1777) posted on 8:28pm Wednesday, September 26th, 2007
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.
[Q]



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:
[Q]



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
[Q]



*Edited at 8:28pm, 09/26/07
Score: 0 points
Any particular reason?
#11150 by SwedishChef (0.1682) posted on 8:32pm Wednesday, September 26th, 2007
Try starting with clean bzr for awn and awn-extras in your home directory.
[Q]



Then in awn first:
[Q]



./autogen.sh
make
sudo make install
[Q]



then in awn-extras/awn-applets/awn-core-applets same thing...
[Q]



That should take care of it if not, post the output please.
[Q]



--
Bork, Bork, Bork!!!
Score: 0 points
Any particular reason?
#11151 by Xon (0.1777) posted on 8:36pm Wednesday, September 26th, 2007
I've tried that twice already. I've even gone as far as trying to use the awn-bzr repo, but that didn't work out very well.
[Q]

Score: 0 points
Any particular reason?
#11152 by SwedishChef (0.1682) posted on 8:42pm Wednesday, September 26th, 2007
Make sure you have all the dependencies installed:
[Q]



python-dev
python-gtk2-dev
python-cairo-dev
python-gconf
python-gnome2-dev
[Q]



There are more but these are the latest additions that have seemed to make a difference.
[Q]




What is the output when you compile awn-extras?
[Q]



--
Bork, Bork, Bork!!!
Score: 0 points
Any particular reason?
#11154 by SwedishChef (0.1682) posted on 8:44pm Wednesday, September 26th, 2007
More dependencies:
[Q]



libgtk2.0-dev libwnck-dev libwnck-common libgconf2-dev libglib2.0-dev libgnome2-dev libgnome-desktop-2 libgnome-desktop-dev libdbus-glib-1-dev gnome-common libxcomposite-dev libxdamage-dev
[Q]



--
Bork, Bork, Bork!!!
Score: 0 points
Any particular reason?
#11155 by Xon (0.1777) posted on 8:58pm Wednesday, September 26th, 2007
It seems I already have the latest versions of each dependency.
I posted the last portion of the output when I compile awn-extras above, just the part where it starts to error. If more is needed, then I'll gladly post the entire output.
[Q]



Also, the main error seems to be with librsvg/rsvg-cairo.h not being located properly. I ran slocate rsvg-cairo.h,
[Q]



/usr/include/librsvg-2/librsvg/rsvg-cairo.h
[Q]



The file seems to be right where it suppose to be.
[Q]



btw, thanks for the speedy response.
[Q]

Score: 0 points
Any particular reason?
#11159 by SwedishChef (0.1682) posted on 9:25pm Wednesday, September 26th, 2007
np...
[Q]



OK.... I have checked out a new copy for both awn and the extras.
[Q]



Ran sudo ./autogen.sh
then
make
[Q]



and received similar permission denied errors. Otherwise I cannot duplicate the errors that you are receiving.
[Q]



Sorry for not being able to help more...
[Q]

--
Bork, Bork, Bork!!!
Score: 0 points
Any particular reason?
#11161 by Onilton (0.9977) posted on 9:33pm Wednesday, September 26th, 2007
try installing or reinstalling(remove them, then install again):
[Q]



librsvg2-2
[Q]



librsvg2-common
[Q]



librsvg2-dev
[Q]



Score: 0 points
Any particular reason?
#11162 by Xon (0.1777) posted on 9:36pm Wednesday, September 26th, 2007
@Onilton: Each of those are already installed as well.
[Q]



Is it possible to find out where exactly make is looking for the file at, or possibly change where it's looking?
[Q]

Score: 0 points
Any particular reason?
#11163 by Onilton (0.9977) posted on 9:38pm Wednesday, September 26th, 2007
edit the Makefile
[Q]

Score: 0 points
Any particular reason?
#11164 by Onilton (0.9977) posted on 9:39pm Wednesday, September 26th, 2007
You are using awn trunk, right? Why don't you try a branch like libawn-effects??
[Q]

Score: 0 points
Any particular reason?
#11165 by Xon (0.1777) posted on 9:42pm Wednesday, September 26th, 2007
Onilton said:
You are using awn trunk, right? Why don't you try a branch like libawn-effects??
[Q]



Is awn-extras merged into those branches, or what? I'm not exactly sure how all these branches work.
[Q]



Score: 0 points
Any particular reason?
#11166 by Onilton (0.9977) posted on 9:46pm Wednesday, September 26th, 2007
Just to make a test. Because I use the last awn-extras, but with a branch no trunk :P
[Q]



BTW, are you awn-extras BZR up-to-date?
[Q]

Score: 0 points
Any particular reason?
#11167 by Onilton (0.9977) posted on 9:47pm Wednesday, September 26th, 2007
Look here
https://planetblur.org/hosted/awnforum/index.php?shard=forum&action=g_reply&ID=815
[Q]

Score: 0 points
Any particular reason?
#11168 by Xon (0.1777) posted on 9:58pm Wednesday, September 26th, 2007
Onilton said:
BTW, are you awn-extras BZR up-to-date?
awn-extras is up to date.
[Q]



I tried to use libawn-effects, but it says my Makefile.in.in is out of date. I'll try another fresh install and see if that helps.
[Q]



Score: 0 points
Any particular reason?
#11223 by Xon (0.1777) posted on 1:19pm Thursday, September 27th, 2007
After sleeping on it, I realized that the makefile for ewn extras just goes through the src folder and installs each one, but for me, it gets caught up on the clock applet. So I took the liberty of installing each one myself.
[Q]



They all install fine, except for Clock. Many of the applets work just fine, except for the ones that I actually want to use, such as Stack, Trash, and Volume Control. Main Menu is also very buggy and crashes all the time.
[Q]



As I mentioned, Stack, Trash, and Volume Control only show up as a white line. I know there have been talk about some ways to fix the white line error, like restarting X or rebooting, but neither of them have worked in my favor.
[Q]



Edit:
Here is my output when I add the Stack Applet to the dock.
[Q]




Creating new applet :/usr/local/lib/awn/applets/stack.desktop uid:1190924462
/home/tj/.gtkrc-2.0:2: error: scanner: unterminated string constant - e.g. `style'
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
Extra content at the end of the document
[Q]



*Edited at 1:22pm, 09/27/07
Score: 0 points
Any particular reason?
#28661 by asdf555999 (0.5479) posted on 12:00am Thursday, April 26th, 2012
( no avatar )
In a boost to animal welfare activists looking to get livestock out of cramped cages, Burger King will be the first major U.S. fast-food air jordan pas cher chain to give all of its chickens and pigs some room to roam.
[Q]



On Wednesday, the world's second-biggest burger chain pledged that all of its eggs and pork will come from cage-free chickens and pigs by 2017, hoping to satisfy rising consumer demand for humanely produced fare and increase its sales in the process.
[Q]



Other companies have made similar but less broad announcements this year, part of an industrywide shift to consider animal welfare when buying food supplies.
[Q]



"Even if you're buying a nike air max burger, you want to buy it from someone you like and respect," said food industry analyst Phil Lempert, who writes a daily industry newsletter. "It's proven that consumers are willing to pay a little bit more for fairness, whether it's to humans or animals."
[Q]



Conventionally raised eggs come from hens confined in "battery cages," nike air max pas cher which give them roughly the same space as a sheet of standard notebook paper. Most pork comes from sows confined during their four-month pregnancies in narrow crates.
[Q]



The hens would still nike pas cher be housed in a barn, but they have room to move and perches and nesting boxes. Sows are also held indoors, but they would not be confined in the cramped crates while they are pregnant.
[Q]



Egg and pork producers have argued that easing confinement standards for animals raises nike air max production costs and makes those who adjust their practices less competitive.
[Q]



Animal welfare groups applauded Burger King's decision.
[Q]



"So many tens of thousands of animals will now be in better living conditions," said Wayne Pacelle, president of the Humane Society of nike air max chaussures the United States, which has been pushing Burger King and other companies to adopt similar policies. "Numerically, this is significant because Burger King is such a big purchaser of these products."
[Q]



*Edited at 12:01am, 04/26/12
Score: 0 points
Any particular reason?
Thread Listing » Awn Help » Awn-Extras install Issue

Post A Reply:

Powered by Metaforum ©2004-2012
Get your own Free AJAX Forum Messageboard by visiting the offical site.
.