OK
Pages: 1 2 3 4
Rating:
4.55
Thread Listing » General AWN Discussion
[Announcement] Testing branch (for users and dev)
#18918 by gilir (0.9999) posted on 2:49pm Tuesday, January 08th, 2008
For Ubuntu users, a repository with up-to-date packages is available. You can add this repository by adding this line to your sources.list (with your version of Ubuntu) :
[Q]



deb http://ppa.launchpad.net/awn-testing/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main
[Q]



and install packages avant-window-navigator-trunk
[Q]



Please note that all packages from this repository have the suffix "-trunk".
[Q]






*Edited at 11:11am, 10/23/09
Score: 0 points
Any particular reason?
#18919 by moonbeam (1.0000) posted on 4:48pm Tuesday, January 08th, 2008
( no avatar )
A couple quick comments.
[Q]



1) I think this is a good thing.
[Q]



2) I'm hoping that a lot of the divergent stuff in my branch will be merged into this awn-extras-testing relatively quickly. And my branch can be my place for storing broken things:-)
[Q]



3) I'd really like to see the Desktop Agnostic stuff merged. As an applet dev I'd like to give people the option of not being tied to a bunch of Gnome libs (even though it is what I use). It is possible now but it takes more work than it should because of the differences between DA and trunk.
[Q]


Score: 0 points
Any particular reason?
#18920 by malept (1.0000) posted on 8:32pm Tuesday, January 08th, 2008
( no avatar )
As the author of desktop-agnostic, I also give this effort an emphatic +1 :) I'm more than happy to fix any bugs in my branch, and the new testing branch will help uncover many more of them :)
[Q]

--
/
Score: 0 points
Any particular reason?
#18929 by asomething (0.9744) posted on 10:02pm Thursday, January 10th, 2008
Just switched to both awn-core-testing and awn-extras-testing. We'll see how the bumpy ride goes....
[Q]

Score: 0 points
Any particular reason?
#18987 by asomething (0.9744) posted on 11:59am Sunday, January 13th, 2008
Newest commit, merge with desktop-agnostic, adds a dependency on gtk-doc (gtk-doc-tools package in Ubuntu). Testing now...
[Q]



