RE: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated `s' command



I am using the gnu sed located in /opt/sed
the system sed is located in /bin/sed

# which sed
/opt/sed/bin/sed

this is the contens of the file subs-2.sed:

:t
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@INSTALL_PROGRAM@,${INSTALL},;t t
s,@INSTALL_SCRIPT@,${INSTALL},;t t
s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
s,@PACKAGE@,gtk+,;t t
s,@VERSION@,2.0.6,;t t
s,@ACLOCAL@,aclocal ,;t t
s,@AUTOCONF@,autoconf,;t t
s,@AUTOMAKE@,automake,;t t
s,@AUTOHEADER@,autoheader,;t t
s,@MAKEINFO@,makeinfo,;t t
s,@SET_MAKE@,,;t t
s,@CC@,gcc,;t t
s,@CFLAGS@,-g -O2 -Wall,;t t
s,@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,;t t
s,@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,;t t
s,@ac_ct_CC@,gcc,;t t
s,@EXEEXT@,,;t t
s,@OBJEXT@,o,;t t
s,@build@,hppa2.0-hp-hpux10.20,;t t
s,@build_cpu@,hppa2.0,;t t
s,@build_vendor@,hp,;t t
s,@build_os@,hpux10.20,;t t
s,@host@,hppa2.0-hp-hpux10.20,;t t
s,@host_cpu@,hppa2.0,;t t
s,@host_vendor@,hp,;t t
s,@host_os@,hpux10.20,;t t
s,@LN_S@,ln -s,;t t
s,@ECHO@,print -r,;t t
s,@RANLIB@,/bin/true,;t t
s,@ac_ct_RANLIB@,/bin/true,;t t
s,@STRIP@,strip,;t t
s,@ac_ct_STRIP@,strip,;t t
s,@CPP@,gcc -E,;t t
s,@LIBTOOL@,$(SHELL) $(top_builddir)/libtool,;t t
s,@AS@,${CC},;t t
s,@ASFLAGS@,${CFLAGS},;t t
s,@CCAS@,${CC},;t t
s,@CCASFLAGS@,${CFLAGS},;t t
s,@MAINTAINER_MODE_TRUE@,#,;t t
s,@MAINTAINER_MODE_FALSE@,,;t t
s,@MAINT@,#,;t t
s,@PLATFORM_WIN32_TRUE@,#,;t t
s,@PLATFORM_WIN32_FALSE@,,;t t
s,@OS_WIN32_TRUE@,#,;t t
s,@OS_WIN32_FALSE@,,;t t


> Maybe you are not using a gnu sed program
> 
> > -----Mensaje original-----
> > De: gtk-list-admin gnome org 
> > [mailto:gtk-list-admin gnome org]En nombre
> > de Gansser, Martin
> > Enviado el: martes 27 de agosto de 2002 13:55
> > Para: gtk-list gnome org
> > Asunto: sed: file /tmp/cs7836-26107/subs-2.sed line 16: 
> > Unterminated `s'
> > command
> > 
> > 
> > Hi,
> > 
> > I tried to compile gtk+-2.0.6 on hpux 10.20, but it fails 
> > with following error messages:
> > 
> > 
> > gmake: *** No rule to make target `distclean'.  Stop.
> > checking for a BSD-compatible install... 
> /opt/fileutils/bin/install -c
> > checking whether build environment is sane... yes
> > checking whether make sets ${MAKE}... yes
> > checking for working aclocal... found
> > checking for working autoconf... found
> > checking for working automake... found
> > checking for working autoheader... found
> > checking for working makeinfo... found
> > checking for gcc... gcc
> > checking for C compiler default output... a.out
> > checking whether the C compiler works... yes
> > checking whether we are cross compiling... no
> > checking for suffix of executables... 
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether gcc accepts -g... yes
> > checking build system type... hppa2.0-hp-hpux10.20
> > checking host system type... hppa2.0-hp-hpux10.20
> > checking for ld used by GCC... /usr/ccs/bin/ld
> > checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> > checking for /usr/ccs/bin/ld option to reload object files... -r
> > checking for BSD-compatible nm... /opt/binutils/bin/nm -B
> > checking whether ln -s works... yes
> > checking how to recognise dependant libraries... file_magic 
> > (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
> > checking command to parse /opt/binutils/bin/nm -B output... ok
> > checking how to run the C preprocessor... gcc -E
> > checking for ANSI C header files... yes
> > checking for sys/types.h... yes
> > checking for sys/stat.h... yes
> > checking for stdlib.h... yes
> > checking for string.h... yes
> > checking for memory.h... yes
> > checking for strings.h... yes
> > checking for inttypes.h... yes
> > checking for stdint.h... no
> > checking for unistd.h... yes
> > checking dlfcn.h usability... no
> > checking dlfcn.h presence... no
> > checking for dlfcn.h... no
> > checking for ranlib... /bin/true
> > checking for strip... strip
> > checking for objdir... .libs
> > checking for gcc option to produce PIC... -fPIC
> > checking if gcc PIC flag -fPIC works... yes
> > checking if gcc static flag -static works... yes
> > checking if gcc supports -c -o file.o... yes
> > checking if gcc supports -c -o file.lo... yes
> > checking if gcc supports -fno-rtti -fno-exceptions... yes
> > checking whether the linker (/usr/ccs/bin/ld) supports shared 
> > libraries... yes
> > checking how to hardcode library paths into programs... relink
> > checking whether stripping libraries is possible... yes
> > checking dynamic linker characteristics... hpux10.20 dld.sl
> > checking if libtool supports shared libraries... yes
> > checking whether to build shared libraries... yes
> > checking whether to build static libraries... no
> > creating libtool
> > checking whether to enable maintainer-specific portions of 
> > Makefiles... no
> > checking for some Win32 platform... no
> > checking for native Win32... no
> > checking whether build environment is sane... yes
> > checking for strerror in -lcposix... no
> > checking for gcc option to accept ANSI C... none needed
> > checking for a BSD-compatible install... 
> /opt/fileutils/bin/install -c
> > checking whether make sets ${MAKE}... (cached) yes
> > checking for pkg-config... /opt/gtk2/bin/pkg-config
> > checking for glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1... yes
> > checking BASE_DEPENDENCIES_CFLAGS...    
> > -I/opt/gtk2/include/glib-2.0 -I/opt/gtk2/lib/glib-2.0/include 
> > -I/opt/gtk2/include/atk-1.0 -I/opt/gtk2/include/pango-1.0  
> > checking BASE_DEPENDENCIES_LIBS...    -L/opt/gtk2/lib 
> > -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldld 
> > -lglib-2.0 -lintl -liconv  
> > checking Whether to write dependencies into .pc files... no
> > checking for perl5... no
> > checking for perl... /opt/perl5/bin/perl
> > checking for indent... no
> > checking for lstat... yes
> > checking for mkstemp... yes
> > checking for flockfile... yes
> > checking for sigsetjmp... yes
> > checking whether make is GNU Make... no
> > checking for ranlib... (cached) /bin/true
> > checking for gcc option to accept ANSI C... none needed
> > checking for an ANSI C-conforming const... yes
> > checking for inline... inline
> > checking for off_t... yes
> > checking for size_t... yes
> > checking for working alloca.h... yes
> > checking for alloca... yes
> > checking for stdlib.h... (cached) yes
> > checking for unistd.h... (cached) yes
> > checking for getpagesize... yes
> > checking for working mmap... no
> > checking argz.h usability... no
> > checking argz.h presence... no
> > checking for argz.h... no
> > checking limits.h usability... yes
> > checking limits.h presence... yes
> > checking for limits.h... yes
> > checking locale.h usability... yes
> > checking locale.h presence... yes
> > checking for locale.h... yes
> > checking nl_types.h usability... yes
> > checking nl_types.h presence... yes
> > checking for nl_types.h... yes
> > checking malloc.h usability... yes
> > checking malloc.h presence... yes
> > checking for malloc.h... yes
> > checking for string.h... (cached) yes
> > checking for unistd.h... (cached) yes
> > checking sys/param.h usability... yes
> > checking sys/param.h presence... yes
> > checking for sys/param.h... yes
> > checking for getcwd... yes
> > checking for munmap... yes
> > checking for putenv... yes
> > checking for setenv... no
> > checking for setlocale... yes
> > checking for strchr... yes
> > checking for strcasecmp... yes
> > checking for strdup... yes
> > checking for __argz_count... no
> > checking for __argz_stringify... no
> > checking for __argz_next... no
> > checking for LC_MESSAGES... yes
> > checking libintl.h usability... yes
> > checking libintl.h presence... yes
> > checking for libintl.h... yes
> > checking for dgettext in libc... no
> > checking for bindtextdomain in -lintl... yes
> > checking for dgettext in -lintl... yes
> > checking if -liconv is needed to use gettext... 
> > checking for dcgettext in -lintl... yes
> > checking for msgfmt... /opt/gettext/bin/msgfmt
> > checking for dcgettext... yes
> > checking for gmsgfmt... /opt/gettext/bin/msgfmt
> > checking for xgettext... /opt/gettext/bin/xgettext
> > checking for catalogs to be installed...  ar az bg ca cs cy 
> > da de el en_GB en IPA es et eu fa fi fr ga gl he hr hu ia it 
> > ja ko lt lv ms nl nn no pl pt pt_BR ro ru sk sl sp sr sv tr 
> > uk vi wa zh_TW zh_CN
> > checking for extra flags to get ANSI library prototypes... 
> none needed
> > checking for the BeOS... no
> > checking for extra flags for POSIX compliance... none needed
> > checking for pkg-config... (cached) /opt/gtk2/bin/pkg-config
> > checking for GLIB - version >= 2.0.6... yes (version 2.0.6)
> > checking for bind_textdomain_codeset... yes
> > checking pwd.h usability... yes
> > checking pwd.h presence... yes
> > checking for pwd.h... yes
> > checking sys/time.h usability... yes
> > checking sys/time.h presence... yes
> > checking for sys/time.h... yes
> > checking for unistd.h... (cached) yes
> > checking winsock.h usability... no
> > checking winsock.h presence... no
> > checking for winsock.h... no
> > checking whether byte ordering is bigendian... yes
> > checking for ANSI C header files... (cached) yes
> > checking for an ANSI C-conforming const... (cached) yes
> > checking return type of signal handlers... void
> > checking for stdlib.h... (cached) yes
> > checking for unistd.h... (cached) yes
> > checking for getpagesize... (cached) yes
> > checking for working mmap... (cached) no
> > checking for getresuid... no
> > checking for uid_t in sys/types.h... yes
> > checking for fd_set... yes, found in sys/types.h
> > checking for wchar.h... yes
> > checking for wctype.h... no
> > checking for iswalnum... yes
> > checking if iswalnum() and friends are properly defined... yes
> > checking whether to build gmodulized gdk-pixbuf... yes
> > checking whether dynamic modules work... yes
> > checking for TIFFReadScanline in -ltiff... yes
> > checking tiffio.h usability... yes
> > checking tiffio.h presence... yes
> > checking for tiffio.h... yes
> > checking for jpeg_destroy_decompress in -ljpeg... yes
> > checking for jpeglib.h... yes
> > checking for jpeg_simple_progression in -ljpeg... yes
> > checking for libpng12... no
> > checking for png_read_info in -lpng... yes
> > checking png.h usability... yes
> > checking png.h presence... yes
> > checking for png.h... yes
> > checking for png_structp in png.h... yes
> > checking pixbuf loaders to build... 
> > checking for sys/wait.h that is POSIX.1 compatible... yes
> > checking return type of signal handlers... (cached) void
> > checking for x86 platform... no
> > checking for freetype-config... no
> > checking for X... libraries , headers 
> > checking for gethostbyname... yes
> > checking for connect... yes
> > checking for remove... yes
> > checking for shmat... yes
> > checking for IceConnectionNumber in -lICE... yes
> > checking for XOpenDisplay in -lX11... yes
> > checking for XShmAttach in -lXext... yes
> > checking for XShapeCombineMask in -lXext... yes
> > checking for XConvertCase in -lX11... yes
> > checking for XkbQueryExtension in -lX11... yes
> > checking sys/ipc.h usability... yes
> > checking sys/ipc.h presence... yes
> > checking for sys/ipc.h... yes
> > checking sys/shm.h usability... yes
> > checking sys/shm.h presence... yes
> > checking for sys/shm.h... yes
> > checking X11/extensions/XShm.h... yes
> > checking Pango flags...  -I/opt/gtk2/include/pango-1.0 
> > -I/usr/lib/X11R6/include -I/opt/gtk2/include/glib-2.0 
> > -I/opt/gtk2/lib/glib-2.0/include    -L/opt/gtk2/lib 
> > -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldld 
> > -lglib-2.0 -lintl -liconv  
> > checking for pango_context_new in -lpango-1.0... yes
> > checking ATK flags...  -I/opt/gtk2/include/atk-1.0 
> > -I/opt/gtk2/include/glib-2.0 -I/opt/gtk2/lib/glib-2.0/include 
> >    -L/opt/gtk2/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 
> > -ldld -lglib-2.0 -lintl -liconv  
> > checking for atk_object_get_type in -latk-1.0... yes
> > checking for gtkdoc-mkdb... false
> > checking for db2html... false
> > checking for sgml2html... no
> > configure: creating ./config.status
> > config.status: creating config.h.win32
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk-zip.sh
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk+.spec
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf-2.0.pc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-2.0.pc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk+-2.0.pc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf-2.0-uninstalled.pc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-2.0-uninstalled.pc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk+-2.0-uninstalled.pc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating m4macros/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating po/Makefile.in
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating build/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating build/win32/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating build/win32/dirent/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating demos/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating demos/gtk-demo/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating demos/gtk-demo/geninclude.pl
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating tests/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating docs/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating docs/reference/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating docs/reference/gdk-pixbuf/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating docs/reference/gdk/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating docs/reference/gtk/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating docs/faq/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating docs/tutorial/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf/makefile.mingw
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf/gdk_pixbuf.rc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf/gdk-pixbuf-features.h
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf/pixops/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk-pixbuf/pixops/makefile.mingw
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/makefile.mingw
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/x11/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/win32/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/win32/makefile.mingw
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/win32/rc/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/win32/rc/gdk.rc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gdk/linux-fb/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk/makefile.mingw
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk/makefile.msc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk/gtkversion.h
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk/gtk-win32.rc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk/stock-icons/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating gtk/theme-bits/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating modules/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating modules/input/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating contrib/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating contrib/gdk-pixbuf-xlib/Makefile
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating 
> contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc
> > sed: file /tmp/cs7836-26107/subs-2.sed line 16: Unterminated 
> > `s' command
> > config.status: creating config.h
> > config.status: config.h is unchanged
> > config.status: executing default-1 commands
> > config.status: executing default-2 commands
> > config.status: executing default-3 commands
> > creating gdk/gdkconfig.h
> > gdk/gdkconfig.h is unchanged
> > gmake: *** No targets.  Stop.
> > 
> > used sw:
> > glib-2.0.6
> > pango-1.0.4
> > atk-1.0.3
> > gtk+-2.0.6
> > gnu sed 3.02 is installed
> > 
> > 
> > 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
> > 
> > any help ?
> > 
> > Martin
> > _______________________________________________
> > gtk-list mailing list
> > gtk-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gtk-list
> > 
> 



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