Re: [gnome-love] Re: Linking with gdk-pixbuf



Hi,

On Sat, 2002-02-02 at 16:03, Heeten H. Choxi wrote:

Output from autogen.sh

<snip>

creating ./config.status
creating Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating macros/Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating src/Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating intl/Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating po/Makefile.in
sed: file conftest.s2 line 5: Unterminated `s' command
creating config.h
config.h is unchanged
Now type `make' to compile the package.

This is probably an xml-i18n issue (at least that was the case when I
got these errors some time ago).  Try to move the XML_I18N_* macros in
your configure.in as near to the top as you can.  What happens is some
of those macros perform sed substitutions which span more than one
line.  Afterward, when configure splits the sed commands (due to
limitations in non-GNU sed), it may cut one of those commands by half,
thus causing these strange errors.

HTH,
Gustavo





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]