Re: CVS: commit robsta abi/src/wp/main/unix GNUmakefile.am

From: J.M. Maurer <uwog_at_uwog.net>
Date: Fri Nov 24 2006 - 21:54:33 CET

On Fri, 2006-11-24 at 19:44 +0100, J.M. Maurer wrote:
> On Fri, 2006-11-24 at 19:42 +0100, J.M. Maurer wrote:
> > On Fri, 2006-11-24 at 15:10 +0000, cvs@abisource.com wrote:
> > > Update of /cvsroot/abi/src/wp/main/unix
> > > In directory abiword.snt.utwente.nl:/tmp/cvs-serv20543/src/wp/main/unix
> > >
> > > Modified Files:
> > > GNUmakefile.am
> > > Log Message:
> > > pkg-config support and header installation
> >
> > ./autogen.sh --prefix=/home/uwog/local --enable-debug && make
> >
> > [snip]
> >
> > Type make to build AbiWord.
> > Now type `make' to compile.
> >
> > [uwog@sigma abi]$ make
> > make: *** No targets. Stop.
> >
> > Any clue?
>
> Some configure output:
>
> configure: creating ./config.status
> config.status: creating goffice-bits/GNUmakefile
> sed: file ./confstatk29342/subs-6.sed line 15: unterminated `s' command

I just found the cause. The following causes the error in config.status:

============
s,@ABIWORD_REQUIRED_PKGS@, glib-2.0 >= 2.0 gmodule-2.0 >= 2.0
gthread-2.0 gtk+-2.0 >= 2.6.0 pangoxft >= 1.2.0 libglade-2.0 >= 2.0.0
libgnomeprint-2.2 >= 2.2.0 libgnomeprintui-2.2 >= 2.2.0 xft >= 2.0
fontconfig >= 1.0 libgsf-1 >= 1.12.0 libbonoboui-2.0 >= 2.0
        gnome-vfs-2.0 >= 2.2.0
        libgsf-gnome-1 >= 1.12.0
 libgnomeui-2.0 >= 2.0 enchant >= 1.2.0 fribidi >= 0.10.4 wv-1.0 >= 1.2.0 libpng12,;t t
=============

Sed doesn't seem to like the newlines. Not sure yet what is causing it
though.

Marc

> Marc
>
> >
> >
> > > Index: GNUmakefile.am
> > > ===================================================================
> > > RCS file: /cvsroot/abi/src/wp/main/unix/GNUmakefile.am,v
> > > retrieving revision 1.33
> > > retrieving revision 1.34
> > > diff -u -d -r1.33 -r1.34
> > > --- GNUmakefile.am 23 Nov 2006 12:13:33 -0000 1.33
> > > +++ GNUmakefile.am 24 Nov 2006 15:09:59 -0000 1.34
> > > @@ -48,7 +48,7 @@
> > >
> > > if WITH_LIBABIWORD
> > >
> > > -ABIWORD_LIBRARY = libabiword.so
> > > +ABIWORD_LIBRARY = libabiword-$(PACKAGE_VERSION).so
> > > ABIWORD_SODIR = $(shell pwd)
> > > ABIWORD_DYNBINARY = abiword-dynamic
> > >
> > > @@ -65,7 +65,7 @@
> > > $(CPPFLAGS) $(CXXFLAGS) $(INCLUDES) \
> > > $(srcdir)/UnixMain.cpp \
> > > $(PLATFORM_LIBS) $(OTHER_LIBS) \
> > > - -L$(ABIWORD_SODIR) -labiword
> > > + -L$(ABIWORD_SODIR) -labiword-$(PACKAGE_VERSION)
> > >
> > > CLEANFILES += $(ABIWORD_DYNBINARY) $(ABIWORD_LIBRARY)
> > > ALL_LOCAL_DEPS += $(ABIWORD_DYNBINARY)
> > >
> > > -----------------------------------------------
> > > To unsubscribe from this list, send a message to
> > > abisource-cvs-commit-request@abisource.com with the word
> > > unsubscribe in the message body.
> >
>
Received on Fri Nov 24 21:55:49 2006

This archive was generated by hypermail 2.1.8 : Fri Nov 24 2006 - 21:55:49 CET