revno: 166
committer: Julien Lavergne
branch nick: awn-core-testing
timestamp: Sun 2008-01-13 20:20:41 +0100
message:
* Merge with the desktop-agnostic branch (Let's malept update the whiteboard ;))
* Debian dir update
- configure flag : --with-desktop=gnome --with-gconf
- add vala 0.1.6~svn as build-depends (need futur upload in PPA)
[Q]

Score: 0 points
Any particular reason?
#18988 by asomething (0.9744) posted on 12:01pm Sunday, January 13th, 2008
Hmmm... Seems to have an issue.
[Q]



andrew@andrew-laptop:~$ avant-window-navigator
avant-window-navigator: error while loading shared libraries: libawn.so.0: cannot open shared object file: No such file or directory
[Q]



*Edited at 12:02pm, 01/13/08
Score: 0 points
Any particular reason?
#18989 by malept (1.0000) posted on 12:08pm Sunday, January 13th, 2008
( no avatar )
sudo ldconfig?
[Q]

--
/
Score: 0 points
Any particular reason?
#18990 by asomething (0.9744) posted on 12:09pm Sunday, January 13th, 2008
malept said:
sudo ldconfig?
[Q]



Heh... Yep, that does it.
[Q]

Score: 0 points
Any particular reason?
#18992 by pavpanchekha (1.0000) posted on 1:34pm Sunday, January 13th, 2008
Do I have no idea what I'm talking about, or does:
[Q]



 

>>> import awn
>>> hasattr(awn, "Config")
False
[Q]
 



... the config module not exist?
[Q]



I'm compiling to debs, rev 166.
[Q]

Score: 0 points
Any particular reason?
#19037 by pavpanchekha (1.0000) posted on 3:32pm Tuesday, January 15th, 2008



I tried to switch to debs from the site. Now strange things are happenning, Segfault as per bug report.
[Q]



Everything was working find when I was compiling my own debs. Strange, the only update other than the awn one was valac (to the 1.6 in ppa)
[Q]

Score: 0 points
Any particular reason?
#19039 by malept (1.0000) posted on 3:57pm Tuesday, January 15th, 2008
( no avatar )
import awn; hasattr(awn, 'Config') WFM in desktop-agnostic.
[Q]



I have yet to download/compile/install -testing.
[Q]

--
/
Score: 0 points
Any particular reason?
#19040 by gilir (0.9999) posted on 4:02pm Tuesday, January 15th, 2008
I'm rebuilding the debs. Be sure to have the last version of valac (0.1.6~svn20070114.5-1), other may be incompatible with actual awn-testing.
[Q]

Score: 0 points
Any particular reason?
#19044 by pavpanchekha (1.0000) posted on 4:29pm Tuesday, January 15th, 2008
gilir said:
I'm rebuilding the debs. Be sure to have the last version of valac (0.1.6~svn20070114.5-1), other may be incompatible with actual awn-testing.
[Q]



Hmmm, rebuilding debs from source to see if its a source or a package error. Will update with results
[Q]



Update:
[Q]



 

avant-window-navigator: symbol lookup error: avant-window-navigator: undefined symbol: awn_vfs_init
[Q]
 



*Edited at 4:30pm, 01/15/08
Score: 0 points
Any particular reason?
#19045 by moonbeam (1.0000) posted on 4:54pm Tuesday, January 15th, 2008
( no avatar )
pavpanchekha said:
Hmmm, rebuilding debs from source to see if its a source or a package error. Will update with results
[Q]



sudo ldconfig
[Q]



?
[Q]
Score: 0 points
Any particular reason?
#19046 by pavpanchekha (1.0000) posted on 4:59pm Tuesday, January 15th, 2008
Tried that, first thing actually. Doesn't help.
[Q]



New debs still segfault.
[Q]



#0 0xb7478292 in g_slist_foreach () from /usr/lib/libglib-2.0.so.0
#1 0x0805cbae in awn_task_manager_new (settings=0x8091638)
at awn-task-manager.c:158
#2 0x08050c00 in _load_taskmanager (manager=0x80b8410)
at awn-applet-manager.c:109
#3 0x08050e6e in awn_applet_manager_load_applets (manager=0x80b8410)
at awn-applet-manager.c:228
#4 0x0804efec in composited_changed (screen=0x8088120, s=0x8091638)
at main.c:557
#5 0x0804f6b9 in main (argc=135215512, argv=0x80f39e8) at main.c:260
#6 0xb71c3050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#7 0x0804e951 in _start ()
[Q]

Score: 0 points
Any particular reason?
#19051 by moonbeam (1.0000) posted on 6:15pm Tuesday, January 15th, 2008
( no avatar )
pavpanchekha said:
Tried that, first thing actually. Doesn't help.
[Q]



I assume this is with the default configuration options?
[Q]


Score: 0 points
Any particular reason?
#19053 by pavpanchekha (1.0000) posted on 6:18pm Tuesday, January 15th, 2008
I've used it for a while, so no. But only taskman applet and no effects at all.
[Q]



3D bar and such, though. Might have a few launchers.
[Q]

Score: 0 points
Any particular reason?
#19054 by moonbeam (1.0000) posted on 6:45pm Tuesday, January 15th, 2008
( no avatar )
Unable to duplicate with
[Q]



revision-id: seagle@justice-20080115221226-xm33u7xfn00y0aod
date: 2008-01-15 23:12:26 +0100
build-date: 2008-01-15 21:27:42 -0500
revno: 170
branch-nick: awn-core-testing
[Q]



It might be an idea to check that no awn libs were left in your /usr/ after you uninstalled the binary packages. Just guessing at this point.
[Q]




Score: 0 points
Any particular reason?
#19096 by moonbeam (1.0000) posted on 5:26pm Thursday, January 17th, 2008
( no avatar )
Request.
[Q]



If anyone does build and is having awn crashes immediately please run
[Q]



ldd /path-to-awn/avant-window-navigator | grep glib
[Q]



and post the results here.
[Q]



I was having some build issues today and it turned out that both glib 1.2 and 2.x were being linked. I"d like to know if this is just something that is happening on my mutant system or if it is affecting a wider userbase.
[Q]
Score: 0 points
Any particular reason?
#19097 by asomething (0.9744) posted on 6:15pm Thursday, January 17th, 2008
I don't think that's the issue. Both glib 1.2 and 2.x are being linked on my end as well, and I'm running an up-to-date testing built from source as well.
[Q]



 
ldd /usr/local/bin/avant-window-navigator | grep glib
libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb7c14000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7456000)
libavahi-glib.so.1 => /usr/lib/libavahi-glib.so.1 (0xb709d000)
[Q]
 



I'm running Ubuntu 7.10 w/ valac from the testing ppa...
[Q]



glib-2.0 is at version 2.14.1
[Q]



*Edited at 6:17pm, 01/17/08
Score: 0 points
Any particular reason?
#19098 by moonbeam (1.0000) posted on 6:18pm Thursday, January 17th, 2008
( no avatar )
asomething said:
I don't think that's the issue. Both glib 1.2 and 2.x are being linked on my end as well, and I'm running an up-to-date testing built from source as well.
[Q]



actually if you look a bit more carefully I think you will see you are mistaking libdbus-glib for libglib.
[Q]




--
http://moon-shiny.blogspot.com/

