OK
Rating:
0.00
Thread Listing » General AWN Discussion
compilation error
#18624 by Sheytan (0.2396) posted on 5:24am Thursday, December 27th, 2007
( no avatar )
Hi, im using Slackware installed yesterday. I want to compile awn, i have all dependencies, but after 'make' i get an error.
[Q]



 
bXdamage.so /usr/lib/libXcomposite.so /usr/lib/libXfixes.so /usr/lib/libXrender.so /usr/lib/libX11.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libawn.so.0 -o .libs/libawn.so.0.0.1
(cd .libs && rm -f libawn.so.0 && ln -s libawn.so.0.0.1 libawn.so.0)
(cd .libs && rm -f libawn.so && ln -s libawn.so.0.0.1 libawn.so)
ar cru .libs/libawn.a awn-applet.o awn-applet-dialog.o awn-applet-gconf.o awn-applet-simple.o awn-cairo-utils.o awn-gconf.o awn-effects.o awn-enum-types.o awn-plug.o awn-title.o
ranlib .libs/libawn.a
creating libawn.la
/usr/bin/sed: can't read /usr/lib/libavahi-glib.la: No such file or directory
libtool: link: `/usr/lib/libavahi-glib.la' is not a valid libtool archive
make[3]: *** [libawn.la] Błąd 1
make[3]: Opuszczenie katalogu `/home/sheytan/Desktop/avant-window-navigator-0.2.1/libawn'
make[2]: *** [all] Błąd 2
make[2]: Opuszczenie katalogu `/home/sheytan/Desktop/avant-window-navigator-0.2.1/libawn'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/home/sheytan/Desktop/avant-window-navigator-0.2.1'
make: *** [all] Błąd 2

what should i do?
[Q]
 

Score: 0 points
Any particular reason?
#18649 by moonbeam (1.0000) posted on 10:35am Thursday, December 27th, 2007
( no avatar )
is /usr/lib/libavahi-glib.la present?
[Q]
Score: 0 points
Any particular reason?
#18650 by Sheytan (0.2396) posted on 10:39am Thursday, December 27th, 2007
( no avatar )
no, it isnt.
[Q]

Score: 0 points
Any particular reason?
#18652 by moonbeam (1.0000) posted on 11:10am Thursday, December 27th, 2007
( no avatar )
Sheytan said:
no, it isnt.
[Q]



I'd suggest finding the slackware package that provides it and installing that.
[Q]



It seems that Slackware is somewhat prone to issues with dependencies.
[Q]


Score: 0 points
Any particular reason?
#18653 by Sheytan (0.2396) posted on 11:13am Thursday, December 27th, 2007
( no avatar )
i can make a slackpackage from source. Can you post here a link for the source code, or just a name of it?
[Q]

Score: 0 points
Any particular reason?
#18674 by moonbeam (1.0000) posted on 6:00pm Thursday, December 27th, 2007
( no avatar )
I don't know... according to google
[Q]



[Q]



looks like you need the avahi package.
[Q]


Score: 0 points
Any particular reason?
#18680 by Sheytan (0.2396) posted on 1:39am Friday, December 28th, 2007
( no avatar )
OK, AWN is working, bu i cant run the preferences
[Q]



 
Traceback (most recent call last):
File "/usr/local/bin/awn-manager", line 200, in
awnmanager = AwnManager()
File "/usr/local/bin/awn-manager", line 95, in __init__
self.appletManager = awnApplet(self.wTree)
File "/usr/local/share/avant-window-navigator/awn-manager/awnApplet.py", line 76, in __init__
self.make_model()
File "/usr/local/share/avant-window-navigator/awn-manager/awnApplet.py", line 352, in make_model
self.refresh_tree (applets)
File "/usr/local/share/avant-window-navigator/awn-manager/awnApplet.py", line 416, in refresh_tree
icon, text = self.make_row(path)
File "/usr/local/share/avant-window-navigator/awn-manager/awnApplet.py", line 361, in make_row
return self.make_icon (item.get_string(gnomedesktop.KEY_ICON)), text
File "/usr/local/share/avant-window-navigator/awn-manager/awnApplet.py", line 381, in make_icon
icon = gtk.gdk.pixbuf_new_from_file_at_size (name, 32, 32)
gobject.GError:
Unidentified format of image file
[Q]
 

Score: 0 points
Any particular reason?
#18688 by malept (1.0000) posted on 11:17am Friday, December 28th, 2007
( no avatar )
You need librsvg installed.
[Q]

--
/
Score: 0 points
Any particular reason?
#18690 by Sheytan (0.2396) posted on 12:25pm Friday, December 28th, 2007
( no avatar )
i had it installed.
[Q]

Score: 0 points
Any particular reason?
#18691 by malept (1.0000) posted on 12:40pm Friday, December 28th, 2007
( no avatar )
Does `grep svg_loader /etc/gtk-2.0/gdk-pixbuf.loaders` produce any output? If not, your install of librsvg is slightly broken. You need to then run `gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders` with superuser privileges.
[Q]

--
/
Score: 0 points
Any particular reason?
#18692 by Sheytan (0.2396) posted on 12:42pm Friday, December 28th, 2007
( no avatar )
 
bash-3.1$ grep svg_loader /etc/gtk-2.0/gdk-pixbuf.loaders
bash-3.1$ su
Hasło:
bash-3.1# grep svg_loader /etc/gtk-2.0/gdk-pixbuf.loaders
bash-3.1# gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
g_module_open() failed for /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so: libcroco-0.6.so.3: cannot open shared object file: No such file or directory
bash-3.1#
[Q]
 




Do i have to install libcroco?
[Q]

Score: 0 points
Any particular reason?
#18693 by malept (1.0000) posted on 12:50pm Friday, December 28th, 2007
( no avatar )
Apparently. I have no idea how you installed librsvg without it.
[Q]

--
/
Score: 0 points
Any particular reason?
#18694 by Sheytan (0.2396) posted on 12:53pm Friday, December 28th, 2007
( no avatar )
i have a package downloaded via dropline-installer. maybe it is broken?
[Q]

Score: 0 points
Any particular reason?
#18695 by malept (1.0000) posted on 12:56pm Friday, December 28th, 2007
( no avatar )
Seems like it. If you're using slackware, shouldn't you be using slapt-get or gslapt?
[Q]

--
/
Score: 0 points
Any particular reason?
#18696 by Sheytan (0.2396) posted on 12:58pm Friday, December 28th, 2007
( no avatar )
yea, but slapt-get coludnt find all needed dependencies. i'll try to reinstall that package.
[Q]



*Edited at 12:58pm, 12/28/07
Score: 0 points
Any particular reason?
#18697 by Sheytan (0.2396) posted on 1:11pm Friday, December 28th, 2007
( no avatar )
 
OK, i reinstalled the package, the run
gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders and its working. THANX ALOT.
[Q]
 




srry for my bad eng. ;)
[Q]

Score: 0 points
Any particular reason?
#35101 by Josemari (1.0000) posted on 2:54am Thursday, June 07th, 2012
( no avatar )
You can travel to sites of varied developers online many different sorts along with models of dresses, cocktail dresses for plus sized ladies long prom dresses gowns . You are able to read through all sorts of dresses, and definately will also get appealing delivers on your decided on dress.
[Q]

Score: 0 points
Any particular reason?
#35695 by Josemari (1.0000) posted on 6:05am Monday, June 11th, 2012
( no avatar )
watches replicas Welcome to our online store. There is our catalog of exclusive, high quality replica watches at your disposal. cheap tag heuer replica watch
[Q]

Score: 0 points
Any particular reason?
#42919 by rose01 (0.4404) posted on 2:35am Thursday, September 06th, 2012
( no avatar )
dispersed within a confined range of 28 items; it's fifty m drinking water resistance and is particularly accessible at 195, swiss jacob & co fake watch swiss jacob & co fake watch 000 Euros. Timewriter one Metamorphosis Pics GalleryThe ingenious designers from Piaget are once again set while in the highlight due to their technical notion of the mechanism buy replica watches buy replica watches replica girard-perregaux replica girard-perregaux , the very difficult Calibre 600P motion. It will require a long time of technical know-how to become equipped to create this sort of remarkable technical motion which is not just useful zenith 36000 vph replica fake watch zenith 36000 vph replica fake watch , but additionally extremely slender along with the designers from Piaget have manufactured it. Piaget has generally been one among all those brand names preoccupied aided by the evolution with the enjoy production custom and with leaving a important trace with this sector Chronoswiss Replica Watches Chronoswiss Replica Watches fake watches for men fake watches for men. replica harry winston replica harry winston jacob & co automatic chronograph replica jacob & co automatic chronograph replica Piaget is these days among the ideal reputed manufacturer of view producing digital watches digital watches ,
[Q]

Score: 0 points
Any particular reason?
#43624 by rose01 (0.4404) posted on 7:05pm Wednesday, September 12th, 2012
( no avatar )
: wedding dress styles wedding dress styles cycling, swimming and physique constructing could definitely benefit from laser hair removal plus size little black dress plus size little black dress . If the athlete is an really hair individual there is the possibility that the hair could hinder his efficiency. Hindrance of a performance due to hair could be a terrible factor sexy short prom dresses sexy short prom dresses ; therefore, dresses for parties dresses for parties hair removal could be a ought to plus size mother of the bride dresses plus size mother of the bride dresses . If men are contemplating hair removal they really should consider laser hair removal for men. It's not terribly painful and you can find side affects but the advantages could easily outweigh the disadvantages. Men needs to be informed that girls are not the only ones that can have laser hair removal done. Laser hair removal is not gender specific for that reason, run out and get your unwanted hair removed! Learn more about Laser Hair Removal for Men today! I highly recommend the website for more short evening dresses short evening dresses flower girl dresses online flower girl dresses online
[Q]

Score: 0 points
Any particular reason?
Thread Listing » General AWN Discussion » compilation error

Post A Reply:

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