[gnome-bluetooth] Nearing release

Nicholas Piper nick-gnomebluetooth at nickpiper.co.uk
Sun Jun 6 11:34:48 BST 2004


Edd,

On Fri, 04 Jun 2004, Edd Dumbill wrote:

> I'm nearing the point of releasing a new version of the software.
> Anyone who's been compiling from CVS, please update and give it a shot,
> let me know if you find any build issues.

I had to patch a couple of gnome-bluetooth Makefiles.am's (as well as
the -lsdp thing for the libbtctl). One patch is always needed, the
other I had to add because I use stow (but I think it should be there
anyway, but I don't know if it should have a / between DESTDIR and
bindir or not...

Where does iconlist_functions come from?

I currently get 'ImportError:
/usr/lib/python2.3/site-packages/gnomebt/iconlist.so: undefined
symbol: iconlist_functions' when I try to import manager.

I've had a quick look around, but it seems that
./python/iconlistmodule.c:6:extern PyMethodDef iconlist_functions[];
is the only place that mentions it.

 Nick

Index: python/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-bluetooth/python/Makefile.am,v
retrieving revision 1.10
diff -u -b -B -w -p -r1.10 Makefile.am
--- a/python/Makefile.am        4 Jun 2004 16:52:41 -0000       1.10
+++ b/python/Makefile.am        6 Jun 2004 10:33:05 -0000
@@ -35,7 +35,7 @@ iconlist.c: iconlist.defs iconlist.overr
        pygtk-codegen-2.0 --prefix iconlist \
                --register $(DEFSDIR)/gdk-types.defs \
                --register $(DEFSDIR)/gtk-types.defs \
-               --override $(srcdir)iconlist.override \
+               --override $(srcdir)/iconlist.override \
                $(srcdir)/iconlist.defs > $@
 
 defs.py: Makefile
@@ -48,4 +48,4 @@ desktop_DATA = $(desktop_in_files:.deskt
 @INTLTOOL_DESKTOP_RULE@
 
 install-exec-hook:
-       $(INSTALL_SCRIPT) $(srcdir)/gnome-bluetooth-manager $(bindir)/gnome-bluetooth-manager
+       $(INSTALL_SCRIPT) $(srcdir)/gnome-bluetooth-manager $(DESTDIR)$(bindir)/gnome-bluetooth-manager

 Nick

-- 
Part 4 MEng Cybernetics; Reading, UK       http://www.nickpiper.co.uk/
GPG Encrypted mail welcome!                             1024D/3ED8B27F
Choose life. Be Vegan :-) Please reduce needless cruelty + suffering !



More information about the gnome-bluetooth mailing list