*Edited at 6:19pm, 01/17/08
Score: 0 points
Any particular reason?
#19242 by asomething (0.9744) posted on 9:43am Thursday, January 24th, 2008
awn-extras-testing rev367 fails to build
[Q]



 
Making all in libawn-extras
make[3]: Entering directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras'
Making all in .
make[4]: Entering directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras'
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT colour.lo -MD -MP -MF ".deps/colour.Tpo" -c -o colour.lo colour.c; \
then mv -f ".deps/colour.Tpo" ".deps/colour.Plo"; else rm -f ".deps/colour.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT colour.lo -MD -MP -MF .deps/colour.Tpo -c colour.c -fPIC -DPIC -o .libs/colour.o
colour.c: In function 'awncolor_to_string':
colour.c:30: warning: incompatible implicit declaration of built-in function 'round'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT colour.lo -MD -MP -MF .deps/colour.Tpo -c colour.c -o colour.o >/dev/null 2>&1
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT pixbufs.lo -MD -MP -MF ".deps/pixbufs.Tpo" -c -o pixbufs.lo pixbufs.c; \
then mv -f ".deps/pixbufs.Tpo" ".deps/pixbufs.Plo"; else rm -f ".deps/pixbufs.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT pixbufs.lo -MD -MP -MF .deps/pixbufs.Tpo -c pixbufs.c -fPIC -DPIC -o .libs/pixbufs.o
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT pixbufs.lo -MD -MP -MF .deps/pixbufs.Tpo -c pixbufs.c -o pixbufs.o >/dev/null 2>&1
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT url.lo -MD -MP -MF ".deps/url.Tpo" -c -o url.lo url.c; \
then mv -f ".deps/url.Tpo" ".deps/url.Plo"; else rm -f ".deps/url.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -fPIC -DPIC -o .libs/url.o
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -o url.o >/dev/null 2>&1
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT notify.lo -MD -MP -MF ".deps/notify.Tpo" -c -o notify.lo notify.c; \
then mv -f ".deps/notify.Tpo" ".deps/notify.Plo"; else rm -f ".deps/notify.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT notify.lo -MD -MP -MF .deps/notify.Tpo -c notify.c -fPIC -DPIC -o .libs/notify.o
notify.c: In function 'notify_message_async':
notify.c:73: warning: passing argument 2 of 'g_timeout_add' from incompatible pointer type
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT notify.lo -MD -MP -MF .deps/notify.Tpo -c notify.c -o notify.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o libawn-extras.la -rpath /usr/local/lib -version-info 0:1:0 colour.lo pixbufs.lo url.lo notify.lo -pthread -L/usr/local/lib -lawn -lgnome-desktop-2 -lgnomeui-2 -lSM -lICE -lstartup-notification-1 -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgmodule-2.0 -ldl -ldbus-1 -lgobject-2.0 -lglib-2.0 -lm
gcc -shared .libs/colour.o .libs/pixbufs.o .libs/url.o .libs/notify.o -L/usr/local/lib /usr/local/lib/libawn.so -lgnome-desktop-2 /usr/lib/libgnomeui-2.so -lSM -lICE -lstartup-notification-1 /usr/lib/libbonoboui-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libnotify.so /usr/lib/libgtk-x11-2.0.so -ldbus-glib-1 /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 -lXfixes /usr/lib/libgmodule-2.0.so -ldl -ldbus-1 /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -lm -pthread -Wl,-soname -Wl,libawn-extras.so.0 -o .libs/libawn-extras.so.0.0.1
(cd .libs && rm -f libawn-extras.so.0 && ln -s libawn-extras.so.0.0.1 libawn-extras.so.0)
(cd .libs && rm -f libawn-extras.so && ln -s libawn-extras.so.0.0.1 libawn-extras.so)
ar cru .libs/libawn-extras.a colour.o pixbufs.o url.o notify.o
ranlib .libs/libawn-extras.a
creating libawn-extras.la
(cd .libs && rm -f libawn-extras.la && ln -s ../libawn-extras.la libawn-extras.la)
make[4]: Leaving directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras'
Making all in bindings
make[4]: Entering directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras/bindings'
Making all in python
make[5]: Entering directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras/bindings/python'
if /bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I../../../../src/libawn-extras -DHAVE_PYCAIRO -g -O2 -MT awn_extrasmodule.lo -MD -MP -MF ".deps/awn_extrasmodule.Tpo" -c -o awn_extrasmodule.lo awn_extrasmodule.c; \
then mv -f ".deps/awn_extrasmodule.Tpo" ".deps/awn_extrasmodule.Plo"; else rm -f ".deps/awn_extrasmodule.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I../../../../src/libawn-extras -DHAVE_PYCAIRO -g -O2 -MT awn_extrasmodule.lo -MD -MP -MF .deps/awn_extrasmodule.Tpo -c awn_extrasmodule.c -fPIC -DPIC -o .libs/awn_extrasmodule.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I../../../../src/libawn-extras -DHAVE_PYCAIRO -g -O2 -MT awn_extrasmodule.lo -MD -MP -MF .deps/awn_extrasmodule.Tpo -c awn_extrasmodule.c -o awn_extrasmodule.o >/dev/null 2>&1
***INFO*** Generating awn_extras.c from awn_extras.defs
***INFO*** The coverage of global functions is 100.00% (4/4)
***INFO*** There are no declared methods.
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
if /bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I../../../../src/libawn-extras -DHAVE_PYCAIRO -g -O2 -MT awn_extras.lo -MD -MP -MF ".deps/awn_extras.Tpo" -c -o awn_extras.lo awn_extras.c; \
then mv -f ".deps/awn_extras.Tpo" ".deps/awn_extras.Plo"; else rm -f ".deps/awn_extras.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I../../../../src/libawn-extras -DHAVE_PYCAIRO -g -O2 -MT awn_extras.lo -MD -MP -MF .deps/awn_extras.Tpo -c awn_extras.c -fPIC -DPIC -o .libs/awn_extras.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DLIBAWN_USE_GNOME -DORBIT2=1 -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gnome-desktop-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I../../../../src/libawn-extras -DHAVE_PYCAIRO -g -O2 -MT awn_extras.lo -MD -MP -MF .deps/awn_extras.Tpo -c awn_extras.c -o awn_extras.o >/dev/null 2>&1
/bin/bash ../../../../libtool --tag=CC --mode=link gcc -g -O2 -o _extras.la -rpath /usr/local/lib/python2.5/site-packages/awn/extras -module -avoid-version -export-symbols-regex init_extras awn_extrasmodule.lo awn_extras.lo -L/usr/lib/python2.5 -lpython2.5 -lpthread -ldl -lutil -Xlinker -export-dynamic -lgobject-2.0 -lglib-2.0 -lcairo -pthread -L/usr/local/lib -lawn -lgnome-desktop-2 -lgnomeui-2 -lSM -lICE -lstartup-notification-1 -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 ../../../../src/libawn-extras/libawn-extras.la -lm
generating symbol list for `_extras.la'
/usr/bin/nm -B .libs/awn_extrasmodule.o .libs/awn_extras.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/_extras.exp
/bin/grep -E -e "init_extras" ".libs/_extras.exp" > ".libs/_extras.expT"
mv -f ".libs/_extras.expT" ".libs/_extras.exp"
echo "{ global:" > .libs/_extras.ver
cat .libs/_extras.exp | sed -e "s/\(.*\)/\1;/" >> .libs/_extras.ver
echo "local: *; };" >> .libs/_extras.ver
gcc -shared .libs/awn_extrasmodule.o .libs/awn_extras.o -Wl,--rpath -Wl,/home/andrew/source-installs/development/awn-extras-testing-clean -Wl,--rpath -Wl,(copy)/src/libawn-extras/.libs -L/usr/lib/python2.5 -lpython2.5 -lpthread -lutil -L/usr/local/lib /usr/local/lib/libawn.so -lgnome-desktop-2 /usr/lib/libgnomeui-2.so -lSM -lICE -lstartup-notification-1 /usr/lib/libbonoboui-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 -lXfixes /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libgconf-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so ../../../../src/libawn-extras/.libs/libawn-extras.so -lm -Wl,-export-dynamic -pthread -Wl,-soname -Wl,_extras.so -Wl,-version-script -Wl,.libs/_extras.ver -o .libs/_extras.so
../../../../libtool: eval: line 4556: syntax error near unexpected token `('
../../../../libtool: eval: line 4556: ` gcc -shared .libs/awn_extrasmodule.o .libs/awn_extras.o -Wl,--rpath -Wl,/home/andrew/source-installs/development/awn-extras-testing-clean -Wl,--rpath -Wl,(copy)/src/libawn-extras/.libs -L/usr/lib/python2.5 -lpython2.5 -lpthread -lutil -L/usr/local/lib /usr/local/lib/libawn.so -lgnome-desktop-2 /usr/lib/libgnomeui-2.so -lSM -lICE -lstartup-notification-1 /usr/lib/libbonoboui-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 -lXfixes /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libgconf-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so ../../../../src/libawn-extras/.libs/libawn-extras.so -lm -Wl,-export-dynamic -pthread -Wl,-soname -Wl,_extras.so -Wl,-version-script -Wl,.libs/_extras.ver -o .libs/_extras.so'
make[5]: *** [_extras.la] Error 1
make[5]: Leaving directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras/bindings/python'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras/bindings'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)'
make: *** [all] Error 2
[Q]
 

Score: 0 points
Any particular reason?
#19243 by malept (1.0000) posted on 10:07am Thursday, January 24th, 2008
( no avatar )
Hm...I haven't touched that code in a while. can you do a make -C src/libawn-extras clean all` on it?
[Q]

--
/
Score: 0 points
Any particular reason?
#19244 by asomething (0.9744) posted on 11:52am Thursday, January 24th, 2008
malept said:
Hm...I haven't touched that code in a while. can you do a make -C src/libawn-extras clean all` on it?
[Q]



Hmm... I compiled earlier today. I'll pull down a new branch and see if that works.
[Q]



"make -C src/libawn-extras clean all" errors out:
[Q]



make[2]: *** [_extras.la] Error 1
make[2]: Leaving directory `/home/andrew/source-installs/development/awn-extras-testing-clean (copy)/src/libawn-extras/bindings/python'
[Q]



UPDATE:
[Q]



So I pulled a clean copy of rev369 and this is still occuring...
[Q]





*Edited at 12:04pm, 01/24/08
Score: 0 points
Any particular reason?
#19249 by asomething (0.9744) posted on 6:01pm Thursday, January 24th, 2008
Build system's still shot for me on rev374. New error though. This time it hitting a wall on taskmand:
[Q]



 
taskmand.c:31:38: error: libawn-extras/awn-extras.h: No such file or directory
taskmand.c: In function ‘remove_from_response_tree’:
taskmand.c:80: warning: passing argument 2 of ‘g_tree_lookup’ makes pointer from integer without a cast
taskmand.c:88: warning: passing argument 2 of ‘g_tree_remove’ makes pointer from integer without a cast
taskmand.c: In function ‘add_to_response_list’:
taskmand.c:97: warning: passing argument 3 of ‘g_list_find_custom’ from incompatible pointer type
taskmand.c:100: warning: passing argument 2 of ‘g_tree_replace’ makes pointer from integer without a cast
taskmand.c: In function ‘check_response_list’:
taskmand.c:109: warning: passing argument 2 of ‘g_tree_lookup’ makes pointer from integer without a cast
taskmand.c: In function ‘taskmand_launcher_register’:
taskmand.c:148: warning: passing argument 3 of ‘g_list_find_custom’ from incompatible pointer type
taskmand.c: In function ‘taskmand_inform_task_ownership’:
taskmand.c:157: warning: passing argument 3 of ‘g_list_find_custom’ from incompatible pointer type
taskmand.c:162: warning: passing argument 2 of ‘g_list_find’ makes pointer from integer without a cast
taskmand.c:164: warning: passing argument 2 of ‘g_list_remove’ makes pointer from integer without a cast
taskmand.c:168: warning: passing argument 2 of ‘g_tree_remove’ makes pointer from integer without a cast
taskmand.c:177: warning: passing argument 2 of ‘g_list_find’ makes pointer from integer without a cast
taskmand.c:179: warning: passing argument 2 of ‘g_tree_lookup’ makes pointer from integer without a cast
taskmand.c:179: warning: comparison between pointer and integer
taskmand.c:182: warning: passing argument 2 of ‘g_list_remove’ makes pointer from integer without a cast
taskmand.c:184: warning: passing argument 2 of ‘g_tree_remove’ makes pointer from integer without a cast
taskmand.c: In function ‘taskmand_launcher_unregister’:
taskmand.c:209: warning: passing argument 3 of ‘g_list_find_custom’ from incompatible pointer type
taskmand.c: In function ‘launch_anonymous_launcher’:
taskmand.c:285: warning: passing argument 1 of ‘g_list_length’ from incompatible pointer type
taskmand.c: In function ‘_launcher_response_timeout’:
taskmand.c:322: warning: passing argument 2 of ‘g_tree_lookup’ makes pointer from integer without a cast
taskmand.c:322: warning: comparison between pointer and integer
taskmand.c:324: warning: passing argument 2 of ‘g_tree_replace’ makes pointer from integer without a cast
taskmand.c:324: warning: passing argument 3 of ‘g_tree_replace’ makes pointer from integer without a cast
taskmand.c:327: warning: passing argument 2 of ‘g_tree_remove’ makes pointer from integer without a cast
taskmand.c:328: warning: passing argument 2 of ‘g_list_find’ makes pointer from integer without a cast
taskmand.c: In function ‘_window_opened’:
taskmand.c:354: warning: passing argument 2 of ‘g_list_append’ makes pointer from integer without a cast
taskmand.c:355: warning: passing argument 3 of ‘g_timeout_add’ makes pointer from integer without a cast
taskmand.c:356: warning: passing argument 2 of ‘g_tree_replace’ makes pointer from integer without a cast
taskmand.c:356: warning: passing argument 3 of ‘g_tree_replace’ makes pointer from integer without a cast
taskmand.c: In function ‘_window_closed’:
taskmand.c:364: warning: passing argument 2 of ‘g_list_remove’ makes pointer from integer without a cast
make[5]: *** [taskmand.o] Error 1
make[5]: Leaving directory `/home/andrew/source-installs/development/extras-testing-install/src/taskmand'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/andrew/source-installs/development/extras-testing-install/src/taskmand'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/andrew/source-installs/development/extras-testing-install/src/taskmand'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/andrew/source-installs/development/extras-testing-install/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andrew/source-installs/development/extras-testing-install'
make: *** [all] Error 2
[Q]
 

Score: 0 points
Any particular reason?
#19250 by moonbeam (1.0000) posted on 6:26pm Thursday, January 24th, 2008
( no avatar )
asomething said:
Build system's still shot for me on rev374. New error though. This time it hitting a wall on taskmand:
[Q]



I think I see where things are going wrong. Just not sure at the moment what the best fix is.
[Q]


Score: 0 points
Any particular reason?
#19251 by malept (1.0000) posted on 6:29pm Thursday, January 24th, 2008
( no avatar )
Yay for typos :) Pushing fix momentarily.
[Q]

