Re: Is this meant to happen? (was Re: commit: AbiWord is now a Nautilus View.
Martin Sevior <[email protected]>
| Newsgroups | gmane.comp.gnome.components |
|---|---|
| Message-ID | <Pine.LNX.4.44.0303312246020.29167-100000@baker1.ph.unimelb.edu.au> |
On Mon, 31 Mar 2003, Martin Kretzschmar wrote: > Hi Martin, > > Am Mon, 2003-03-31 um 13.09 schrieb Martin Sevior: > > OK this is harder than I thought. Firstly there is no public way to > access > > the agregate object reference count. So as a first step to debugging I > > tried to compile bonobo but after a flawless ./autogen and ./configure > I > > typed "make" and got... > > > > e/glib-2.0 -I/usr/lib/glib-2.0/include > > -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -g > -O2 > > -MT Bonobo-imodule.lo -MD -MP -MF ".deps/Bonobo-imodule.Tpo" \ > > -c -o Bonobo-imodule.lo `test -f 'Bonobo-imodule.c' || echo > > './'`Bonobo-imodule.c; \ > > then mv ".deps/Bonobo-imodule.Tpo" ".deps/Bonobo-imodule.Plo"; \ > > else rm -f ".deps/Bonobo-imodule.Tpo"; exit 1; \ > > fi > > ../libtool: line 1: s%^.*/%%: No such file or directory > > ../libtool: line 1: -e: command not found > > ../libtool: line 1: -e: command not found > > etc, etc > > > > > > libtool: line 1: -e: command not found > > : compile: cannot determine name of library object from `' > > make[2]: *** [Bonobo-imodule.lo] Error 1 > > make[2]: Leaving directory > `/home/msevior/abidir/gnome-cvs/libbonobo/idl' > > make[1]: *** [all-recursive] Error 1 > > Some hours ago I saw Ross suggest to > > export SED=sed > Hi Martin, Thanks! Paolo dropped by on #abiword and told me that too. I can compile libbonobo now. Next I'll install a function bonobo_object_get_ao_ref_count(BonoboObject * object) Gotta Love free software :-) Cheers Martin