Avant Window Navigator is an excellent dock application. Recently I have installed it on Ubuntu 7.10 Gutsy Gibbon Beta. This how to shows how you can install Avant Window Navigator from source.
Install Avant Window Navigator
1. Install build tools, bazaar and all of the dependencies:
sudo apt-get install build-essential automake1.9 autotools-dev bzr gnome-common libgnome2-common libgnome2-0 libgnome2-dev libgtk2.0-dev libgconf2-dev libglib2.0-dev libdbus-glib-1-dev libgnomevfs2-0 libgnome-vfs-dev libgnome-desktop-2 libgnome-desktop-dev libsexy2 libwnck-common libwnck-dev libxcomposite-dev libxdamage-dev python-gtk2 python-gconf python-dev python-gtk2-dev python-cairo-dev python-gnome2-dev
2. Get the source:
bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
3. Build and install, run the following commands:
cd avant-window-navigator/
./autogen.sh
make
sudo make install
Install Avant Window Navigator Applets
1. Install all of the dependencies:
sudo apt-get install libgnome-menu-dev librsvg2-dev libgtop2-dev
2. Get the source:
bzr co http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk awn-extras
3. Run these commands in the terminal:
cd awn-extras/awn-applets/awn-core-applets/
./autogen.sh
make
sudo make install
Run Avant Window Navigator
Please click Applications → Accessories → Avant Window Navigator menu command.
If you’re want to configure Avant Window Navigator, you can click System → Preferences → Awn manager.
Auto run Avant Window Navigator (optional)
You can also auto run Avant Window Navigator:
1. Click System → Preferences → Sessions.
2. In Startup Programs tab, click Add button.
3. In New Startup Program dialog box, enter the following information: Name: enter “Avant Window Navigator”; Command: enter “avant-window-navigator”; Comment: enter “Avant Window Navigator”.
If you like this post, please consider buying me a beer.
73 responses so far ↓
1 xcesarfrancox // Oct 4, 2007 at 10:06 pm
Thanks!! great guide!
2 Kelbizzle // Oct 5, 2007 at 2:54 pm
After running
$avant-window-navigator
I get the following error…
“error while loading shared libraries: libawn.so.0: cannot open shared object file: No such file or directory”
what should I do. I’ve followed every step in your article. When I tried to run it from the menu…nothing happend.
3 toor // Oct 5, 2007 at 5:05 pm
@Kelbizzle: OK. Now you enter source code directory, run the following commands:
./configure --prefix=/usr
make
sudo make install
4 Rich // Oct 7, 2007 at 12:51 am
If you don’t want to compile, add
deb http://download.tuxfamily.org/syzygy42/ gutsy avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42/ gutsy avant-window-navigator
and install
avant-window-navigator-bzr awn-core-applets-bzr
5 eduard // Oct 7, 2007 at 4:26 pm
I have an error:
W: GPG error: http://download.tuxfamily.org gutsy Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 576856718434D43A
W: You may want to run apt-get update to correct these problems
I already try to run apt-get update , no luck.
6 toor // Oct 7, 2007 at 5:16 pm
@eduard: You need to add GPG key:
wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg
sudo apt-key add 8434D43A.gpg
7 eduard // Oct 7, 2007 at 6:34 pm
Working now. Thank you
8 j // Oct 7, 2007 at 10:13 pm
Out of curiosity, what GTK and decorator themes are you using? They look really good.
Also, make sure you have python-gnome2-dev installed as well, or the make process will hang because of a missing file…
9 toor // Oct 7, 2007 at 10:58 pm
@j: Glossy. Thanks for your tip.
10 xcesarfrancox // Oct 8, 2007 at 7:24 am
Hi! How do I uninstall it if compiled so I can install it from repos?
11 toor // Oct 8, 2007 at 11:11 pm
@xcesarfrancox: Try this:
sudo make uninstall12 Shane // Oct 9, 2007 at 8:16 pm
I have followed the instructions, but I seem to get stuck at the second last step:
After I type in:
Get the source:
bzr co http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk awn-extras
I end up with the terminal window stating that it is in the “Fetch Phase” 1/4 and not much is happening. Any ideas?
Thank you
13 Shane // Oct 9, 2007 at 8:55 pm
Hi, I have followed all the steps for installing, and I am trying to install on xubuntu 6.10. When I get to the last step:
” 3. cd awn-extras/awn-applets/awn-core-applets/
./autogen.sh
make
sudo make install”
I get the error message that states:
bash: cd: awn-extras/awn-applets/awn-core-applets/: no such file or directory”
Any ideas?
14 toor // Oct 9, 2007 at 9:01 pm
@Shane: Are you get the source?
15 Chris // Oct 11, 2007 at 5:29 pm
I love how simple you describe everything. Great Job!
16 Shane // Oct 15, 2007 at 10:52 am
@ Toor @ could you rephrase the question please?
17 NILREM // Oct 15, 2007 at 1:50 pm
PLEASE can you explain what to do after I get msg below:
“avant-window-navigator: error while loading shared libraries: libawn.so.0: cannot open shared object file: No such file or directory”
explanation from TOOR is good for some experts, not inmy case
18 NILREM // Oct 17, 2007 at 9:41 am
Problem solved
19 Nookie // Oct 18, 2007 at 1:26 pm
NILREM:
How did u solve that problem?
I have the same one
20 toor // Oct 19, 2007 at 6:47 pm
@Nookie: You can see also here.
21 Tom // Oct 20, 2007 at 6:15 am
When I try to download the GPG key for the repo in the comments, it is no longer available. Is there a new key?
22 NILREM // Oct 20, 2007 at 11:07 am
NOOKIE
Enter like this in terminal:
“cd avant-window-navigator” enter
then from
./configure –prefix=/usr
make
sudo make install
am new in ubuntu so that “cd” is the basic
23 I have compiled from source! Mad Props to Me. // Oct 20, 2007 at 9:19 pm
[…] seen a *.deb on the internet anywhere, so I’ve kind of been stuck. Last night, I found this page, titled: “How to install avant window navigator on ubuntu 710 gutsy gibbon.” So, […]
24 Toby // Oct 21, 2007 at 12:20 am
I get this error when i type avant-window-navigator
toby@Weisenhaus:~/avant-window-navigator$ avant-window-navigator
Error: Screen isn’t composited. Please run compiz (-fusion) or another compositing manager.
Much thanks
25 floogy // Oct 21, 2007 at 4:09 am
On amd64/gutsy after a “successful” make && sudo checkinstall:
avant-window-navigator &
GThread-ERROR **: file /build/buildd/glib2.0-2.14.1/gthread/gthread-posix.c: line 140 (): error ‘Function not implemented’ during ‘pthread_getschedparam (pthread_self(), &policy, &sched)’
aborting…
26 floogy // Oct 21, 2007 at 4:22 am
@toor:
wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg
–13:19:24– http://download.tuxfamily.org/syzygy42/8434D43A.gpg
=> `8434D43A.gpg’
Resolving download.tuxfamily.org… 88.191.250.18
Connecting to download.tuxfamily.org|88.191.250.18|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
13:19:24 ERROR 404: Not Found.
27 nizar // Oct 21, 2007 at 10:05 am
I have the same problem that Toby :
nizar@picard-2C:~/avant-window-navigator$ avant-window-navigator
Error: Screen isn’t composited. Please run compiz (-fusion) or another compositing manager.
I don’t undersatnd what i do
Thank you
28 Toby // Oct 21, 2007 at 12:56 pm
Hey everyone. Just install it with this deb. It worked for me!!! I hope it works for all of you. I am so excited now!
http://linux.softpedia.com/progDownload/Avant-Window-Navigator-Download-22877.html
29 toor // Oct 21, 2007 at 5:11 pm
@nizar: You must first run compiz or xcompmgr. If you have not installed compiz or xcompmgr, please install it.
30 nizar // Oct 22, 2007 at 6:40 am
Thanks!! it is very god
31 django // Oct 24, 2007 at 3:14 am
Hi have the following error messageand dependency problems:configure: error: Package requirements (gtk+-2.0
awn
libwnck-1.0
libglade-2.0
libgnome-menu
gnome-desktop-2.0
librsvg-2.0
libgtop-2.0
glib-2.0
dbus-1
dbus-glib-1
libsexy
gconf-2.0
gdk-2.0
gdk-pixbuf-2.0
) were not met:
No package ‘libsexy’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables DEPS_CFLAGS
and DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Where do I get the stuff. apt-get wont find it.
32 toor // Oct 24, 2007 at 3:41 am
@django: You can execute this command:
sudo apt-get install libsexy233 django // Oct 24, 2007 at 8:48 am
@toor
libsexy2 was already installed. Seems the configfile can’t find it. Or is anything else missing.
34 django // Oct 24, 2007 at 11:59 am
@toor
made it work with the deb from above. Anyway would be intrested in my mistake and the solution.
35 Angelo // Oct 25, 2007 at 5:32 am
Hi,
I have another kind of error:
angelo@angelo-hp:~/awn-bzr/awn133-deb$ sudo dpkg -i awn-core-applets_0.2-1*.deb
[sudo] password for angelo:
(Lettura del database … 105562 file e directory attualmente installati.)
Spacchetto awn-core-applets (da awn-core-applets_0.2-1~bzr125_i386.deb) …
dpkg: errore processando awn-core-applets_0.2-1~bzr125_i386.deb (–install):
tentata sovrascrittura di `/usr/share/dbus-1/services/org.freedesktop.Notifications.service’, che si trova anche nel pacchetto notification-daemon.
Sono occorsi degli errori processando:
awn-core-applets_0.2-1~bzr125_i386.deb
The error means that the installation tried to overwrite the /usr/share/dbus-1/services/org.freedesktop.Notifications.service yet present in the package notification-daemon.
Can someboby help me ?
Cheers
Angelo
36 Nizam // Oct 26, 2007 at 12:01 am
Hi toor! Great site and very simple to follow. But got this error:
nizam@RMIT-nizam-desktop:~$ sudo apt-get install build-essential automake1.9 autotools-dev bzr gnome-common libgnome2-common libgnome2-0 libgnome2-dev libgtk2.0-dev libgconf2-dev libglib2.0-dev libdbus-glib-1-dev libgnomevfs2-0 libgnome-vfs-dev libgnome-desktop-2 libgnome-desktop-dev libsexy2 libwnck-common libwnck-dev libxcomposite-dev libxdamage-dev python-gtk2 python-gconf python-dev python-gtk2-dev python-cairo-dev python-gnome2-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
build-essential is already the newest version.
autotools-dev is already the newest version.
autotools-dev set to manual installed.
libgnome2-common is already the newest version.
libgnome2-0 is already the newest version.
libglib2.0-dev is already the newest version.
libglib2.0-dev set to manual installed.
libgnomevfs2-0 is already the newest version.
libgnome-desktop-2 is already the newest version.
libsexy2 is already the newest version.
libwnck-common is already the newest version.
python-gtk2 is already the newest version.
python-gconf is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgnome-desktop-dev: Depends: libgnome-desktop-2 (= 1:2.20.0-0ubuntu1) but 1:2.20.1-0ubuntu1 is to be installed
Depends: libgnomeui-dev (>= 2.14.1-1) but it is not going to be installed
libgtk2.0-dev: Depends: libpango1.0-dev (>= 1.10.0-2) but it is not going to be installed
Depends: libcairo2-dev but it is not going to be installed
libwnck-dev: Depends: libwnck22 (= 2.20.0-0ubuntu1) but 2.20.1-0ubuntu1 is to be installed
E: Broken packages
Any ideas. TIA
37 Edouard C // Oct 26, 2007 at 7:29 pm
I managed to get it installed and it appears in the Applications Menu, however when I click, twill not run. What should I do?
38 tariq // Oct 29, 2007 at 3:22 am
Hi have the same problem as ‘django’ and I tried to install the libsexy2 as toor mentioned. but it was already installed.
How did you fix this problem django. which deb are you referring to in your message…a bit more help would be appreciated
39 Espen // Oct 30, 2007 at 5:12 am
@38, and the others with libsexy-missing problems:
sudo apt-get install libgnome-menu-dev librsvg2-dev libgtop2-dev libsexy-dev libnotify-dev
Makes it work for me.
40 shashi // Nov 4, 2007 at 12:44 pm
I have same problem as Edouard C .
installation all was ok.. and i can see the icons in the applications — > accessories
and in system — > preferences
But when i click .. nothing happens..
any help ??
41 Raven // Nov 5, 2007 at 9:24 pm
Awesome tutorial thank you very much!
btw what icon set are you using? looks nice!
42 toor // Nov 5, 2007 at 9:46 pm
@Raven: Crystal Project Icons for GNOME.
43 Tomas // Nov 7, 2007 at 12:49 pm
Where can I find the background picture from the screenshot? Thank you.
44 rokon // Nov 8, 2007 at 12:51 am
looks like i’m not the first one with this problem. the installation was smooth. i see it under application>accessories. but when i click nothing happens. i couldn’t load the AWN manager either.
please help.
45 Toor // Nov 8, 2007 at 6:56 am
@Tomas: You can get it from here.
46 Toor // Nov 8, 2007 at 7:02 am
@rokon: You need to install a compositing manager. For example, Compiz Fusion.
47 precipitous // Nov 8, 2007 at 1:09 pm
Installed on Ubuntu 7.10. Everything went fine - It is listed under applications>accessories, but it will not launch. Neither will the AWN Manager… I have Compiz Fusion, and its configuration management tools installed… What now?
48 precipitous // Nov 9, 2007 at 10:31 am
Ignore my last post. A second reboot fixed the problem… BTW, great website/tutorial!!!
49 ron // Nov 10, 2007 at 1:55 am
On Installation , I could not run the Navigator from Application I hit several times but nothing happens? same with Avant Prefrences…
Any Ideas ,Suggestions..?
50 brandon // Nov 14, 2007 at 7:28 pm
I get this error
bzr co http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk awn-extras
bzr: ERROR: [Errno 13] Permission denied: ‘awn-extras’
51 timothy // Nov 16, 2007 at 2:44 am
when running ./autogen.sh for /awn-extras/ i get error: no package ‘awn’ found. suggestions?
52 timothy // Nov 17, 2007 at 5:03 am
disregard previous post.
however, after install, awn preferences doesn’t show up under ’system’, and i can’t get them to load via awn either. suggestions?
53 Jared // Nov 17, 2007 at 6:28 pm
Well, i exited out of the terminal when i did step 2 on the secound part… And it was half way done loading, and now when i type it in the terminal, it says: bzr: ERROR: Target directory “awn-extras” already exists.
What should i do???
Do i unistall that part and install it, if yes, how???
54 Shaan // Nov 17, 2007 at 6:51 pm
i get the same error message as shane that is
bash: cd: awn-extras/awn-applets/awn-core-applets/: no such file or directory”
when i checked then awn-applets exists
but it has only awn-extras-applets and helloworld-applet folder none of which have anything such as autogen.sh
any suggestions
55 Davide // Nov 24, 2007 at 2:08 pm
The following packages have unmet dependencies:
avant-window-navigator-bzr: Depends: libart-2.0-2 (>= 2.3.18) but 2.3.17-1 is to be installed
Depends: libawn-bzr but it is not going to be installed
Depends: libc6 (>= 2.6-1) but 2.5-0ubuntu14 is to be installed
Depends: libdbus-1-3 (>= 1.1.1) but 1.0.2-1ubuntu4 is to be installed
Depends: libdbus-glib-1-2 (>= 0.74) but 0.73-1 is to be installed
Depends: libglade2-0 (>= 1:2.6.1) but 1:2.6.0-3 is to be installed
Depends: libglib2.0-0 (>= 2.14.0) but 2.12.11-0ubuntu1 is to be installed
Depends: libgnomeui-0 (>= 2.19.1) but 2.17.92-0ubuntu1 is to be installed
Depends: libgtk2.0-0 (>= 2.12.0) but 2.10.11-0ubuntu3 is to be installed
Depends: liborbit2 (>= 1:2.14.8) but 1:2.14.7-0ubuntu1 is to be installed
Depends: libpango1.0-0 (>= 1.18.2) but 1.16.2-0ubuntu1 is to be installed
Depends: libwnck22 (>= 2.19.5) but it is not installable
Depends: libxdamage1 (>= 1:1.1) but 1:1.0.3-3 is to be installed
Depends: libxml2 (>= 2.6.29) but 2.6.27.dfsg-1ubuntu3 is to be installed
Depends: libawn-bzr (= 0.2.0-bzr142-1) but it is not going to be installed
awn-core-applets-bzr: Depends: libart-2.0-2 (>= 2.3.18) but 2.3.17-1 is to be installed
Depends: libawn-bzr but it is not going to be installed
Depends: libc6 (>= 2.6-1) but 2.5-0ubuntu14 is to be installed
Depends: libdbus-1-3 (>= 1.1.1) but 1.0.2-1ubuntu4 is to be installed
Depends: libdbus-glib-1-2 (>= 0.74) but 0.73-1 is to be installed
Depends: libglade2-0 (>= 1:2.6.1) but 1:2.6.0-3 is to be installed
Depends: libglib2.0-0 (>= 2.14.0) but 2.12.11-0ubuntu1 is to be installed
Depends: libgnomeui-0 (>= 2.19.1) but 2.17.92-0ubuntu1 is to be installed
Depends: libgtk2.0-0 (>= 2.12.0) but 2.10.11-0ubuntu3 is to be installed
Depends: libgtop2-7 (>= 2.19.4) but 2.14.8-0ubuntu1 is to be installed
Depends: libnotify1 (>= 0.4.4) but 0.4.3-1 is to be installed
Depends: libnotify1-gtk2.10 but it is not installable
Depends: liborbit2 (>= 1:2.14.8) but 1:2.14.7-0ubuntu1 is to be installed
Depends: libpango1.0-0 (>= 1.18.2) but 1.16.2-0ubuntu1 is to be installed
Depends: librsvg2-2 (>= 2.18.1) but 2.16.0-0ubuntu2 is to be installed
Depends: libwnck22 (>= 2.19.5) but it is not installable
Depends: libxdamage1 (>= 1:1.1) but 1:1.0.3-3 is to be installed
Depends: libxml2 (>= 2.6.29) but 2.6.27.dfsg-1ubuntu3 is to be installed
Depends: libawn-bzr but it is not going to be installed
Depends: python-libawn-bzr but it is not going to be installed
…
any suggestion?
56 Sergio@Lima // Nov 25, 2007 at 6:39 am
Great job. I have got it after running the –user modification.
Which files must I keep with (which can i safely delete)?
57 eduardo // Dec 8, 2007 at 8:04 pm
Finally installed ok, but there are no applets or themes. Anyone know where there were installed?
Thanks
58 eduardo // Dec 9, 2007 at 2:26 am
Never mind last comment. I got it now. Thanks.
59 mousapasand // Dec 11, 2007 at 9:45 am
Hi
I have an error in this part :
d avant-window-navigator/
./autogen.sh
make
sudo make install
that says:
bash: cd: awn-extras/awn-applets/awn-core-applets/: No such file or directory
60 ryanaivey21 // Dec 12, 2007 at 11:50 am
checking for DEPS… configure: error: Package requirements (gtk+-2.0
awn
libwnck-1.0
libglade-2.0
libgnome-menu
gnome-desktop-2.0
librsvg-2.0
libgtop-2.0
glib-2.0
dbus-1
dbus-glib-1
libsexy
gconf-2.0
gdk-2.0
gdk-pixbuf-2.0
libnotify
vte) were not met:
No package ‘libsexy’ found
No package ‘libnotify’ found
No package ‘vte’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables DEPS_CFLAGS
and DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
—————
i get the above error when trying to install the applets, and suggestions? i followed the how-to step by step, not sure what might be causing me the troubles, any help is appreciated, thanks:)
61 Harr-able // Dec 15, 2007 at 6:04 am
I LOVE YOU! Thanks for the BEST howto on installing Avant Window Navigator!
62 thatguy // Dec 16, 2007 at 8:35 pm
I’ve installed avant-window-navigator and everything seemed to go without a hitch, but when i tried to excecute the program from
Applications>Accessories>Avant-Window-Navigator nothing happened. the program wouldn’t even start. I tried to uninstall it by using the Add/Remove, but it doesnt even recognize it as a program, or at least it isn’t registering as one to be removed from my computer. The icon is there though. any help?
63 rotundrory // Dec 31, 2007 at 1:02 am
I am seeing the same problem thatguy is having. Bump.
64 rotundrory // Dec 31, 2007 at 11:17 am
I have the same issue as thatguy.
65 hakeem // Feb 2, 2008 at 8:07 pm
greatest guide ever. may i ask for detailed gnome-dock or cairo dock. what-so-ever lol.
thanks in advance.
66 MrDanSiegel // Feb 16, 2008 at 11:28 am
I get this error when I do step three!!! HELP!!!
daniel@daniel-laptop:~/avant-window-navigator/avant-window-navigator$ cd avant-window-navigator/
bash: cd: avant-window-navigator/: No such file or directory
daniel@daniel-laptop:~/avant-window-navigator/avant-window-navigator$ ./autogen.sh
bash: ./autogen.sh: No such file or directory
daniel@daniel-laptop:~/avant-window-navigator/avant-window-navigator$ make
make: *** No targets specified and no makefile found. Stop.
daniel@daniel-laptop:~/avant-window-navigator/avant-window-navigator$ sudo make install
make: *** No rule to make target `install’. Stop.
daniel@daniel-laptop:~/avant-window-navigator/avant-window-navigator$
67 iceman // Feb 23, 2008 at 12:40 am
checking for autoconf >= 2.53…
testing autoconf2.50… not found.
testing autoconf… found 2.61
checking for automake >= 1.9…
testing automake-1.10… found 1.10
checking for libtool >= 1.5…
testing libtoolize… found 1.5.24
checking for glib-gettext >= 2.2.0…
testing glib-gettextize… found 2.14.1
checking for intltool >= 0.30…
testing intltoolize… found 0.36.2
checking for pkg-config >= 0.14.0…
testing pkg-config… found 0.22
checking for gtk-doc >= 1.0…
testing gtkdocize… not found.
***Error***: You must have gtk-doc >= 1.0 installed
to build avant-window-navigator. Download the appropriate package for
from your distribution or get the source tarball at
http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
Checking for required M4 macros…
gtk-doc.m4 not found
***Error***: some autoconf macros required to build avant-window-navigator
were not found in your aclocal path, or some forbidden
macros were found. Perhaps you need to adjust your
ACLOCAL_FLAGS?
68 Luca Cappelletti // Mar 6, 2008 at 6:49 am
@67 iceman:
type
$sudo apt-get install gtk-doc-tools
this solve your issue
69 surry // Mar 17, 2008 at 9:53 pm
hey guys getting this error. can anyone help?
surry@surry-ubuntu:~$ sudo apt-get install avant-window-navigator-bzr awn-core-applets-bzr
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn’t find package avant-window-navigator-bzr
thanks
surry
70 Shadoweater // Mar 18, 2008 at 3:52 am
Surry,
You do not have a repository in you /etc/apt/sources.list for
avant-window-navigator-bzr
Please see:
http://ubuntuforums.org/showthread.php?t=385981
for repositories etc
-Andy
71 lYnX // Mar 18, 2008 at 10:28 pm
lynx@lynx-laptop:~/avant-window-navigator$ ./autogen.sh
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53…
testing autoconf2.50… not found.
testing autoconf… found 2.61
checking for automake >= 1.9…
testing automake-1.10… found 1.10
checking for libtool >= 1.5…
testing libtoolize… found 1.5.24
checking for glib-gettext >= 2.2.0…
testing glib-gettextize… found 2.14.1
checking for intltool >= 0.30…
testing intltoolize… found 0.36.2
checking for pkg-config >= 0.14.0…
testing pkg-config… found 0.22
checking for gtk-doc >= 1.0…
testing gtkdocize… not found.
***Error***: You must have gtk-doc >= 1.0 installed
to build avant-window-navigator. Download the appropriate package for
from your distribution or get the source tarball at
http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
Checking for required M4 macros…
gtk-doc.m4 not found
***Error***: some autoconf macros required to build avant-window-navigator
were not found in your aclocal path, or some forbidden
macros were found. Perhaps you need to adjust your
ACLOCAL_FLAGS?
i get this error what should i do
72 TanebadoX // Apr 14, 2008 at 8:32 pm
Im getting the following error
tanebadi@tanebadi-desktop:~$ bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
bzr: ERROR: Unknown branch format: ‘Bazaar pack repository format 1 (needs bzr 0.92)\n’
How can i proceed?
73 Smollo // Apr 16, 2008 at 7:54 am
Have the same error like TanebadoX..
filip@filip-desktop:~$ bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
bzr: ERROR: Unknown branch format: ‘Bazaar pack repository format 1 (needs bzr 0.92)\n’
can someone help ?
Leave a Comment