--
/
Score: 0 points
Any particular reason?
#19253 by malept (1.0000) posted on 7:08pm Thursday, January 24th, 2008
( no avatar )
Man, that was a really long moment :) Fixed in r375.
[Q]



Anyhow...I have a logistics question regarding awn-extras-testing: Do we want to keep compatibility with awn-core trunk? I ask this because I'm thinking about converting the remaining C applets to the AwnConfigClient API. If we want to keep compatibility, I'm going to have to do the same thing that I did in places and shinyswitcher, which is to #ifdef all of that configuration code. That process tends to make the code a bit more unreadable, but it would still be compatible with trunk. (Much like how apps using gtkmozembed have to maintain #ifdefs for each successive version of Gecko, because their APIs rarely freeze, if ever). Also, as you add config options, you'll have to add double the code.
[Q]



As you can see, I'm leaning towards the non-#ifdef train of thought. But I'm not fond of making cowboy-like decisions, so I'd like to get some other opinions before I start working on this.
[Q]

--
/

*Edited at 7:08pm, 01/24/08
Score: 0 points
Any particular reason?
#19255 by davim (0.9996) posted on 12:46am Friday, January 25th, 2008
malept said:
As you can see, I'm leaning towards the non-#ifdef train of thought. But I'm not fond of making cowboy-like decisions, so I'd like to get some other opinions before I start working on this.
[Q]



