RE: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated `s' command
- From: "Gansser, Martin" <MGansser rand de>
- To: <gtk-list gnome org>
- Subject: RE: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated `s' command
- Date: Wed, 28 Aug 2002 08:16:29 +0200
Problem solved.
I changed the CPPFLAGS Line, by removing all \ for new line
> I am using the gnu sed located in /opt/sed
> the system sed is located in /bin/sed
>
> # which sed
> /opt/sed/bin/sed
> > > configure: creating ./config.status
> > > config.status: creating config.h.win32
> > > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated
> > > `s' command
> > > my build script:
> > >
#!/bin/csh -f
#
set path=( $path /opt/libtool/bin /opt/gtk2/bin )
setenv CPPFLAGS "-I/opt/gettext/include -I/opt/libiconv/include -I/opt/tiff-3.5/include -I/opt/jpeg-6/include -I/opt/libpng/include -I/opt/zlib/include -I/usr/lib/X11R6/include -I/opt/gtk2/include"
#
setenv LDFLAGS "-L/opt/gettext/lib -L/opt/libiconv/lib -L/opt/tiff-3.5/lib -L/opt/jpeg-6/lib -L/opt/libpng/lib -L/opt/zlib/lib -L/usr/lib/X11R6/lib -L/opt/gtk2/lib"
#
setenv RANLIB "/bin/true"
setenv PKG_CONFIG_PATH "/opt/gtk2/lib/pkgconfig"
#
gmake distclean
./configure --prefix=/opt/gtk2 --disable-glibtest --with-threads=no
gmake
gmake install
Martin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]