I agree in leaving the #ifdef methodology!! this is a branch for testing and eventually it will get in trunk...
[Q]

Score: 0 points
Any particular reason?
#19263 by pavpanchekha (1.0000) posted on 6:35am Friday, January 25th, 2008
Yeah, I think that it is generally accepted that awn-extras and awn-core are a single entity, so if you switch one to testing, you have to switch the other.
[Q]

Score: 0 points
Any particular reason?
#19303 by baldmonkey (0.4036) posted on 11:24pm Saturday, January 26th, 2008
Is anyone here running this on ubuntu hardy?
[Q]



I'm building from the latest bzr and I am unable to apply themes, I can install them ok but clicking on the apply button does nothing.
[Q]



Also there seems to be a gap at the top of the luncher tab
[Q]






I can select the blank entries but not delete them.
[Q]



*Edited at 11:25pm, 01/26/08
Score: 0 points
Any particular reason?
#19305 by gilir (0.9999) posted on 1:42am Sunday, January 27th, 2008
+1 about the non-compatibility
I don't think very usefull to keep compatibility between core-trunk and extras-testing, usually people who test extras-testing switch to core-testing :)
[Q]

Score: 0 points
Any particular reason?
#19308 by pavpanchekha (1.0000) posted on 7:57am Sunday, January 27th, 2008
baldmonkey said:
I'm building from the latest bzr and I am unable to apply themes, I can install them ok but clicking on the apply button does nothing.
[Q]



Doesn't work on non-hardy either. AWN-Manager is very broken.
[Q]



baldmonkey said:
Also there seems to be a gap at the top of the luncher tab
[Q]



Can you delete other launchers?
You may have to remove them manually from gconf.
[Q]

Score: 0 points
Any particular reason?
#19309 by baldmonkey (0.4036) posted on 8:01am Sunday, January 27th, 2008
pavpanchekha said:
Doesn't work on non-hardy either. AWN-Manager is very broken.
[Q]



So there is no way of changing the theme then?
[Q]



pavpanchekha said:
Can you delete other launchers?
You may have to remove them manually from gconf.
[Q]



Nope, can't add or remove with the manager, the only way I can add launchers to awn is to drag them on.
[Q]



*Edited at 8:02am, 01/27/08
Score: 0 points
Any particular reason?
#19310 by pavpanchekha (1.0000) posted on 8:07am Sunday, January 27th, 2008
baldmonkey said:
So there is no way of changing the theme then?
[Q]



baldmonkey said:
Nope, can't add or remove with the manager, the only way I can add launchers to awn is to drag them on.
[Q]



Its no special problem with you, its just broken completely. I can't do it either.
[Q]



Sorry. Ryancr (I think) is planning to redo the awn-manager and fix it. No one else wants to approach the problem because the thing is a hell of a beast. Would probably brake things even more.
[Q]

Score: 0 points
Any particular reason?
#19316 by malept (1.0000) posted on 12:01pm Sunday, January 27th, 2008
( no avatar )
pavpanchekha said:
Sorry. Ryancr (I think) is planning to redo the awn-manager and fix it. No one else wants to approach the problem because the thing is a hell of a beast. Would probably brake things even more.
[Q]



ryancr is in the middle of doing this work, yes. Unfortunately (for us, not him :) ), he is also in the middle of welcoming a new bundle of joy into the world. You can imagine where the priority lies :)
[Q]

--
/
Score: 0 points
Any particular reason?
#19450 by malept (1.0000) posted on 11:02am Friday, February 01st, 2008
( no avatar )
FYI, I'm going to be upgrading the bzr branches owned by the awn-testing on Feb. 5th to the latest stable bzr branch format. This means that bzr 0.92 and above will be required to pull from/push to those branches. Those of you who have pulled my desktop-agnostic branch will know that I've already done this a month or so ago for that branch :). The main benefit is that network transfer (pulling/pushing) will be faster. If you need to get a newer version of bzr, please use the bzr website to find the proper updated version for your distro.
[Q]

--
/
Score: 0 points
Any particular reason?
#19451 by ketilwaa (0.8631) posted on 11:09am Friday, February 01st, 2008
( no avatar )
Is filebrowser launcher new in the updated extras-testing deb-package? I can't get it to start. Again, the white line, which I've learnt to detest... :)
[Q]



- Ketil
[Q]



*Edited at 11:10am, 02/01/08
Score: 0 points
Any particular reason?
#19452 by asomething (0.9744) posted on 11:10am Friday, February 01st, 2008
malept said:
FYI, I'm going to be upgrading the bzr branches owned by the awn-testing on Feb. 5th to the latest stable bzr branch format. This means that bzr 0.92 and above will be required to pull from/push to those branches. Those of you who have pulled my desktop-agnostic branch will know that I've already done this a month or so ago for that branch :). The main benefit is that network transfer (pulling/pushing) will be faster. If you need to get a newer version of bzr, please use the bzr website to find the proper updated version for your distro.
[Q]



Tip for Gutsy users:
[Q]



bzr-0.90-1 is the current version in Gutsy, but if you enable the gutsy-backports repository you can upgrade to bzr-1.0-1~gutsy1
[Q]

Score: 0 points
Any particular reason?
#19453 by malept (1.0000) posted on 11:12am Friday, February 01st, 2008
( no avatar )
asomething said:
Tip for Gutsy users:
[Q]



Thanks for the info, asomething.
[Q]

--
/
Score: 0 points
Any particular reason?
#19454 by moonbeam (1.0000) posted on 11:19am Friday, February 01st, 2008
( no avatar )
ketilwaa said:
Is filebrowser launcher new in the updated extras-testing deb-package? I can't get it to start. Again, the white line, which I've learnt to detest... :)
[Q]




There have been no changes to the filebrowser src.
[Q]



I believe the fix I posted in the standalone-launcher thread will fix it.
[Q]



[EDIT]
[Q]



nvm... I see there are still build system issues with filebrowser and switcher.
[Q]



--
http://moon-shiny.blogspot.com/

*Edited at 11:23am, 02/01/08
Score: 0 points
Any particular reason?
#19498 by baldmonkey (0.4036) posted on 8:25pm Saturday, February 02nd, 2008
I have just updated to the latest bzr release for both core and extras and now awn-manager wont open. I get the following error if I try and run awn-manager from the terminal.
[Q]



 
alex:~$ awn-manager
Traceback (most recent call last):
File "/usr/local/bin/awn-manager", line 41, in
from awnTheme import AwnThemeManager
ImportError: No module named awnTheme
[Q]
 



Anyone else got the same problem?
[Q]

Score: 0 points
Any particular reason?
#19499 by malept (1.0000) posted on 8:28pm Saturday, February 02nd, 2008
( no avatar )
 
baldmonkey said:
alex:~$ awn-manager
Traceback (most recent call last):
File "/usr/local/bin/awn-manager", line 41, in
from awnTheme import AwnThemeManager
ImportError: No module named awnTheme
[Q]
 



Are you sure you uninstalled the old Awn first?
[Q]

--
/
Score: 0 points
Any particular reason?
#19507 by baldmonkey (0.4036) posted on 12:56am Sunday, February 03rd, 2008
Was I supposed to?
[Q]



I've never un-installed any previous version before I installed the updated one.
[Q]



Did you think I was using the "normal" version of awn then updated to the testing version without uninstalling?
[Q]



I have been using the testing branch since I installed awn.
[Q]

Score: 0 points
Any particular reason?
#19519 by malept (1.0000) posted on 11:58am Sunday, February 03rd, 2008
( no avatar )
Yeah, sorry, you never know. Apparently it's happening with desktop-agnostic, too, so I'm going to see what's wrong.
[Q]

--
/
Score: 0 points
Any particular reason?
#19520 by ketilwaa (0.8631) posted on 12:16pm Sunday, February 03rd, 2008
( no avatar )
I get the same when updating the testing deb-packages with Synaptic today.
[Q]



- Ketil
[Q]

Score: 0 points
Any particular reason?
#19522 by malept (1.0000) posted on 12:55pm Sunday, February 03rd, 2008
( no avatar )
r179 has a potential fix.
[Q]

--
/
Score: 0 points
Any particular reason?
#19600 by baldmonkey (0.4036) posted on 10:30pm Monday, February 04th, 2008
malept said:
Yeah, sorry, you never know. Apparently it's happening with desktop-agnostic, too, so I'm going to see what's wrong.
[Q]



I've just re-read my last post, sorry if it sounded a but rude. I didn't mean it to. Thanks for the update, it seems to be working now as I can now open awn-manager.
[Q]



Now I have problem with extras-testing smile
[Q]



I have updated to the latest bzr release (454) and when I try to install it I get an error about not having python feedreader, problem is I can't seem to find anything in synaptic with that name.
[Q]



Does anyone know what package I need to install to get extras to compile?
[Q]

Score: 0 points
Any particular reason?
#19601 by malept (1.0000) posted on 10:42pm Monday, February 04th, 2008
( no avatar )
This gives me a good opportunity to show off my latest work on the wiki:
[Q]






Also, for those users who don't want applets that require GConf and/or Gnome dependencies, there are now a few switches for awn-extras: --without-gnome and --without-gconf.
[Q]

--
/
Score: 0 points
Any particular reason?
#19604 by Zyborg (0.1699) posted on 12:54am Tuesday, February 05th, 2008
( no avatar )
this doesn't showup how to fix the feedreader troubles.
i installed all mentioned packages for a debian based system withouth success.
[Q]



still get following error on autogen.sh:
configure: error: python module feedreader required (python-feedreader)
[Q]

Score: 0 points
Any particular reason?
#19605 by malept (1.0000) posted on 1:04am Tuesday, February 05th, 2008
( no avatar )
ah..I just realized it was a typo. Fixed in r455.
[Q]

--
/
Score: 0 points
Any particular reason?
#19606 by plunn (1.0000) posted on 1:04am Tuesday, February 05th, 2008
gilir said:
and install packages avant-window-navigator-testing, awn-manager-testing and awn-extras-applets-testing
[Q]



I switched to packages.
[Q]



Just a finding
[Q]



python-awn-testing was recommended and I installed it.
[Q]



*Edited at 1:05am, 02/05/08
Score: 0 points
Any particular reason?
#19607 by malept (1.0000) posted on 1:09am Tuesday, February 05th, 2008
( no avatar )
plunn said:
python-awn-testing was recommended and I installed it.
[Q]



Eh, you only need it for python applets and awn-manager :)
[Q]



On a different note, I'm currently upgrading the branch formats for awn-core-testing and awn-extras-testing, as promised. I will post again when I'm done.
[Q]

--
/
Score: 0 points
Any particular reason?
#19608 by malept (1.0000) posted on 2:29am Tuesday, February 05th, 2008
( no avatar )
OK, this is taking a bit longer than I thought. I'll do the upgrade itself when I wake up, and leave the check/reconcile running while I'm asleep. So, if the branches totally break within the next six hours, you know who to blame.
[Q]

--
/
Score: 0 points
Any particular reason?
#19644 by ketilwaa (0.8631) posted on 3:08pm Tuesday, February 05th, 2008
( no avatar )
Why aren't translations included in testing. At least my Norwegian doesn't show up. Can't you merge translations from Launchpad?
[Q]



(This is not a big deal, but would be nice)
[Q]

Score: 0 points
Any particular reason?
#19645 by malept (1.0000) posted on 3:09pm Tuesday, February 05th, 2008
( no avatar )
ketilwaa said:
Why aren't translations included in testing. At least my Norwegian doesn't show up. Can't you merge translations from Launchpad?
[Q]



I'll look into it. Thanks for reminding me.
[Q]

--
/
Score: 0 points
Any particular reason?
#19646 by malept (1.0000) posted on 4:23pm Tuesday, February 05th, 2008
( no avatar )
Just a notice that the awn-core-testing branch has been upgraded to the latest bzr branch format. This means that you will need bzr 0.92 or above in order to retrieve that code branch.
[Q]



I'm going to try to get awn-extras-testing upgraded in about 5-6 hours.
[Q]

--
/
Score: 0 points
Any particular reason?
#19648 by malept (1.0000) posted on 8:53pm Tuesday, February 05th, 2008
( no avatar )
I'm starting the awn-extras-testing branch upgrade. I will update this post when I'm done.
[Q]



Edit:
I tried to upgrade again last night, and it succeeded. Now both awn-core-testing and awn-extras-testing should be faster to retrieve.
[Q]

--
/

*Edited at 11:54am, 02/07/08
Score: 0 points
Any particular reason?
#19704 by malept (1.0000) posted on 7:12pm Thursday, February 07th, 2008
( no avatar )
I guess I should state that ryancr's WIP patch that somewhat refactors the awn-manager interface has been merged in by myself.
[Q]

--
/
Score: 0 points
Any particular reason?
#19705 by pavpanchekha (1.0000) posted on 7:21pm Thursday, February 07th, 2008
And it looks really awsome D
[Q]

Score: 0 points
Any particular reason?
Pages: 1 2 3 4
Thread Listing » General AWN Discussion » [Announcement] Testing branch (for users and dev)

Post A Reply:

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