Re: Stupid building question

"Brandon Long [email protected] [ClearSilver]" <[email protected]> Fri, 18 Aug 2017 11:33:00 -0700
Newsgroups gmane.text.clearsilver.general
Message-ID <CAA6MhGu9W8tYGj3JHRbRgKYwzsreG1xO+0iTUzx+Xj_dVYYpHw@mail.gmail.com>
--R8S1WuJtlhCf0GfAaAMWB2r2uG1jwoCNvdNRYiI
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Ok, I've pushed a fix to the Makefile for the libs directory creation.

Brandon

On Fri, Aug 18, 2017 at 10:49 AM, [email protected]
[ClearSilver] <[email protected]> wrote:
>
>
> I'm having trouble building ClearSilver. After trying to build by only
> cloning clearsilver, I then tried cloning streamhtmlparser as well. I am
> still getting an error about libs directory already existing when a mkdir=
 is
> attempted. I'm clearly not doing something right. I am disabling python, =
as
> I get a build error when "Python.h" can't be #included.  Below is the scr=
ipt
> I'm using and the complete output.
>
>
> Joel Jones
>
>
> jjones@jjones-lnx1:/data/jjones$ rm -rf clearsilver/
>
> jjones@jjones-lnx1:/data/jjones$ cat mkClearSilver
>
> git clone https://github.com/blong42/clearsilver.git
>
> cd clearsilver
>
> git clone https://github.com/google/streamhtmlparser.git
>
> ./autogen.sh --without-python
>
> cd streamhtmlparser/
>
> ./configure --disable-python
>
> make
>
> cd -
>
> make
>
> jjones@jjones-lnx1:/data/jjones$ ./mkClearSilver
>
> Cloning into 'clearsilver'...
>
> remote: Counting objects: 5400, done.
>
> remote: Total 5400 (delta 0), reused 0 (delta 0), pack-reused 5400
>
> Receiving objects: 100% (5400/5400), 1.35 MiB | 0 bytes/s, done.
>
> Resolving deltas: 100% (3747/3747), done.
>
> Checking connectivity... done.
>
> Cloning into 'streamhtmlparser'...
>
> remote: Counting objects: 89, done.
>
> remote: Compressing objects: 100% (72/72), done.
>
> remote: Total 89 (delta 9), reused 87 (delta 8), pack-reused 0
>
> Unpacking objects: 100% (89/89), done.
>
> Checking connectivity... done.
>
> aclocal: warning: autoconf input should be named 'configure.ac', not
> 'configure.in'
>
> configure.in:511: warning: AC_CONFIG_SUBDIRS: you should use literals
>
> ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
>
> configure.in:511: the top level
>
> autoheader: WARNING: Using auxiliary files such as `acconfig.h',
> `config.h.bot'
>
> autoheader: WARNING: and `config.h.top', to define templates for
> `config.h.in'
>
> autoheader: WARNING: is deprecated and discouraged.
>
> autoheader:
>
> autoheader: WARNING: Using the third argument of `AC_DEFINE' and
>
> autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template
> without
>
> autoheader: WARNING: `acconfig.h':
>
> autoheader:
>
> autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
>
> autoheader: [Define if a function `main' is needed.])
>
> autoheader:
>
> autoheader: WARNING: More sophisticated templates can also be produced, s=
ee
> the
>
> autoheader: WARNING: documentation.
>
> configure.in:511: warning: AC_CONFIG_SUBDIRS: you should use literals
>
> ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
>
> configure.in:511: the top level
>
> configure.in:511: warning: AC_CONFIG_SUBDIRS: you should use literals
>
> ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
>
> configure.in:511: the top level
>
> checking for gcc... gcc
>
> checking whether the C compiler works... yes
>
> checking for C compiler default output file name... a.out
>
> checking for suffix of executables...
>
> checking whether we are cross compiling... no
>
> checking for suffix of object files... o
>
> checking whether we are using the GNU C compiler... yes
>
> checking whether gcc accepts -g... yes
>
> checking for gcc option to accept ISO C89... none needed
>
> checking how to run the C preprocessor... gcc -E
>
> checking whether ln -s works... yes
>
> checking for ar... ar
>
> checking for ranlib... ranlib
>
> checking whether make sets $(MAKE)... yes
>
> checking for a BSD-compatible install... /usr/bin/install -c
>
> checking for Neotonic Paths... not found
>
> checking for dirent.h that defines DIR... yes
>
> checking for library containing opendir... none required
>
> checking for grep that handles long lines and -e... /bin/grep
>
> checking for egrep... /bin/grep -E
>
> checking for ANSI C header files... yes
>
> checking for sys/wait.h that is POSIX.1 compatible... 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... yes
>
> checking for unistd.h... yes
>
> checking fcntl.h usability... yes
>
> checking fcntl.h presence... yes
>
> checking for fcntl.h... yes
>
> checking stdarg.h usability... yes
>
> checking stdarg.h presence... yes
>
> checking for stdarg.h... yes
>
> checking varargs.h usability... no
>
> checking varargs.h presence... no
>
> checking for varargs.h... no
>
> checking limits.h usability... yes
>
> checking limits.h presence... yes
>
> checking for limits.h... yes
>
> checking for strings.h... (cached) yes
>
> checking sys/ioctl.h usability... yes
>
> checking sys/ioctl.h presence... yes
>
> checking for sys/ioctl.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 features.h usability... yes
>
> checking features.h presence... yes
>
> checking for features.h... yes
>
> checking for an ANSI C-conforming const... yes
>
> checking for mode_t... yes
>
> checking for off_t... yes
>
> checking for pid_t... yes
>
> checking for size_t... yes
>
> checking whether time.h and sys/time.h may both be included... yes
>
> checking whether struct tm is in sys/time.h or time.h... time.h
>
> checking for struct tm.tm_zone... yes
>
> checking return type of signal handlers... void
>
> checking for strftime... yes
>
> checking for vprintf... yes
>
> checking for _doprnt... no
>
> checking for wait3 that fills in rusage... yes
>
> checking for gettimeofday... yes
>
> checking for mktime... yes
>
> checking for putenv... yes
>
> checking for strerror... yes
>
> checking for strspn... yes
>
> checking for strtod... yes
>
> checking for strtol... yes
>
> checking for strtoul... yes
>
> checking for random... yes
>
> checking for rand... yes
>
> checking for drand48... yes
>
> checking build system type... x86_64-unknown-linux-gnu
>
> checking host system type... x86_64-unknown-linux-gnu
>
> checking for lockf... yes
>
> checking pthread.h usability... yes
>
> checking pthread.h presence... yes
>
> checking for pthread.h... yes
>
> checking for the pthreads library -lpthreads... no
>
> checking whether pthreads work without any flags... no
>
> checking whether pthreads work with -Kthread... no
>
> checking whether pthreads work with -kthread... no
>
> checking for the pthreads library -llthread... no
>
> checking whether pthreads work with -pthread... yes
>
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
>
> checking if more special flags are required for pthreads... no
>
> checking for snprintf... yes
>
> checking for vsnprintf... yes
>
> checking for localtime_r... yes
>
> checking whether localtime_r is declared... yes
>
> checking for gmtime_r... yes
>
> checking whether gmtime_r is declared... yes
>
> checking for strtok_r... yes
>
> checking whether strtok_r is declared... yes
>
> checking for mkstemp... yes
>
> checking for regexec... yes
>
> checking for deflate in -lz... yes
>
> checking for apache apxs... not found
>
> checking for python includes... Traceback (most recent call last):
>
>   File "<string>", line 1, in <module>
>
> IndexError: list index out of range
>
> Traceback (most recent call last):
>
>   File "<string>", line 1, in <module>
>
> IndexError: list index out of range
>
> not found
>
> checking for perl >=3D 5.006... found /usr/bin/perl
>
> checking for ruby... found /usr/bin/ruby
>
> checking for j2sdk path... found /usr
>
> checking for /usr/bin/javac... /usr/bin/javac
>
> checking symlink for /usr/bin/javac... /etc/alternatives/javac
>
> checking symlink for /etc/alternatives/javac...
> /usr/lib/jvm/java-7-openjdk-amd64/bin/javac
>
> checking for csharp path... not found
>
> configure: creating ./config.status
>
> config.status: creating rules.mk
>
> config.status: WARNING:  'rules.mk.in' seems to ignore the --datarootdir
> setting
>
> config.status: creating cs_config.h
>
> =3D=3D=3D configuring in streamhtmlparser
> (/data/jjones/clearsilver/streamhtmlparser)
>
> configure: running /bin/bash ./configure --disable-option-checking
> '--prefix=3D/usr/local'  '--without-python' --cache-file=3D/dev/null --sr=
cdir=3D.
>
> checking for a BSD-compatible install... /usr/bin/install -c
>
> checking whether build environment is sane... yes
>
> checking for gawk... gawk
>
> checking whether make sets $(MAKE)... yes
>
> checking for gcc... gcc
>
> checking for C compiler default output file name... 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 for gcc option to accept ANSI C... none needed
>
> checking for style of include used by make... GNU
>
> checking dependency style of gcc... gcc3
>
> checking for g++... g++
>
> checking whether we are using the GNU C++ compiler... yes
>
> checking whether g++ accepts -g... yes
>
> checking dependency style of g++... gcc3
>
> checking how to run the C preprocessor... gcc -E
>
> checking build system type... x86_64-unknown-linux-gnu
>
> checking host system type... x86_64-unknown-linux-gnu
>
> checking for a sed that does not truncate output... /bin/sed
>
> checking for egrep... grep -E
>
> checking for ld used by gcc... /usr/bin/ld
>
> checking if the linker (/usr/bin/ld) is GNU ld... yes
>
> checking for /usr/bin/ld option to reload object files... -r
>
> checking for BSD-compatible nm... /usr/bin/nm -B
>
> checking whether ln -s works... yes
>
> checking how to recognise dependent libraries... pass_all
>
> 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... yes
>
> checking for unistd.h... yes
>
> checking dlfcn.h usability... yes
>
> checking dlfcn.h presence... yes
>
> checking for dlfcn.h... yes
>
> checking how to run the C++ preprocessor... g++ -E
>
> checking for g77... no
>
> checking for f77... no
>
> checking for xlf... no
>
> checking for frt... no
>
> checking for pgf77... no
>
> checking for fort77... no
>
> checking for fl32... no
>
> checking for af77... no
>
> checking for f90... no
>
> checking for xlf90... no
>
> checking for pgf90... no
>
> checking for epcf90... no
>
> checking for f95... no
>
> checking for fort... no
>
> checking for xlf95... no
>
> checking for ifc... no
>
> checking for efc... no
>
> checking for pgf95... no
>
> checking for lf95... no
>
> checking for gfortran... no
>
> checking whether we are using the GNU Fortran 77 compiler... no
>
> checking whether  accepts -g... no
>
> checking the maximum length of command line arguments... 32768
>
> checking command to parse /usr/bin/nm -B output from gcc object... ok
>
> checking for objdir... .libs
>
> checking for ar... ar
>
> checking for ranlib... ranlib
>
> checking for strip... strip
>
> checking if gcc supports -fno-rtti -fno-exceptions... no
>
> 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 whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking whether -lc should be explicitly linked in... no
>
> checking dynamic linker characteristics... GNU/Linux ld.so
>
> checking how to hardcode library paths into programs... immediate
>
> checking whether stripping libraries is possible... yes
>
> checking if libtool supports shared libraries... yes
>
> checking whether to build shared libraries... yes
>
> checking whether to build static libraries... yes
>
> configure: creating libtool
>
> appending configuration tag "CXX" to libtool
>
> checking for ld used by g++... /usr/bin/ld -m elf_x86_64
>
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
>
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking for g++ option to produce PIC... -fPIC
>
> checking if g++ PIC flag -fPIC works... yes
>
> checking if g++ static flag -static works... yes
>
> checking if g++ supports -c -o file.o... yes
>
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking dynamic linker characteristics... GNU/Linux ld.so
>
> checking how to hardcode library paths into programs... immediate
>
> appending configuration tag "F77" to libtool
>
> checking for a Python interpreter with version >=3D 2.2... python
>
> checking for python... /usr/bin/python
>
> checking for python version... 2.7
>
> checking for python platform... linux2
>
> checking for python script directory...
> ${prefix}/lib/python2.7/site-packages
>
> checking for python extension module directory...
> ${exec_prefix}/lib/python2.7/site-packages
>
> checking for ANSI C header files... (cached) yes
>
> checking for stdbool.h that conforms to C99... yes
>
> checking for _Bool... yes
>
> checking for an ANSI C-conforming const... yes
>
> checking for inline... inline
>
> checking for size_t... yes
>
> checking for stdlib.h... (cached) yes
>
> checking for GNU libc compatible malloc... yes
>
> checking for strcasecmp... yes
>
> checking for strtol... yes
>
> checking for strstr... yes
>
> checking for memchr... yes
>
> checking for strchr... yes
>
> checking whether the compiler implements namespaces... yes
>
> checking what namespace STL code is in... std
>
> configure: creating ./config.status
>
> config.status: creating Makefile
>
> config.status: creating src/streamhtmlparser/htmlparser_cpp.h
>
> config.status: creating src/config.h
>
> config.status: executing depfiles commands
>
> checking for a BSD-compatible install... /usr/bin/install -c
>
> checking whether build environment is sane... yes
>
> checking for gawk... gawk
>
> checking whether make sets $(MAKE)... yes
>
> checking for gcc... gcc
>
> checking for C compiler default output file name... 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 for gcc option to accept ANSI C... none needed
>
> checking for style of include used by make... GNU
>
> checking dependency style of gcc... gcc3
>
> checking for g++... g++
>
> checking whether we are using the GNU C++ compiler... yes
>
> checking whether g++ accepts -g... yes
>
> checking dependency style of g++... gcc3
>
> checking how to run the C preprocessor... gcc -E
>
> checking build system type... x86_64-unknown-linux-gnu
>
> checking host system type... x86_64-unknown-linux-gnu
>
> checking for a sed that does not truncate output... /bin/sed
>
> checking for egrep... grep -E
>
> checking for ld used by gcc... /usr/bin/ld
>
> checking if the linker (/usr/bin/ld) is GNU ld... yes
>
> checking for /usr/bin/ld option to reload object files... -r
>
> checking for BSD-compatible nm... /usr/bin/nm -B
>
> checking whether ln -s works... yes
>
> checking how to recognise dependent libraries... pass_all
>
> 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... yes
>
> checking for unistd.h... yes
>
> checking dlfcn.h usability... yes
>
> checking dlfcn.h presence... yes
>
> checking for dlfcn.h... yes
>
> checking how to run the C++ preprocessor... g++ -E
>
> checking for g77... no
>
> checking for f77... no
>
> checking for xlf... no
>
> checking for frt... no
>
> checking for pgf77... no
>
> checking for fort77... no
>
> checking for fl32... no
>
> checking for af77... no
>
> checking for f90... no
>
> checking for xlf90... no
>
> checking for pgf90... no
>
> checking for epcf90... no
>
> checking for f95... no
>
> checking for fort... no
>
> checking for xlf95... no
>
> checking for ifc... no
>
> checking for efc... no
>
> checking for pgf95... no
>
> checking for lf95... no
>
> checking for gfortran... no
>
> checking whether we are using the GNU Fortran 77 compiler... no
>
> checking whether  accepts -g... no
>
> checking the maximum length of command line arguments... 32768
>
> checking command to parse /usr/bin/nm -B output from gcc object... ok
>
> checking for objdir... .libs
>
> checking for ar... ar
>
> checking for ranlib... ranlib
>
> checking for strip... strip
>
> checking if gcc supports -fno-rtti -fno-exceptions... no
>
> 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 whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking whether -lc should be explicitly linked in... no
>
> checking dynamic linker characteristics... GNU/Linux ld.so
>
> checking how to hardcode library paths into programs... immediate
>
> checking whether stripping libraries is possible... yes
>
> checking if libtool supports shared libraries... yes
>
> checking whether to build shared libraries... yes
>
> checking whether to build static libraries... yes
>
> configure: creating libtool
>
> appending configuration tag "CXX" to libtool
>
> checking for ld used by g++... /usr/bin/ld -m elf_x86_64
>
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
>
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking for g++ option to produce PIC... -fPIC
>
> checking if g++ PIC flag -fPIC works... yes
>
> checking if g++ static flag -static works... yes
>
> checking if g++ supports -c -o file.o... yes
>
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking dynamic linker characteristics... GNU/Linux ld.so
>
> checking how to hardcode library paths into programs... immediate
>
> appending configuration tag "F77" to libtool
>
> checking for a Python interpreter with version >=3D 2.2... python
>
> checking for python... /usr/bin/python
>
> checking for python version... 2.7
>
> checking for python platform... linux2
>
> checking for python script directory...
> ${prefix}/lib/python2.7/site-packages
>
> checking for python extension module directory...
> ${exec_prefix}/lib/python2.7/site-packages
>
> checking for ANSI C header files... (cached) yes
>
> checking for stdbool.h that conforms to C99... yes
>
> checking for _Bool... yes
>
> checking for an ANSI C-conforming const... yes
>
> checking for inline... inline
>
> checking for size_t... yes
>
> checking for stdlib.h... (cached) yes
>
> checking for GNU libc compatible malloc... yes
>
> checking for strcasecmp... yes
>
> checking for strtol... yes
>
> checking for strstr... yes
>
> checking for memchr... yes
>
> checking for strchr... yes
>
> checking whether the compiler implements namespaces... yes
>
> checking what namespace STL code is in... std
>
> configure: creating ./config.status
>
> config.status: creating Makefile
>
> config.status: creating src/streamhtmlparser/htmlparser_cpp.h
>
> config.status: creating src/config.h
>
> config.status: src/config.h is unchanged
>
> config.status: executing depfiles commands
>
> cd . && /bin/bash /data/jjones/clearsilver/streamhtmlparser/missing --run
> aclocal-1.9 -I m4
>
> /data/jjones/clearsilver/streamhtmlparser/missing: line 52: aclocal-1.9:
> command not found
>
> WARNING: `aclocal-1.9' is missing on your system.  You should only need i=
t
> if
>
>          you modified `acinclude.m4' or `configure.ac'.  You might want
>
>          to install the `Automake' and `Perl' packages.  Grab them from
>
>          any GNU archive site.
>
>  cd . && /bin/bash /data/jjones/clearsilver/streamhtmlparser/missing --ru=
n
> automake-1.9 --gnu
>
> /data/jjones/clearsilver/streamhtmlparser/missing: line 52: automake-1.9:
> command not found
>
> WARNING: `automake-1.9' is missing on your system.  You should only need =
it
> if
>
>          you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
>
>          You might want to install the `Automake' and `Perl' packages.
>
>          Grab them from any GNU archive site.
>
> cd . && /bin/bash /data/jjones/clearsilver/streamhtmlparser/missing --run
> autoconf
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
> suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:2669: _LT_AC_LANG_C_CONFIG is expanded from...
>
> aclocal.m4:2668: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...=
):
> suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:2669: _LT_AC_LANG_C_CONFIG is expanded from...
>
> aclocal.m4:2668: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detect=
ed
> in body
>
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
>
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
>
> aclocal.m4:295: _LT_AC_SYS_LIBPATH_AIX is expanded from...
>
> aclocal.m4:5348: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
>
> aclocal.m4:2669: _LT_AC_LANG_C_CONFIG is expanded from...
>
> aclocal.m4:2668: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detect=
ed
> in body
>
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
>
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
>
> aclocal.m4:295: _LT_AC_SYS_LIBPATH_AIX is expanded from...
>
> aclocal.m4:2746: _LT_AC_LANG_CXX_CONFIG is expanded from...
>
> aclocal.m4:2745: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ..=
.):
> suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:2746: _LT_AC_LANG_CXX_CONFIG is expanded from...
>
> aclocal.m4:2745: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX,
> ...): suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:2746: _LT_AC_LANG_CXX_CONFIG is expanded from...
>
> aclocal.m4:2745: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ..=
.):
> suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:3909: _LT_AC_LANG_F77_CONFIG is expanded from...
>
> aclocal.m4:3908: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77,
> ...): suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:3909: _LT_AC_LANG_F77_CONFIG is expanded from...
>
> aclocal.m4:3908: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ..=
.):
> suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:4011: _LT_AC_LANG_GCJ_CONFIG is expanded from...
>
> aclocal.m4:4010: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ,
> ...): suspicious cache-id, must contain _cv_ to be cached
>
> ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
>
> ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
>
> aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...
>
> aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
>
> aclocal.m4:4011: _LT_AC_LANG_GCJ_CONFIG is expanded from...
>
> aclocal.m4:4010: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:19: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detect=
ed
> in body
>
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
>
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
>
> aclocal.m4:295: _LT_AC_SYS_LIBPATH_AIX is expanded from...
>
> aclocal.m4:5348: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
>
> aclocal.m4:4011: _LT_AC_LANG_GCJ_CONFIG is expanded from...
>
> aclocal.m4:4010: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
>
> aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...
>
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
>
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
>
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
>
> configure.ac:19: the top level
>
> configure.ac:33: warning: AC_LIBTOOL_SETUP was called before
> AC_DISABLE_FAST_INSTALL
>
> aclocal.m4:2034: AC_DISABLE_FAST_INSTALL is expanded from...
>
> configure.ac:33: the top level
>
> /bin/bash ./config.status --recheck
>
> running /bin/bash ./configure  --disable-python  --no-create --no-recursi=
on
>
> checking for a BSD-compatible install... /usr/bin/install -c
>
> checking whether build environment is sane... yes
>
> checking for gawk... gawk
>
> checking whether make sets $(MAKE)... yes
>
> checking for gcc... gcc
>
> checking whether the C compiler works... yes
>
> checking for C compiler default output file name... a.out
>
> checking for suffix of executables...
>
> checking whether we are cross compiling... no
>
> checking for suffix of object files... o
>
> checking whether we are using the GNU C compiler... yes
>
> checking whether gcc accepts -g... yes
>
> checking for gcc option to accept ISO C89... none needed
>
> checking for style of include used by make... GNU
>
> checking dependency style of gcc... gcc3
>
> checking for g++... g++
>
> checking whether we are using the GNU C++ compiler... yes
>
> checking whether g++ accepts -g... yes
>
> checking dependency style of g++... gcc3
>
> checking how to run the C preprocessor... gcc -E
>
> checking build system type... x86_64-unknown-linux-gnu
>
> checking host system type... x86_64-unknown-linux-gnu
>
> checking for a sed that does not truncate output... /bin/sed
>
> checking for grep that handles long lines and -e... /bin/grep
>
> checking for egrep... /bin/grep -E
>
> checking for ld used by gcc... /usr/bin/ld
>
> checking if the linker (/usr/bin/ld) is GNU ld... yes
>
> checking for /usr/bin/ld option to reload object files... -r
>
> checking for BSD-compatible nm... /usr/bin/nm -B
>
> checking whether ln -s works... yes
>
> checking how to recognise dependent libraries... pass_all
>
> 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... yes
>
> checking for unistd.h... yes
>
> checking dlfcn.h usability... yes
>
> checking dlfcn.h presence... yes
>
> checking for dlfcn.h... yes
>
> checking how to run the C++ preprocessor... g++ -E
>
> checking for g77... no
>
> checking for xlf... no
>
> checking for f77... no
>
> checking for frt... no
>
> checking for pgf77... no
>
> checking for cf77... no
>
> checking for fort77... no
>
> checking for fl32... no
>
> checking for af77... no
>
> checking for xlf90... no
>
> checking for f90... no
>
> checking for pgf90... no
>
> checking for pghpf... no
>
> checking for epcf90... no
>
> checking for gfortran... no
>
> checking for g95... no
>
> checking for xlf95... no
>
> checking for f95... no
>
> checking for fort... no
>
> checking for ifort... no
>
> checking for ifc... no
>
> checking for efc... no
>
> checking for pgfortran... no
>
> checking for pgf95... no
>
> checking for lf95... no
>
> checking for ftn... no
>
> checking for nagfor... no
>
> checking whether we are using the GNU Fortran 77 compiler... no
>
> checking whether  accepts -g... no
>
> checking the maximum length of command line arguments... 32768
>
> checking command to parse /usr/bin/nm -B output from gcc object... ok
>
> checking for objdir... .libs
>
> checking for ar... ar
>
> checking for ranlib... ranlib
>
> checking for strip... strip
>
> checking if gcc supports -fno-rtti -fno-exceptions... no
>
> 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 whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking whether -lc should be explicitly linked in... no
>
> checking dynamic linker characteristics... GNU/Linux ld.so
>
> checking how to hardcode library paths into programs... immediate
>
> checking whether stripping libraries is possible... yes
>
> checking if libtool supports shared libraries... yes
>
> checking whether to build shared libraries... yes
>
> checking whether to build static libraries... yes
>
> configure: creating libtool
>
> appending configuration tag "CXX" to libtool
>
> checking for ld used by g++... /usr/bin/ld -m elf_x86_64
>
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
>
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking for g++ option to produce PIC... -fPIC
>
> checking if g++ PIC flag -fPIC works... yes
>
> checking if g++ static flag -static works... yes
>
> checking if g++ supports -c -o file.o... yes
>
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shar=
ed
> libraries... yes
>
> checking dynamic linker characteristics... GNU/Linux ld.so
>
> checking how to hardcode library paths into programs... immediate
>
> appending configuration tag "F77" to libtool
>
> checking for a Python interpreter with version >=3D 2.2... python
>
> checking for python... /usr/bin/python
>
> checking for python version... 2.7
>
> checking for python platform... linux2
>
> checking for python script directory...
> ${prefix}/lib/python2.7/site-packages
>
> checking for python extension module directory...
> ${exec_prefix}/lib/python2.7/site-packages
>
> checking for ANSI C header files... (cached) yes
>
> checking for stdbool.h that conforms to C99... yes
>
> checking for _Bool... yes
>
> checking for an ANSI C-conforming const... yes
>
> checking for inline... inline
>
> checking for size_t... yes
>
> checking for stdlib.h... (cached) yes
>
> checking for GNU libc compatible malloc... yes
>
> checking for strcasecmp... yes
>
> checking for strtol... yes
>
> checking for strstr... yes
>
> checking for memchr... yes
>
> checking for strchr... yes
>
> checking whether the compiler implements namespaces... yes
>
> checking what namespace STL code is in... std
>
> configure: creating ./config.status
>
>  /bin/bash ./config.status
>
> config.status: creating Makefile
>
> config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir
> setting
>
> config.status: creating src/streamhtmlparser/htmlparser_cpp.h
>
> config.status: creating src/config.h
>
> config.status: executing depfiles commands
>
> ./src/tools/generate_fsm.py ./src/htmlparser_fsm.config >
> src/htmlparser_fsm.h
>
> ./src/tools/generate_fsm.py ./src/jsparser_fsm.config > src/jsparser_fsm.=
h
>
> ./src/tools/generate_fsm.py ./src/tests/statemachine_test_fsm.config >
> src/tests/statemachine_test_fsm.h
>
> make  all-am
>
> make[1]: Entering directory '/data/jjones/clearsilver/streamhtmlparser'
>
> if /bin/sh ./libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.
> -I./src  -I./src  -DNDEBUG  -g -O2 -MT
> libstreamhtmlparser_la-statemachine.lo -MD -MP -MF
> ".deps/libstreamhtmlparser_la-statemachine.Tpo" -c -o
> libstreamhtmlparser_la-statemachine.lo `test -f 'src/statemachine.c' || e=
cho
> './'`src/statemachine.c; \
>
> then mv -f ".deps/libstreamhtmlparser_la-statemachine.Tpo"
> ".deps/libstreamhtmlparser_la-statemachine.Plo"; else rm -f
> ".deps/libstreamhtmlparser_la-statemachine.Tpo"; exit 1; fi
>
> mkdir .libs
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT
> libstreamhtmlparser_la-statemachine.lo -MD -MP -MF
> .deps/libstreamhtmlparser_la-statemachine.Tpo -c src/statemachine.c  -fPI=
C
> -DPIC -o .libs/libstreamhtmlparser_la-statemachine.o
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT
> libstreamhtmlparser_la-statemachine.lo -MD -MP -MF
> .deps/libstreamhtmlparser_la-statemachine.Tpo -c src/statemachine.c -o
> libstreamhtmlparser_la-statemachine.o >/dev/null 2>&1
>
> if /bin/sh ./libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.
> -I./src  -I./src  -DNDEBUG  -g -O2 -MT libstreamhtmlparser_la-jsparser.lo
> -MD -MP -MF ".deps/libstreamhtmlparser_la-jsparser.Tpo" -c -o
> libstreamhtmlparser_la-jsparser.lo `test -f 'src/jsparser.c' || echo
> './'`src/jsparser.c; \
>
> then mv -f ".deps/libstreamhtmlparser_la-jsparser.Tpo"
> ".deps/libstreamhtmlparser_la-jsparser.Plo"; else rm -f
> ".deps/libstreamhtmlparser_la-jsparser.Tpo"; exit 1; fi
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT
> libstreamhtmlparser_la-jsparser.lo -MD -MP -MF
> .deps/libstreamhtmlparser_la-jsparser.Tpo -c src/jsparser.c  -fPIC -DPIC =
-o
> .libs/libstreamhtmlparser_la-jsparser.o
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT
> libstreamhtmlparser_la-jsparser.lo -MD -MP -MF
> .deps/libstreamhtmlparser_la-jsparser.Tpo -c src/jsparser.c -o
> libstreamhtmlparser_la-jsparser.o >/dev/null 2>&1
>
> if /bin/sh ./libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.
> -I./src  -I./src  -DNDEBUG  -g -O2 -MT libstreamhtmlparser_la-htmlparser.=
lo
> -MD -MP -MF ".deps/libstreamhtmlparser_la-htmlparser.Tpo" -c -o
> libstreamhtmlparser_la-htmlparser.lo `test -f 'src/htmlparser.c' || echo
> './'`src/htmlparser.c; \
>
> then mv -f ".deps/libstreamhtmlparser_la-htmlparser.Tpo"
> ".deps/libstreamhtmlparser_la-htmlparser.Plo"; else rm -f
> ".deps/libstreamhtmlparser_la-htmlparser.Tpo"; exit 1; fi
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT
> libstreamhtmlparser_la-htmlparser.lo -MD -MP -MF
> .deps/libstreamhtmlparser_la-htmlparser.Tpo -c src/htmlparser.c  -fPIC -D=
PIC
> -o .libs/libstreamhtmlparser_la-htmlparser.o
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT
> libstreamhtmlparser_la-htmlparser.lo -MD -MP -MF
> .deps/libstreamhtmlparser_la-htmlparser.Tpo -c src/htmlparser.c -o
> libstreamhtmlparser_la-htmlparser.o >/dev/null 2>&1
>
> /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined   -o
> libstreamhtmlparser.la -rpath /usr/local/lib -export-symbols-regex
> '^htmlparser_' libstreamhtmlparser_la-statemachine.lo
> libstreamhtmlparser_la-jsparser.lo libstreamhtmlparser_la-htmlparser.lo
>
> generating symbol list for `libstreamhtmlparser.la'
>
> /usr/bin/nm -B  .libs/libstreamhtmlparser_la-statemachine.o
> .libs/libstreamhtmlparser_la-jsparser.o
> .libs/libstreamhtmlparser_la-htmlparser.o  | sed -n -e 's/^.*[
> ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/  /p' |
> /bin/sed 's/.* //' | sort | uniq > .libs/libstreamhtmlparser.exp
>
> /bin/grep -E -e "^htmlparser_" ".libs/libstreamhtmlparser.exp" >
> ".libs/libstreamhtmlparser.expT"
>
> mv -f ".libs/libstreamhtmlparser.expT" ".libs/libstreamhtmlparser.exp"
>
> echo "{ global:" > .libs/libstreamhtmlparser.ver
>
>  cat .libs/libstreamhtmlparser.exp | sed -e "s/\(.*\)/;/" >>
> .libs/libstreamhtmlparser.ver
>
>  echo "local: *; };" >> .libs/libstreamhtmlparser.ver
>
>  gcc -shared  .libs/libstreamhtmlparser_la-statemachine.o
> .libs/libstreamhtmlparser_la-jsparser.o
> .libs/libstreamhtmlparser_la-htmlparser.o   -Wl,-soname
> -Wl,libstreamhtmlparser.so.0 -Wl,-version-script
> -Wl,.libs/libstreamhtmlparser.ver -o .libs/libstreamhtmlparser.so.0.0.0
>
> (cd .libs && rm -f libstreamhtmlparser.so.0 && ln -s
> libstreamhtmlparser.so.0.0.0 libstreamhtmlparser.so.0)
>
> (cd .libs && rm -f libstreamhtmlparser.so && ln -s
> libstreamhtmlparser.so.0.0.0 libstreamhtmlparser.so)
>
> ar cru .libs/libstreamhtmlparser.a  libstreamhtmlparser_la-statemachine.o
> libstreamhtmlparser_la-jsparser.o libstreamhtmlparser_la-htmlparser.o
>
> ranlib .libs/libstreamhtmlparser.a
>
> creating libstreamhtmlparser.la
>
> (cd .libs && rm -f libstreamhtmlparser.la && ln -s ../libstreamhtmlparser=
.la
> libstreamhtmlparser.la)
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT
> statemachine_test.o -MD -MP -MF ".deps/statemachine_test.Tpo" -c -o
> statemachine_test.o `test -f 'src/tests/statemachine_test.c' || echo
> './'`src/tests/statemachine_test.c; \
>
> then mv -f ".deps/statemachine_test.Tpo" ".deps/statemachine_test.Po"; el=
se
> rm -f ".deps/statemachine_test.Tpo"; exit 1; fi
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT statemachine=
.o
> -MD -MP -MF ".deps/statemachine.Tpo" -c -o statemachine.o `test -f
> 'src/statemachine.c' || echo './'`src/statemachine.c; \
>
> then mv -f ".deps/statemachine.Tpo" ".deps/statemachine.Po"; else rm -f
> ".deps/statemachine.Tpo"; exit 1; fi
>
> /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined   -o
> statemachine_test  statemachine_test.o statemachine.o
>
> gcc -g -O2 -o statemachine_test statemachine_test.o statemachine.o
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT jsparser_tes=
t.o
> -MD -MP -MF ".deps/jsparser_test.Tpo" -c -o jsparser_test.o `test -f
> 'src/tests/jsparser_test.c' || echo './'`src/tests/jsparser_test.c; \
>
> then mv -f ".deps/jsparser_test.Tpo" ".deps/jsparser_test.Po"; else rm -f
> ".deps/jsparser_test.Tpo"; exit 1; fi
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT jsparser.o -=
MD
> -MP -MF ".deps/jsparser.Tpo" -c -o jsparser.o `test -f 'src/jsparser.c' |=
|
> echo './'`src/jsparser.c; \
>
> then mv -f ".deps/jsparser.Tpo" ".deps/jsparser.Po"; else rm -f
> ".deps/jsparser.Tpo"; exit 1; fi
>
> /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined   -o
> jsparser_test  jsparser_test.o statemachine.o jsparser.o
>
> gcc -g -O2 -o jsparser_test jsparser_test.o statemachine.o jsparser.o
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT
> htmlparser_test.o -MD -MP -MF ".deps/htmlparser_test.Tpo" -c -o
> htmlparser_test.o `test -f 'src/tests/htmlparser_test.c' || echo
> './'`src/tests/htmlparser_test.c; \
>
> then mv -f ".deps/htmlparser_test.Tpo" ".deps/htmlparser_test.Po"; else r=
m
> -f ".deps/htmlparser_test.Tpo"; exit 1; fi
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT htmlparser.o
> -MD -MP -MF ".deps/htmlparser.Tpo" -c -o htmlparser.o `test -f
> 'src/htmlparser.c' || echo './'`src/htmlparser.c; \
>
> then mv -f ".deps/htmlparser.Tpo" ".deps/htmlparser.Po"; else rm -f
> ".deps/htmlparser.Tpo"; exit 1; fi
>
> /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined   -o
> htmlparser_test  htmlparser_test.o statemachine.o jsparser.o htmlparser.o
> libstreamhtmlparser.la
>
> gcc -g -O2 -o .libs/htmlparser_test htmlparser_test.o statemachine.o
> jsparser.o htmlparser.o  ./.libs/libstreamhtmlparser.so
>
> creating htmlparser_test
>
> if g++ -DHAVE_CONFIG_H -I. -I. -I./src  -I./src  -Wall -Wwrite-strings
> -Woverloaded-virtual -Wno-sign-compare -g -O2 -MT htmlparser_cpp_test.o -=
MD
> -MP -MF ".deps/htmlparser_cpp_test.Tpo" -c -o htmlparser_cpp_test.o `test=
 -f
> 'src/tests/htmlparser_cpp_test.cc' || echo
> './'`src/tests/htmlparser_cpp_test.cc; \
>
> then mv -f ".deps/htmlparser_cpp_test.Tpo" ".deps/htmlparser_cpp_test.Po"=
;
> else rm -f ".deps/htmlparser_cpp_test.Tpo"; exit 1; fi
>
> /bin/sh ./libtool --tag=3DCXX --mode=3Dlink g++ -Wall -Wwrite-strings
> -Woverloaded-virtual -Wno-sign-compare -g -O2 -no-undefined   -o
> htmlparser_cpp_test  htmlparser_cpp_test.o libstreamhtmlparser.la
>
> g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -=
o
> .libs/htmlparser_cpp_test htmlparser_cpp_test.o
> ./.libs/libstreamhtmlparser.so
>
> creating htmlparser_cpp_test
>
> if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT
> generate_fsm_c_test.o -MD -MP -MF ".deps/generate_fsm_c_test.Tpo" -c -o
> generate_fsm_c_test.o `test -f 'src/tests/generate_fsm_c_test.c' || echo
> './'`src/tests/generate_fsm_c_test.c; \
>
> then mv -f ".deps/generate_fsm_c_test.Tpo" ".deps/generate_fsm_c_test.Po"=
;
> else rm -f ".deps/generate_fsm_c_test.Tpo"; exit 1; fi
>
> /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined   -o
> generate_fsm_c_test  generate_fsm_c_test.o
>
> gcc -g -O2 -o generate_fsm_c_test generate_fsm_c_test.o
>
> make[1]: Leaving directory '/data/jjones/clearsilver/streamhtmlparser'
>
> /data/jjones/clearsilver
>
> *******************************************
>
> ** Building Dependencies
>
> ** OSNAME: Linux
>
> ** (done)
>
> make[1]: Entering directory '/data/jjones/clearsilver/util'
>
> *******************************************
>
> ** Building Dependencies
>
> ** OSNAME: Linux
>
> ** (done)
>
> make[1]: Leaving directory '/data/jjones/clearsilver/util'
>
> make[1]: Entering directory '/data/jjones/clearsilver/cs'
>
> *******************************************
>
> ** Building Dependencies
>
> ** OSNAME: Linux
>
> ** (done)
>
> make[1]: Leaving directory '/data/jjones/clearsilver/cs'
>
> make[1]: Entering directory '/data/jjones/clearsilver/cgi'
>
> *******************************************
>
> ** Building Dependencies
>
> ** OSNAME: Linux
>
> ** (done)
>
> make[1]: Leaving directory '/data/jjones/clearsilver/cgi'
>
> make[1]: Entering directory '/data/jjones/clearsilver/ruby'
>
> *******************************************
>
> ** Building Dependencies
>
> ** OSNAME: Linux
>
> ** (done)
>
> make[1]: Leaving directory '/data/jjones/clearsilver/ruby'
>
> make[1]: Entering directory '/data/jjones/clearsilver/java'
>
> *******************************************
>
> ** Building Dependencies
>
> ** OSNAME: Linux
>
> ** (done)
>
> make[1]: Leaving directory '/data/jjones/clearsilver/java'
>
> cp -p /data/jjones/clearsilver/streamhtmlparser/.libs/libstreamhtmlparser=
.a
> libs
>
> mkdir: cannot create directory =E2=80=98libs=E2=80=99: File exists
>
> Makefile:119: recipe for target 'output_dir' failed
>
> make: *** [output_dir] Error 1
>
>
>
>
>=20

--R8S1WuJtlhCf0GfAaAMWB2r2uG1jwoCNvdNRYiI
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/htm=
l4/strict.dtd">
<html>
<head>
</head>






=20
<body style=3D"background-color: #fff;">
<span style=3D"display:none">&nbsp;</span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id=3D"ygrp-mlmsg" style=3D"position:relative;">
  <div id=3D"ygrp-msg" style=3D"z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id=3D"ygrp-text" >
=20=20=20=20=20=20
=20=20=20=20=20=20
      <p>Ok, I&#39;ve pushed a fix to the Makefile for the libs directory c=
reation.<br>
<br>
Brandon<br>
<br>
On Fri, Aug 18, 2017 at 10:49 AM, [email protected]<br>
[ClearSilver] &lt;[email protected]&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; I&#39;m having trouble building ClearSilver. After trying to build by =
only<br>
&gt; cloning clearsilver, I then tried cloning streamhtmlparser as well. I =
am<br>
&gt; still getting an error about libs directory already existing when a mk=
dir is<br>
&gt; attempted. I&#39;m clearly not doing something right. I am disabling p=
ython, as<br>
&gt; I get a build error when &quot;Python.h&quot; can&#39;t be #included. =
 Below is the script<br>
&gt; I&#39;m using and the complete output.<br>
&gt;<br>
&gt;<br>
&gt; Joel Jones<br>
&gt;<br>
&gt;<br>
&gt; jjones@jjones-lnx1:/data/jjones$ rm -rf clearsilver/<br>
&gt;<br>
&gt; jjones@jjones-lnx1:/data/jjones$ cat mkClearSilver<br>
&gt;<br>
&gt; git clone https://github.com/blong42/clearsilver.git<br>
&gt;<br>
&gt; cd clearsilver<br>
&gt;<br>
&gt; git clone https://github.com/google/streamhtmlparser.git<br>
&gt;<br>
&gt; ./autogen.sh --without-python<br>
&gt;<br>
&gt; cd streamhtmlparser/<br>
&gt;<br>
&gt; ./configure --disable-python<br>
&gt;<br>
&gt; make<br>
&gt;<br>
&gt; cd -<br>
&gt;<br>
&gt; make<br>
&gt;<br>
&gt; jjones@jjones-lnx1:/data/jjones$ ./mkClearSilver<br>
&gt;<br>
&gt; Cloning into &#39;clearsilver&#39;...<br>
&gt;<br>
&gt; remote: Counting objects: 5400, done.<br>
&gt;<br>
&gt; remote: Total 5400 (delta 0), reused 0 (delta 0), pack-reused 5400<br>
&gt;<br>
&gt; Receiving objects: 100% (5400/5400), 1.35 MiB | 0 bytes/s, done.<br>
&gt;<br>
&gt; Resolving deltas: 100% (3747/3747), done.<br>
&gt;<br>
&gt; Checking connectivity... done.<br>
&gt;<br>
&gt; Cloning into &#39;streamhtmlparser&#39;...<br>
&gt;<br>
&gt; remote: Counting objects: 89, done.<br>
&gt;<br>
&gt; remote: Compressing objects: 100% (72/72), done.<br>
&gt;<br>
&gt; remote: Total 89 (delta 9), reused 87 (delta 8), pack-reused 0<br>
&gt;<br>
&gt; Unpacking objects: 100% (89/89), done.<br>
&gt;<br>
&gt; Checking connectivity... done.<br>
&gt;<br>
&gt; aclocal: warning: autoconf input should be named &#39;configure.ac&#39=
;, not<br>
&gt; &#39;configure.in&#39;<br>
&gt;<br>
&gt; configure.in:511: warning: AC_CONFIG_SUBDIRS: you should use literals<=
br>
&gt;<br>
&gt; ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from.=
..<br>
&gt;<br>
&gt; configure.in:511: the top level<br>
&gt;<br>
&gt; autoheader: WARNING: Using auxiliary files such as `acconfig.h&#39;,<b=
r>
&gt; `config.h.bot&#39;<br>
&gt;<br>
&gt; autoheader: WARNING: and `config.h.top&#39;, to define templates for<b=
r>
&gt; `config.h.in&#39;<br>
&gt;<br>
&gt; autoheader: WARNING: is deprecated and discouraged.<br>
&gt;<br>
&gt; autoheader:<br>
&gt;<br>
&gt; autoheader: WARNING: Using the third argument of `AC_DEFINE&#39; and<b=
r>
&gt;<br>
&gt; autoheader: WARNING: `AC_DEFINE_UNQUOTED&#39; allows one to define a t=
emplate<br>
&gt; without<br>
&gt;<br>
&gt; autoheader: WARNING: `acconfig.h&#39;:<br>
&gt;<br>
&gt; autoheader:<br>
&gt;<br>
&gt; autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,<br>
&gt;<br>
&gt; autoheader: [Define if a function `main&#39; is needed.])<br>
&gt;<br>
&gt; autoheader:<br>
&gt;<br>
&gt; autoheader: WARNING: More sophisticated templates can also be produced=
, see<br>
&gt; the<br>
&gt;<br>
&gt; autoheader: WARNING: documentation.<br>
&gt;<br>
&gt; configure.in:511: warning: AC_CONFIG_SUBDIRS: you should use literals<=
br>
&gt;<br>
&gt; ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from.=
..<br>
&gt;<br>
&gt; configure.in:511: the top level<br>
&gt;<br>
&gt; configure.in:511: warning: AC_CONFIG_SUBDIRS: you should use literals<=
br>
&gt;<br>
&gt; ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from.=
..<br>
&gt;<br>
&gt; configure.in:511: the top level<br>
&gt;<br>
&gt; checking for gcc... gcc<br>
&gt;<br>
&gt; checking whether the C compiler works... yes<br>
&gt;<br>
&gt; checking for C compiler default output file name... a.out<br>
&gt;<br>
&gt; checking for suffix of executables...<br>
&gt;<br>
&gt; checking whether we are cross compiling... no<br>
&gt;<br>
&gt; checking for suffix of object files... o<br>
&gt;<br>
&gt; checking whether we are using the GNU C compiler... yes<br>
&gt;<br>
&gt; checking whether gcc accepts -g... yes<br>
&gt;<br>
&gt; checking for gcc option to accept ISO C89... none needed<br>
&gt;<br>
&gt; checking how to run the C preprocessor... gcc -E<br>
&gt;<br>
&gt; checking whether ln -s works... yes<br>
&gt;<br>
&gt; checking for ar... ar<br>
&gt;<br>
&gt; checking for ranlib... ranlib<br>
&gt;<br>
&gt; checking whether make sets $(MAKE)... yes<br>
&gt;<br>
&gt; checking for a BSD-compatible install... /usr/bin/install -c<br>
&gt;<br>
&gt; checking for Neotonic Paths... not found<br>
&gt;<br>
&gt; checking for dirent.h that defines DIR... yes<br>
&gt;<br>
&gt; checking for library containing opendir... none required<br>
&gt;<br>
&gt; checking for grep that handles long lines and -e... /bin/grep<br>
&gt;<br>
&gt; checking for egrep... /bin/grep -E<br>
&gt;<br>
&gt; checking for ANSI C header files... yes<br>
&gt;<br>
&gt; checking for sys/wait.h that is POSIX.1 compatible... yes<br>
&gt;<br>
&gt; checking for sys/types.h... yes<br>
&gt;<br>
&gt; checking for sys/stat.h... yes<br>
&gt;<br>
&gt; checking for stdlib.h... yes<br>
&gt;<br>
&gt; checking for string.h... yes<br>
&gt;<br>
&gt; checking for memory.h... yes<br>
&gt;<br>
&gt; checking for strings.h... yes<br>
&gt;<br>
&gt; checking for inttypes.h... yes<br>
&gt;<br>
&gt; checking for stdint.h... yes<br>
&gt;<br>
&gt; checking for unistd.h... yes<br>
&gt;<br>
&gt; checking fcntl.h usability... yes<br>
&gt;<br>
&gt; checking fcntl.h presence... yes<br>
&gt;<br>
&gt; checking for fcntl.h... yes<br>
&gt;<br>
&gt; checking stdarg.h usability... yes<br>
&gt;<br>
&gt; checking stdarg.h presence... yes<br>
&gt;<br>
&gt; checking for stdarg.h... yes<br>
&gt;<br>
&gt; checking varargs.h usability... no<br>
&gt;<br>
&gt; checking varargs.h presence... no<br>
&gt;<br>
&gt; checking for varargs.h... no<br>
&gt;<br>
&gt; checking limits.h usability... yes<br>
&gt;<br>
&gt; checking limits.h presence... yes<br>
&gt;<br>
&gt; checking for limits.h... yes<br>
&gt;<br>
&gt; checking for strings.h... (cached) yes<br>
&gt;<br>
&gt; checking sys/ioctl.h usability... yes<br>
&gt;<br>
&gt; checking sys/ioctl.h presence... yes<br>
&gt;<br>
&gt; checking for sys/ioctl.h... yes<br>
&gt;<br>
&gt; checking sys/time.h usability... yes<br>
&gt;<br>
&gt; checking sys/time.h presence... yes<br>
&gt;<br>
&gt; checking for sys/time.h... yes<br>
&gt;<br>
&gt; checking for unistd.h... (cached) yes<br>
&gt;<br>
&gt; checking features.h usability... yes<br>
&gt;<br>
&gt; checking features.h presence... yes<br>
&gt;<br>
&gt; checking for features.h... yes<br>
&gt;<br>
&gt; checking for an ANSI C-conforming const... yes<br>
&gt;<br>
&gt; checking for mode_t... yes<br>
&gt;<br>
&gt; checking for off_t... yes<br>
&gt;<br>
&gt; checking for pid_t... yes<br>
&gt;<br>
&gt; checking for size_t... yes<br>
&gt;<br>
&gt; checking whether time.h and sys/time.h may both be included... yes<br>
&gt;<br>
&gt; checking whether struct tm is in sys/time.h or time.h... time.h<br>
&gt;<br>
&gt; checking for struct tm.tm_zone... yes<br>
&gt;<br>
&gt; checking return type of signal handlers... void<br>
&gt;<br>
&gt; checking for strftime... yes<br>
&gt;<br>
&gt; checking for vprintf... yes<br>
&gt;<br>
&gt; checking for _doprnt... no<br>
&gt;<br>
&gt; checking for wait3 that fills in rusage... yes<br>
&gt;<br>
&gt; checking for gettimeofday... yes<br>
&gt;<br>
&gt; checking for mktime... yes<br>
&gt;<br>
&gt; checking for putenv... yes<br>
&gt;<br>
&gt; checking for strerror... yes<br>
&gt;<br>
&gt; checking for strspn... yes<br>
&gt;<br>
&gt; checking for strtod... yes<br>
&gt;<br>
&gt; checking for strtol... yes<br>
&gt;<br>
&gt; checking for strtoul... yes<br>
&gt;<br>
&gt; checking for random... yes<br>
&gt;<br>
&gt; checking for rand... yes<br>
&gt;<br>
&gt; checking for drand48... yes<br>
&gt;<br>
&gt; checking build system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking host system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking for lockf... yes<br>
&gt;<br>
&gt; checking pthread.h usability... yes<br>
&gt;<br>
&gt; checking pthread.h presence... yes<br>
&gt;<br>
&gt; checking for pthread.h... yes<br>
&gt;<br>
&gt; checking for the pthreads library -lpthreads... no<br>
&gt;<br>
&gt; checking whether pthreads work without any flags... no<br>
&gt;<br>
&gt; checking whether pthreads work with -Kthread... no<br>
&gt;<br>
&gt; checking whether pthreads work with -kthread... no<br>
&gt;<br>
&gt; checking for the pthreads library -llthread... no<br>
&gt;<br>
&gt; checking whether pthreads work with -pthread... yes<br>
&gt;<br>
&gt; checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE<br>
&gt;<br>
&gt; checking if more special flags are required for pthreads... no<br>
&gt;<br>
&gt; checking for snprintf... yes<br>
&gt;<br>
&gt; checking for vsnprintf... yes<br>
&gt;<br>
&gt; checking for localtime_r... yes<br>
&gt;<br>
&gt; checking whether localtime_r is declared... yes<br>
&gt;<br>
&gt; checking for gmtime_r... yes<br>
&gt;<br>
&gt; checking whether gmtime_r is declared... yes<br>
&gt;<br>
&gt; checking for strtok_r... yes<br>
&gt;<br>
&gt; checking whether strtok_r is declared... yes<br>
&gt;<br>
&gt; checking for mkstemp... yes<br>
&gt;<br>
&gt; checking for regexec... yes<br>
&gt;<br>
&gt; checking for deflate in -lz... yes<br>
&gt;<br>
&gt; checking for apache apxs... not found<br>
&gt;<br>
&gt; checking for python includes... Traceback (most recent call last):<br>
&gt;<br>
&gt;   File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;<br>
&gt; IndexError: list index out of range<br>
&gt;<br>
&gt; Traceback (most recent call last):<br>
&gt;<br>
&gt;   File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;<br>
&gt; IndexError: list index out of range<br>
&gt;<br>
&gt; not found<br>
&gt;<br>
&gt; checking for perl &gt;=3D 5.006... found /usr/bin/perl<br>
&gt;<br>
&gt; checking for ruby... found /usr/bin/ruby<br>
&gt;<br>
&gt; checking for j2sdk path... found /usr<br>
&gt;<br>
&gt; checking for /usr/bin/javac... /usr/bin/javac<br>
&gt;<br>
&gt; checking symlink for /usr/bin/javac... /etc/alternatives/javac<br>
&gt;<br>
&gt; checking symlink for /etc/alternatives/javac...<br>
&gt; /usr/lib/jvm/java-7-openjdk-amd64/bin/javac<br>
&gt;<br>
&gt; checking for csharp path... not found<br>
&gt;<br>
&gt; configure: creating ./config.status<br>
&gt;<br>
&gt; config.status: creating rules.mk<br>
&gt;<br>
&gt; config.status: WARNING:  &#39;rules.mk.in&#39; seems to ignore the --d=
atarootdir<br>
&gt; setting<br>
&gt;<br>
&gt; config.status: creating cs_config.h<br>
&gt;<br>
&gt; =3D=3D=3D configuring in streamhtmlparser<br>
&gt; (/data/jjones/clearsilver/streamhtmlparser)<br>
&gt;<br>
&gt; configure: running /bin/bash ./configure --disable-option-checking<br>
&gt; &#39;--prefix=3D/usr/local&#39;  &#39;--without-python&#39; --cache-fi=
le=3D/dev/null --srcdir=3D.<br>
&gt;<br>
&gt; checking for a BSD-compatible install... /usr/bin/install -c<br>
&gt;<br>
&gt; checking whether build environment is sane... yes<br>
&gt;<br>
&gt; checking for gawk... gawk<br>
&gt;<br>
&gt; checking whether make sets $(MAKE)... yes<br>
&gt;<br>
&gt; checking for gcc... gcc<br>
&gt;<br>
&gt; checking for C compiler default output file name... a.out<br>
&gt;<br>
&gt; checking whether the C compiler works... yes<br>
&gt;<br>
&gt; checking whether we are cross compiling... no<br>
&gt;<br>
&gt; checking for suffix of executables...<br>
&gt;<br>
&gt; checking for suffix of object files... o<br>
&gt;<br>
&gt; checking whether we are using the GNU C compiler... yes<br>
&gt;<br>
&gt; checking whether gcc accepts -g... yes<br>
&gt;<br>
&gt; checking for gcc option to accept ANSI C... none needed<br>
&gt;<br>
&gt; checking for style of include used by make... GNU<br>
&gt;<br>
&gt; checking dependency style of gcc... gcc3<br>
&gt;<br>
&gt; checking for g&#43;+... g&#43;+<br>
&gt;<br>
&gt; checking whether we are using the GNU C&#43;+ compiler... yes<br>
&gt;<br>
&gt; checking whether g&#43;+ accepts -g... yes<br>
&gt;<br>
&gt; checking dependency style of g&#43;+... gcc3<br>
&gt;<br>
&gt; checking how to run the C preprocessor... gcc -E<br>
&gt;<br>
&gt; checking build system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking host system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking for a sed that does not truncate output... /bin/sed<br>
&gt;<br>
&gt; checking for egrep... grep -E<br>
&gt;<br>
&gt; checking for ld used by gcc... /usr/bin/ld<br>
&gt;<br>
&gt; checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
&gt;<br>
&gt; checking for /usr/bin/ld option to reload object files... -r<br>
&gt;<br>
&gt; checking for BSD-compatible nm... /usr/bin/nm -B<br>
&gt;<br>
&gt; checking whether ln -s works... yes<br>
&gt;<br>
&gt; checking how to recognise dependent libraries... pass_all<br>
&gt;<br>
&gt; checking for ANSI C header files... yes<br>
&gt;<br>
&gt; checking for sys/types.h... yes<br>
&gt;<br>
&gt; checking for sys/stat.h... yes<br>
&gt;<br>
&gt; checking for stdlib.h... yes<br>
&gt;<br>
&gt; checking for string.h... yes<br>
&gt;<br>
&gt; checking for memory.h... yes<br>
&gt;<br>
&gt; checking for strings.h... yes<br>
&gt;<br>
&gt; checking for inttypes.h... yes<br>
&gt;<br>
&gt; checking for stdint.h... yes<br>
&gt;<br>
&gt; checking for unistd.h... yes<br>
&gt;<br>
&gt; checking dlfcn.h usability... yes<br>
&gt;<br>
&gt; checking dlfcn.h presence... yes<br>
&gt;<br>
&gt; checking for dlfcn.h... yes<br>
&gt;<br>
&gt; checking how to run the C&#43;+ preprocessor... g&#43;+ -E<br>
&gt;<br>
&gt; checking for g77... no<br>
&gt;<br>
&gt; checking for f77... no<br>
&gt;<br>
&gt; checking for xlf... no<br>
&gt;<br>
&gt; checking for frt... no<br>
&gt;<br>
&gt; checking for pgf77... no<br>
&gt;<br>
&gt; checking for fort77... no<br>
&gt;<br>
&gt; checking for fl32... no<br>
&gt;<br>
&gt; checking for af77... no<br>
&gt;<br>
&gt; checking for f90... no<br>
&gt;<br>
&gt; checking for xlf90... no<br>
&gt;<br>
&gt; checking for pgf90... no<br>
&gt;<br>
&gt; checking for epcf90... no<br>
&gt;<br>
&gt; checking for f95... no<br>
&gt;<br>
&gt; checking for fort... no<br>
&gt;<br>
&gt; checking for xlf95... no<br>
&gt;<br>
&gt; checking for ifc... no<br>
&gt;<br>
&gt; checking for efc... no<br>
&gt;<br>
&gt; checking for pgf95... no<br>
&gt;<br>
&gt; checking for lf95... no<br>
&gt;<br>
&gt; checking for gfortran... no<br>
&gt;<br>
&gt; checking whether we are using the GNU Fortran 77 compiler... no<br>
&gt;<br>
&gt; checking whether  accepts -g... no<br>
&gt;<br>
&gt; checking the maximum length of command line arguments... 32768<br>
&gt;<br>
&gt; checking command to parse /usr/bin/nm -B output from gcc object... ok<=
br>
&gt;<br>
&gt; checking for objdir... .libs<br>
&gt;<br>
&gt; checking for ar... ar<br>
&gt;<br>
&gt; checking for ranlib... ranlib<br>
&gt;<br>
&gt; checking for strip... strip<br>
&gt;<br>
&gt; checking if gcc supports -fno-rtti -fno-exceptions... no<br>
&gt;<br>
&gt; checking for gcc option to produce PIC... -fPIC<br>
&gt;<br>
&gt; checking if gcc PIC flag -fPIC works... yes<br>
&gt;<br>
&gt; checking if gcc static flag -static works... yes<br>
&gt;<br>
&gt; checking if gcc supports -c -o file.o... yes<br>
&gt;<br>
&gt; checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports s=
hared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking whether -lc should be explicitly linked in... no<br>
&gt;<br>
&gt; checking dynamic linker characteristics... GNU/Linux ld.so<br>
&gt;<br>
&gt; checking how to hardcode library paths into programs... immediate<br>
&gt;<br>
&gt; checking whether stripping libraries is possible... yes<br>
&gt;<br>
&gt; checking if libtool supports shared libraries... yes<br>
&gt;<br>
&gt; checking whether to build shared libraries... yes<br>
&gt;<br>
&gt; checking whether to build static libraries... yes<br>
&gt;<br>
&gt; configure: creating libtool<br>
&gt;<br>
&gt; appending configuration tag &quot;CXX&quot; to libtool<br>
&gt;<br>
&gt; checking for ld used by g&#43;+... /usr/bin/ld -m elf_x86_64<br>
&gt;<br>
&gt; checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<br=
>
&gt;<br>
&gt; checking whether the g&#43;+ linker (/usr/bin/ld -m elf_x86_64) suppor=
ts shared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking for g&#43;+ option to produce PIC... -fPIC<br>
&gt;<br>
&gt; checking if g&#43;+ PIC flag -fPIC works... yes<br>
&gt;<br>
&gt; checking if g&#43;+ static flag -static works... yes<br>
&gt;<br>
&gt; checking if g&#43;+ supports -c -o file.o... yes<br>
&gt;<br>
&gt; checking whether the g&#43;+ linker (/usr/bin/ld -m elf_x86_64) suppor=
ts shared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking dynamic linker characteristics... GNU/Linux ld.so<br>
&gt;<br>
&gt; checking how to hardcode library paths into programs... immediate<br>
&gt;<br>
&gt; appending configuration tag &quot;F77&quot; to libtool<br>
&gt;<br>
&gt; checking for a Python interpreter with version &gt;=3D 2.2... python<b=
r>
&gt;<br>
&gt; checking for python... /usr/bin/python<br>
&gt;<br>
&gt; checking for python version... 2.7<br>
&gt;<br>
&gt; checking for python platform... linux2<br>
&gt;<br>
&gt; checking for python script directory...<br>
&gt; ${prefix}/lib/python2.7/site-packages<br>
&gt;<br>
&gt; checking for python extension module directory...<br>
&gt; ${exec_prefix}/lib/python2.7/site-packages<br>
&gt;<br>
&gt; checking for ANSI C header files... (cached) yes<br>
&gt;<br>
&gt; checking for stdbool.h that conforms to C99... yes<br>
&gt;<br>
&gt; checking for _Bool... yes<br>
&gt;<br>
&gt; checking for an ANSI C-conforming const... yes<br>
&gt;<br>
&gt; checking for inline... inline<br>
&gt;<br>
&gt; checking for size_t... yes<br>
&gt;<br>
&gt; checking for stdlib.h... (cached) yes<br>
&gt;<br>
&gt; checking for GNU libc compatible malloc... yes<br>
&gt;<br>
&gt; checking for strcasecmp... yes<br>
&gt;<br>
&gt; checking for strtol... yes<br>
&gt;<br>
&gt; checking for strstr... yes<br>
&gt;<br>
&gt; checking for memchr... yes<br>
&gt;<br>
&gt; checking for strchr... yes<br>
&gt;<br>
&gt; checking whether the compiler implements namespaces... yes<br>
&gt;<br>
&gt; checking what namespace STL code is in... std<br>
&gt;<br>
&gt; configure: creating ./config.status<br>
&gt;<br>
&gt; config.status: creating Makefile<br>
&gt;<br>
&gt; config.status: creating src/streamhtmlparser/htmlparser_cpp.h<br>
&gt;<br>
&gt; config.status: creating src/config.h<br>
&gt;<br>
&gt; config.status: executing depfiles commands<br>
&gt;<br>
&gt; checking for a BSD-compatible install... /usr/bin/install -c<br>
&gt;<br>
&gt; checking whether build environment is sane... yes<br>
&gt;<br>
&gt; checking for gawk... gawk<br>
&gt;<br>
&gt; checking whether make sets $(MAKE)... yes<br>
&gt;<br>
&gt; checking for gcc... gcc<br>
&gt;<br>
&gt; checking for C compiler default output file name... a.out<br>
&gt;<br>
&gt; checking whether the C compiler works... yes<br>
&gt;<br>
&gt; checking whether we are cross compiling... no<br>
&gt;<br>
&gt; checking for suffix of executables...<br>
&gt;<br>
&gt; checking for suffix of object files... o<br>
&gt;<br>
&gt; checking whether we are using the GNU C compiler... yes<br>
&gt;<br>
&gt; checking whether gcc accepts -g... yes<br>
&gt;<br>
&gt; checking for gcc option to accept ANSI C... none needed<br>
&gt;<br>
&gt; checking for style of include used by make... GNU<br>
&gt;<br>
&gt; checking dependency style of gcc... gcc3<br>
&gt;<br>
&gt; checking for g&#43;+... g&#43;+<br>
&gt;<br>
&gt; checking whether we are using the GNU C&#43;+ compiler... yes<br>
&gt;<br>
&gt; checking whether g&#43;+ accepts -g... yes<br>
&gt;<br>
&gt; checking dependency style of g&#43;+... gcc3<br>
&gt;<br>
&gt; checking how to run the C preprocessor... gcc -E<br>
&gt;<br>
&gt; checking build system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking host system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking for a sed that does not truncate output... /bin/sed<br>
&gt;<br>
&gt; checking for egrep... grep -E<br>
&gt;<br>
&gt; checking for ld used by gcc... /usr/bin/ld<br>
&gt;<br>
&gt; checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
&gt;<br>
&gt; checking for /usr/bin/ld option to reload object files... -r<br>
&gt;<br>
&gt; checking for BSD-compatible nm... /usr/bin/nm -B<br>
&gt;<br>
&gt; checking whether ln -s works... yes<br>
&gt;<br>
&gt; checking how to recognise dependent libraries... pass_all<br>
&gt;<br>
&gt; checking for ANSI C header files... yes<br>
&gt;<br>
&gt; checking for sys/types.h... yes<br>
&gt;<br>
&gt; checking for sys/stat.h... yes<br>
&gt;<br>
&gt; checking for stdlib.h... yes<br>
&gt;<br>
&gt; checking for string.h... yes<br>
&gt;<br>
&gt; checking for memory.h... yes<br>
&gt;<br>
&gt; checking for strings.h... yes<br>
&gt;<br>
&gt; checking for inttypes.h... yes<br>
&gt;<br>
&gt; checking for stdint.h... yes<br>
&gt;<br>
&gt; checking for unistd.h... yes<br>
&gt;<br>
&gt; checking dlfcn.h usability... yes<br>
&gt;<br>
&gt; checking dlfcn.h presence... yes<br>
&gt;<br>
&gt; checking for dlfcn.h... yes<br>
&gt;<br>
&gt; checking how to run the C&#43;+ preprocessor... g&#43;+ -E<br>
&gt;<br>
&gt; checking for g77... no<br>
&gt;<br>
&gt; checking for f77... no<br>
&gt;<br>
&gt; checking for xlf... no<br>
&gt;<br>
&gt; checking for frt... no<br>
&gt;<br>
&gt; checking for pgf77... no<br>
&gt;<br>
&gt; checking for fort77... no<br>
&gt;<br>
&gt; checking for fl32... no<br>
&gt;<br>
&gt; checking for af77... no<br>
&gt;<br>
&gt; checking for f90... no<br>
&gt;<br>
&gt; checking for xlf90... no<br>
&gt;<br>
&gt; checking for pgf90... no<br>
&gt;<br>
&gt; checking for epcf90... no<br>
&gt;<br>
&gt; checking for f95... no<br>
&gt;<br>
&gt; checking for fort... no<br>
&gt;<br>
&gt; checking for xlf95... no<br>
&gt;<br>
&gt; checking for ifc... no<br>
&gt;<br>
&gt; checking for efc... no<br>
&gt;<br>
&gt; checking for pgf95... no<br>
&gt;<br>
&gt; checking for lf95... no<br>
&gt;<br>
&gt; checking for gfortran... no<br>
&gt;<br>
&gt; checking whether we are using the GNU Fortran 77 compiler... no<br>
&gt;<br>
&gt; checking whether  accepts -g... no<br>
&gt;<br>
&gt; checking the maximum length of command line arguments... 32768<br>
&gt;<br>
&gt; checking command to parse /usr/bin/nm -B output from gcc object... ok<=
br>
&gt;<br>
&gt; checking for objdir... .libs<br>
&gt;<br>
&gt; checking for ar... ar<br>
&gt;<br>
&gt; checking for ranlib... ranlib<br>
&gt;<br>
&gt; checking for strip... strip<br>
&gt;<br>
&gt; checking if gcc supports -fno-rtti -fno-exceptions... no<br>
&gt;<br>
&gt; checking for gcc option to produce PIC... -fPIC<br>
&gt;<br>
&gt; checking if gcc PIC flag -fPIC works... yes<br>
&gt;<br>
&gt; checking if gcc static flag -static works... yes<br>
&gt;<br>
&gt; checking if gcc supports -c -o file.o... yes<br>
&gt;<br>
&gt; checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports s=
hared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking whether -lc should be explicitly linked in... no<br>
&gt;<br>
&gt; checking dynamic linker characteristics... GNU/Linux ld.so<br>
&gt;<br>
&gt; checking how to hardcode library paths into programs... immediate<br>
&gt;<br>
&gt; checking whether stripping libraries is possible... yes<br>
&gt;<br>
&gt; checking if libtool supports shared libraries... yes<br>
&gt;<br>
&gt; checking whether to build shared libraries... yes<br>
&gt;<br>
&gt; checking whether to build static libraries... yes<br>
&gt;<br>
&gt; configure: creating libtool<br>
&gt;<br>
&gt; appending configuration tag &quot;CXX&quot; to libtool<br>
&gt;<br>
&gt; checking for ld used by g&#43;+... /usr/bin/ld -m elf_x86_64<br>
&gt;<br>
&gt; checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<br=
>
&gt;<br>
&gt; checking whether the g&#43;+ linker (/usr/bin/ld -m elf_x86_64) suppor=
ts shared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking for g&#43;+ option to produce PIC... -fPIC<br>
&gt;<br>
&gt; checking if g&#43;+ PIC flag -fPIC works... yes<br>
&gt;<br>
&gt; checking if g&#43;+ static flag -static works... yes<br>
&gt;<br>
&gt; checking if g&#43;+ supports -c -o file.o... yes<br>
&gt;<br>
&gt; checking whether the g&#43;+ linker (/usr/bin/ld -m elf_x86_64) suppor=
ts shared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking dynamic linker characteristics... GNU/Linux ld.so<br>
&gt;<br>
&gt; checking how to hardcode library paths into programs... immediate<br>
&gt;<br>
&gt; appending configuration tag &quot;F77&quot; to libtool<br>
&gt;<br>
&gt; checking for a Python interpreter with version &gt;=3D 2.2... python<b=
r>
&gt;<br>
&gt; checking for python... /usr/bin/python<br>
&gt;<br>
&gt; checking for python version... 2.7<br>
&gt;<br>
&gt; checking for python platform... linux2<br>
&gt;<br>
&gt; checking for python script directory...<br>
&gt; ${prefix}/lib/python2.7/site-packages<br>
&gt;<br>
&gt; checking for python extension module directory...<br>
&gt; ${exec_prefix}/lib/python2.7/site-packages<br>
&gt;<br>
&gt; checking for ANSI C header files... (cached) yes<br>
&gt;<br>
&gt; checking for stdbool.h that conforms to C99... yes<br>
&gt;<br>
&gt; checking for _Bool... yes<br>
&gt;<br>
&gt; checking for an ANSI C-conforming const... yes<br>
&gt;<br>
&gt; checking for inline... inline<br>
&gt;<br>
&gt; checking for size_t... yes<br>
&gt;<br>
&gt; checking for stdlib.h... (cached) yes<br>
&gt;<br>
&gt; checking for GNU libc compatible malloc... yes<br>
&gt;<br>
&gt; checking for strcasecmp... yes<br>
&gt;<br>
&gt; checking for strtol... yes<br>
&gt;<br>
&gt; checking for strstr... yes<br>
&gt;<br>
&gt; checking for memchr... yes<br>
&gt;<br>
&gt; checking for strchr... yes<br>
&gt;<br>
&gt; checking whether the compiler implements namespaces... yes<br>
&gt;<br>
&gt; checking what namespace STL code is in... std<br>
&gt;<br>
&gt; configure: creating ./config.status<br>
&gt;<br>
&gt; config.status: creating Makefile<br>
&gt;<br>
&gt; config.status: creating src/streamhtmlparser/htmlparser_cpp.h<br>
&gt;<br>
&gt; config.status: creating src/config.h<br>
&gt;<br>
&gt; config.status: src/config.h is unchanged<br>
&gt;<br>
&gt; config.status: executing depfiles commands<br>
&gt;<br>
&gt; cd . && /bin/bash /data/jjones/clearsilver/streamhtmlparser/missing --=
run<br>
&gt; aclocal-1.9 -I m4<br>
&gt;<br>
&gt; /data/jjones/clearsilver/streamhtmlparser/missing: line 52: aclocal-1.=
9:<br>
&gt; command not found<br>
&gt;<br>
&gt; WARNING: `aclocal-1.9&#39; is missing on your system.  You should only=
 need it<br>
&gt; if<br>
&gt;<br>
&gt;          you modified `acinclude.m4&#39; or `configure.ac&#39;.  You m=
ight want<br>
&gt;<br>
&gt;          to install the `Automake&#39; and `Perl&#39; packages.  Grab =
them from<br>
&gt;<br>
&gt;          any GNU archive site.<br>
&gt;<br>
&gt;  cd . && /bin/bash /data/jjones/clearsilver/streamhtmlparser/missing -=
-run<br>
&gt; automake-1.9 --gnu<br>
&gt;<br>
&gt; /data/jjones/clearsilver/streamhtmlparser/missing: line 52: automake-1=
.9:<br>
&gt; command not found<br>
&gt;<br>
&gt; WARNING: `automake-1.9&#39; is missing on your system.  You should onl=
y need it<br>
&gt; if<br>
&gt;<br>
&gt;          you modified `Makefile.am&#39;, `acinclude.m4&#39; or `config=
ure.ac&#39;.<br>
&gt;<br>
&gt;          You might want to install the `Automake&#39; and `Perl&#39; p=
ackages.<br>
&gt;<br>
&gt;          Grab them from any GNU archive site.<br>
&gt;<br>
&gt; cd . && /bin/bash /data/jjones/clearsilver/streamhtmlparser/missing --=
run<br>
&gt; autoconf<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...=
):<br>
&gt; suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2669: _LT_AC_LANG_C_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2668: AC_LIBTOOL_LANG_C_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, =
...):<br>
&gt; suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2669: _LT_AC_LANG_C_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2668: AC_LIBTOOL_LANG_C_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call det=
ected<br>
&gt; in body<br>
&gt;<br>
&gt; ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from..=
.<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:295: _LT_AC_SYS_LIBPATH_AIX is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:5348: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2669: _LT_AC_LANG_C_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2668: AC_LIBTOOL_LANG_C_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call det=
ected<br>
&gt; in body<br>
&gt;<br>
&gt; ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from..=
.<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:295: _LT_AC_SYS_LIBPATH_AIX is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2746: _LT_AC_LANG_CXX_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2745: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX,=
 ...):<br>
&gt; suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2746: _LT_AC_LANG_CXX_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2745: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_C=
XX,<br>
&gt; ...): suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2746: _LT_AC_LANG_CXX_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:2745: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77,=
 ...):<br>
&gt; suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:3909: _LT_AC_LANG_F77_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:3908: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F=
77,<br>
&gt; ...): suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:3909: _LT_AC_LANG_F77_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:3908: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ,=
 ...):<br>
&gt; suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4011: _LT_AC_LANG_GCJ_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4010: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_G=
CJ,<br>
&gt; ...): suspicious cache-id, must contain _cv_ to be cached<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4821: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4011: _LT_AC_LANG_GCJ_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4010: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:19: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call det=
ected<br>
&gt; in body<br>
&gt;<br>
&gt; ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...<b=
r>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from..=
.<br>
&gt;<br>
&gt; ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...=
<br>
&gt;<br>
&gt; aclocal.m4:295: _LT_AC_SYS_LIBPATH_AIX is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:5348: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4011: _LT_AC_LANG_GCJ_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:4010: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:1805: _LT_AC_TAGCONFIG is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...<br>
&gt;<br>
&gt; configure.ac:19: the top level<br>
&gt;<br>
&gt; configure.ac:33: warning: AC_LIBTOOL_SETUP was called before<br>
&gt; AC_DISABLE_FAST_INSTALL<br>
&gt;<br>
&gt; aclocal.m4:2034: AC_DISABLE_FAST_INSTALL is expanded from...<br>
&gt;<br>
&gt; configure.ac:33: the top level<br>
&gt;<br>
&gt; /bin/bash ./config.status --recheck<br>
&gt;<br>
&gt; running /bin/bash ./configure  --disable-python  --no-create --no-recu=
rsion<br>
&gt;<br>
&gt; checking for a BSD-compatible install... /usr/bin/install -c<br>
&gt;<br>
&gt; checking whether build environment is sane... yes<br>
&gt;<br>
&gt; checking for gawk... gawk<br>
&gt;<br>
&gt; checking whether make sets $(MAKE)... yes<br>
&gt;<br>
&gt; checking for gcc... gcc<br>
&gt;<br>
&gt; checking whether the C compiler works... yes<br>
&gt;<br>
&gt; checking for C compiler default output file name... a.out<br>
&gt;<br>
&gt; checking for suffix of executables...<br>
&gt;<br>
&gt; checking whether we are cross compiling... no<br>
&gt;<br>
&gt; checking for suffix of object files... o<br>
&gt;<br>
&gt; checking whether we are using the GNU C compiler... yes<br>
&gt;<br>
&gt; checking whether gcc accepts -g... yes<br>
&gt;<br>
&gt; checking for gcc option to accept ISO C89... none needed<br>
&gt;<br>
&gt; checking for style of include used by make... GNU<br>
&gt;<br>
&gt; checking dependency style of gcc... gcc3<br>
&gt;<br>
&gt; checking for g&#43;+... g&#43;+<br>
&gt;<br>
&gt; checking whether we are using the GNU C&#43;+ compiler... yes<br>
&gt;<br>
&gt; checking whether g&#43;+ accepts -g... yes<br>
&gt;<br>
&gt; checking dependency style of g&#43;+... gcc3<br>
&gt;<br>
&gt; checking how to run the C preprocessor... gcc -E<br>
&gt;<br>
&gt; checking build system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking host system type... x86_64-unknown-linux-gnu<br>
&gt;<br>
&gt; checking for a sed that does not truncate output... /bin/sed<br>
&gt;<br>
&gt; checking for grep that handles long lines and -e... /bin/grep<br>
&gt;<br>
&gt; checking for egrep... /bin/grep -E<br>
&gt;<br>
&gt; checking for ld used by gcc... /usr/bin/ld<br>
&gt;<br>
&gt; checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
&gt;<br>
&gt; checking for /usr/bin/ld option to reload object files... -r<br>
&gt;<br>
&gt; checking for BSD-compatible nm... /usr/bin/nm -B<br>
&gt;<br>
&gt; checking whether ln -s works... yes<br>
&gt;<br>
&gt; checking how to recognise dependent libraries... pass_all<br>
&gt;<br>
&gt; checking for ANSI C header files... yes<br>
&gt;<br>
&gt; checking for sys/types.h... yes<br>
&gt;<br>
&gt; checking for sys/stat.h... yes<br>
&gt;<br>
&gt; checking for stdlib.h... yes<br>
&gt;<br>
&gt; checking for string.h... yes<br>
&gt;<br>
&gt; checking for memory.h... yes<br>
&gt;<br>
&gt; checking for strings.h... yes<br>
&gt;<br>
&gt; checking for inttypes.h... yes<br>
&gt;<br>
&gt; checking for stdint.h... yes<br>
&gt;<br>
&gt; checking for unistd.h... yes<br>
&gt;<br>
&gt; checking dlfcn.h usability... yes<br>
&gt;<br>
&gt; checking dlfcn.h presence... yes<br>
&gt;<br>
&gt; checking for dlfcn.h... yes<br>
&gt;<br>
&gt; checking how to run the C&#43;+ preprocessor... g&#43;+ -E<br>
&gt;<br>
&gt; checking for g77... no<br>
&gt;<br>
&gt; checking for xlf... no<br>
&gt;<br>
&gt; checking for f77... no<br>
&gt;<br>
&gt; checking for frt... no<br>
&gt;<br>
&gt; checking for pgf77... no<br>
&gt;<br>
&gt; checking for cf77... no<br>
&gt;<br>
&gt; checking for fort77... no<br>
&gt;<br>
&gt; checking for fl32... no<br>
&gt;<br>
&gt; checking for af77... no<br>
&gt;<br>
&gt; checking for xlf90... no<br>
&gt;<br>
&gt; checking for f90... no<br>
&gt;<br>
&gt; checking for pgf90... no<br>
&gt;<br>
&gt; checking for pghpf... no<br>
&gt;<br>
&gt; checking for epcf90... no<br>
&gt;<br>
&gt; checking for gfortran... no<br>
&gt;<br>
&gt; checking for g95... no<br>
&gt;<br>
&gt; checking for xlf95... no<br>
&gt;<br>
&gt; checking for f95... no<br>
&gt;<br>
&gt; checking for fort... no<br>
&gt;<br>
&gt; checking for ifort... no<br>
&gt;<br>
&gt; checking for ifc... no<br>
&gt;<br>
&gt; checking for efc... no<br>
&gt;<br>
&gt; checking for pgfortran... no<br>
&gt;<br>
&gt; checking for pgf95... no<br>
&gt;<br>
&gt; checking for lf95... no<br>
&gt;<br>
&gt; checking for ftn... no<br>
&gt;<br>
&gt; checking for nagfor... no<br>
&gt;<br>
&gt; checking whether we are using the GNU Fortran 77 compiler... no<br>
&gt;<br>
&gt; checking whether  accepts -g... no<br>
&gt;<br>
&gt; checking the maximum length of command line arguments... 32768<br>
&gt;<br>
&gt; checking command to parse /usr/bin/nm -B output from gcc object... ok<=
br>
&gt;<br>
&gt; checking for objdir... .libs<br>
&gt;<br>
&gt; checking for ar... ar<br>
&gt;<br>
&gt; checking for ranlib... ranlib<br>
&gt;<br>
&gt; checking for strip... strip<br>
&gt;<br>
&gt; checking if gcc supports -fno-rtti -fno-exceptions... no<br>
&gt;<br>
&gt; checking for gcc option to produce PIC... -fPIC<br>
&gt;<br>
&gt; checking if gcc PIC flag -fPIC works... yes<br>
&gt;<br>
&gt; checking if gcc static flag -static works... yes<br>
&gt;<br>
&gt; checking if gcc supports -c -o file.o... yes<br>
&gt;<br>
&gt; checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports s=
hared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking whether -lc should be explicitly linked in... no<br>
&gt;<br>
&gt; checking dynamic linker characteristics... GNU/Linux ld.so<br>
&gt;<br>
&gt; checking how to hardcode library paths into programs... immediate<br>
&gt;<br>
&gt; checking whether stripping libraries is possible... yes<br>
&gt;<br>
&gt; checking if libtool supports shared libraries... yes<br>
&gt;<br>
&gt; checking whether to build shared libraries... yes<br>
&gt;<br>
&gt; checking whether to build static libraries... yes<br>
&gt;<br>
&gt; configure: creating libtool<br>
&gt;<br>
&gt; appending configuration tag &quot;CXX&quot; to libtool<br>
&gt;<br>
&gt; checking for ld used by g&#43;+... /usr/bin/ld -m elf_x86_64<br>
&gt;<br>
&gt; checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<br=
>
&gt;<br>
&gt; checking whether the g&#43;+ linker (/usr/bin/ld -m elf_x86_64) suppor=
ts shared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking for g&#43;+ option to produce PIC... -fPIC<br>
&gt;<br>
&gt; checking if g&#43;+ PIC flag -fPIC works... yes<br>
&gt;<br>
&gt; checking if g&#43;+ static flag -static works... yes<br>
&gt;<br>
&gt; checking if g&#43;+ supports -c -o file.o... yes<br>
&gt;<br>
&gt; checking whether the g&#43;+ linker (/usr/bin/ld -m elf_x86_64) suppor=
ts shared<br>
&gt; libraries... yes<br>
&gt;<br>
&gt; checking dynamic linker characteristics... GNU/Linux ld.so<br>
&gt;<br>
&gt; checking how to hardcode library paths into programs... immediate<br>
&gt;<br>
&gt; appending configuration tag &quot;F77&quot; to libtool<br>
&gt;<br>
&gt; checking for a Python interpreter with version &gt;=3D 2.2... python<b=
r>
&gt;<br>
&gt; checking for python... /usr/bin/python<br>
&gt;<br>
&gt; checking for python version... 2.7<br>
&gt;<br>
&gt; checking for python platform... linux2<br>
&gt;<br>
&gt; checking for python script directory...<br>
&gt; ${prefix}/lib/python2.7/site-packages<br>
&gt;<br>
&gt; checking for python extension module directory...<br>
&gt; ${exec_prefix}/lib/python2.7/site-packages<br>
&gt;<br>
&gt; checking for ANSI C header files... (cached) yes<br>
&gt;<br>
&gt; checking for stdbool.h that conforms to C99... yes<br>
&gt;<br>
&gt; checking for _Bool... yes<br>
&gt;<br>
&gt; checking for an ANSI C-conforming const... yes<br>
&gt;<br>
&gt; checking for inline... inline<br>
&gt;<br>
&gt; checking for size_t... yes<br>
&gt;<br>
&gt; checking for stdlib.h... (cached) yes<br>
&gt;<br>
&gt; checking for GNU libc compatible malloc... yes<br>
&gt;<br>
&gt; checking for strcasecmp... yes<br>
&gt;<br>
&gt; checking for strtol... yes<br>
&gt;<br>
&gt; checking for strstr... yes<br>
&gt;<br>
&gt; checking for memchr... yes<br>
&gt;<br>
&gt; checking for strchr... yes<br>
&gt;<br>
&gt; checking whether the compiler implements namespaces... yes<br>
&gt;<br>
&gt; checking what namespace STL code is in... std<br>
&gt;<br>
&gt; configure: creating ./config.status<br>
&gt;<br>
&gt;  /bin/bash ./config.status<br>
&gt;<br>
&gt; config.status: creating Makefile<br>
&gt;<br>
&gt; config.status: WARNING:  &#39;Makefile.in&#39; seems to ignore the --d=
atarootdir<br>
&gt; setting<br>
&gt;<br>
&gt; config.status: creating src/streamhtmlparser/htmlparser_cpp.h<br>
&gt;<br>
&gt; config.status: creating src/config.h<br>
&gt;<br>
&gt; config.status: executing depfiles commands<br>
&gt;<br>
&gt; ./src/tools/generate_fsm.py ./src/htmlparser_fsm.config &gt;<br>
&gt; src/htmlparser_fsm.h<br>
&gt;<br>
&gt; ./src/tools/generate_fsm.py ./src/jsparser_fsm.config &gt; src/jsparse=
r_fsm.h<br>
&gt;<br>
&gt; ./src/tools/generate_fsm.py ./src/tests/statemachine_test_fsm.config &=
gt;<br>
&gt; src/tests/statemachine_test_fsm.h<br>
&gt;<br>
&gt; make  all-am<br>
&gt;<br>
&gt; make[1]: Entering directory &#39;/data/jjones/clearsilver/streamhtmlpa=
rser&#39;<br>
&gt;<br>
&gt; if /bin/sh ./libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -=
I. -I.<br>
&gt; -I./src  -I./src  -DNDEBUG  -g -O2 -MT<br>
&gt; libstreamhtmlparser_la-statemachine.lo -MD -MP -MF<br>
&gt; &quot;.deps/libstreamhtmlparser_la-statemachine.Tpo&quot; -c -o<br>
&gt; libstreamhtmlparser_la-statemachine.lo `test -f &#39;src/statemachine.=
c&#39; || echo<br>
&gt; &#39;./&#39;`src/statemachine.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/libstreamhtmlparser_la-statemachine.Tpo&quot;<b=
r>
&gt; &quot;.deps/libstreamhtmlparser_la-statemachine.Plo&quot;; else rm -f<=
br>
&gt; &quot;.deps/libstreamhtmlparser_la-statemachine.Tpo&quot;; exit 1; fi<=
br>
&gt;<br>
&gt; mkdir .libs<br>
&gt;<br>
&gt;  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT<br>
&gt; libstreamhtmlparser_la-statemachine.lo -MD -MP -MF<br>
&gt; .deps/libstreamhtmlparser_la-statemachine.Tpo -c src/statemachine.c  -=
fPIC<br>
&gt; -DPIC -o .libs/libstreamhtmlparser_la-statemachine.o<br>
&gt;<br>
&gt;  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT<br>
&gt; libstreamhtmlparser_la-statemachine.lo -MD -MP -MF<br>
&gt; .deps/libstreamhtmlparser_la-statemachine.Tpo -c src/statemachine.c -o=
<br>
&gt; libstreamhtmlparser_la-statemachine.o &gt;/dev/null 2&gt;&1<br>
&gt;<br>
&gt; if /bin/sh ./libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -=
I. -I.<br>
&gt; -I./src  -I./src  -DNDEBUG  -g -O2 -MT libstreamhtmlparser_la-jsparser=
.lo<br>
&gt; -MD -MP -MF &quot;.deps/libstreamhtmlparser_la-jsparser.Tpo&quot; -c -=
o<br>
&gt; libstreamhtmlparser_la-jsparser.lo `test -f &#39;src/jsparser.c&#39; |=
| echo<br>
&gt; &#39;./&#39;`src/jsparser.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/libstreamhtmlparser_la-jsparser.Tpo&quot;<br>
&gt; &quot;.deps/libstreamhtmlparser_la-jsparser.Plo&quot;; else rm -f<br>
&gt; &quot;.deps/libstreamhtmlparser_la-jsparser.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt;  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT<br>
&gt; libstreamhtmlparser_la-jsparser.lo -MD -MP -MF<br>
&gt; .deps/libstreamhtmlparser_la-jsparser.Tpo -c src/jsparser.c  -fPIC -DP=
IC -o<br>
&gt; .libs/libstreamhtmlparser_la-jsparser.o<br>
&gt;<br>
&gt;  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT<br>
&gt; libstreamhtmlparser_la-jsparser.lo -MD -MP -MF<br>
&gt; .deps/libstreamhtmlparser_la-jsparser.Tpo -c src/jsparser.c -o<br>
&gt; libstreamhtmlparser_la-jsparser.o &gt;/dev/null 2&gt;&1<br>
&gt;<br>
&gt; if /bin/sh ./libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -=
I. -I.<br>
&gt; -I./src  -I./src  -DNDEBUG  -g -O2 -MT libstreamhtmlparser_la-htmlpars=
er.lo<br>
&gt; -MD -MP -MF &quot;.deps/libstreamhtmlparser_la-htmlparser.Tpo&quot; -c=
 -o<br>
&gt; libstreamhtmlparser_la-htmlparser.lo `test -f &#39;src/htmlparser.c&#3=
9; || echo<br>
&gt; &#39;./&#39;`src/htmlparser.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/libstreamhtmlparser_la-htmlparser.Tpo&quot;<br>
&gt; &quot;.deps/libstreamhtmlparser_la-htmlparser.Plo&quot;; else rm -f<br=
>
&gt; &quot;.deps/libstreamhtmlparser_la-htmlparser.Tpo&quot;; exit 1; fi<br=
>
&gt;<br>
&gt;  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT<br>
&gt; libstreamhtmlparser_la-htmlparser.lo -MD -MP -MF<br>
&gt; .deps/libstreamhtmlparser_la-htmlparser.Tpo -c src/htmlparser.c  -fPIC=
 -DPIC<br>
&gt; -o .libs/libstreamhtmlparser_la-htmlparser.o<br>
&gt;<br>
&gt;  gcc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNDEBUG -g -O2 -MT<br>
&gt; libstreamhtmlparser_la-htmlparser.lo -MD -MP -MF<br>
&gt; .deps/libstreamhtmlparser_la-htmlparser.Tpo -c src/htmlparser.c -o<br>
&gt; libstreamhtmlparser_la-htmlparser.o &gt;/dev/null 2&gt;&1<br>
&gt;<br>
&gt; /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined  =
 -o<br>
&gt; libstreamhtmlparser.la -rpath /usr/local/lib -export-symbols-regex<br>
&gt; &#39;^htmlparser_&#39; libstreamhtmlparser_la-statemachine.lo<br>
&gt; libstreamhtmlparser_la-jsparser.lo libstreamhtmlparser_la-htmlparser.l=
o<br>
&gt;<br>
&gt; generating symbol list for `libstreamhtmlparser.la&#39;<br>
&gt;<br>
&gt; /usr/bin/nm -B  .libs/libstreamhtmlparser_la-statemachine.o<br>
&gt; .libs/libstreamhtmlparser_la-jsparser.o<br>
&gt; .libs/libstreamhtmlparser_la-htmlparser.o  | sed -n -e &#39;s/^.*[<br>
&gt; ]&#92;([ABCDGIRSTW][ABCDGIRSTW]*&#92;)[ ][ ]*&#92;([_A-Za-z][_A-Za-z0-=
9]*&#92;)$/  /p&#39; |<br>
&gt; /bin/sed &#39;s/.* //&#39; | sort | uniq &gt; .libs/libstreamhtmlparse=
r.exp<br>
&gt;<br>
&gt; /bin/grep -E -e &quot;^htmlparser_&quot; &quot;.libs/libstreamhtmlpars=
er.exp&quot; &gt;<br>
&gt; &quot;.libs/libstreamhtmlparser.expT&quot;<br>
&gt;<br>
&gt; mv -f &quot;.libs/libstreamhtmlparser.expT&quot; &quot;.libs/libstream=
htmlparser.exp&quot;<br>
&gt;<br>
&gt; echo &quot;{ global:&quot; &gt; .libs/libstreamhtmlparser.ver<br>
&gt;<br>
&gt;  cat .libs/libstreamhtmlparser.exp | sed -e &quot;s/&#92;(.*&#92;)/;/&=
quot; &gt;&gt;<br>
&gt; .libs/libstreamhtmlparser.ver<br>
&gt;<br>
&gt;  echo &quot;local: *; };&quot; &gt;&gt; .libs/libstreamhtmlparser.ver<=
br>
&gt;<br>
&gt;  gcc -shared  .libs/libstreamhtmlparser_la-statemachine.o<br>
&gt; .libs/libstreamhtmlparser_la-jsparser.o<br>
&gt; .libs/libstreamhtmlparser_la-htmlparser.o   -Wl,-soname<br>
&gt; -Wl,libstreamhtmlparser.so.0 -Wl,-version-script<br>
&gt; -Wl,.libs/libstreamhtmlparser.ver -o .libs/libstreamhtmlparser.so.0.0.=
0<br>
&gt;<br>
&gt; (cd .libs && rm -f libstreamhtmlparser.so.0 && ln -s<br>
&gt; libstreamhtmlparser.so.0.0.0 libstreamhtmlparser.so.0)<br>
&gt;<br>
&gt; (cd .libs && rm -f libstreamhtmlparser.so && ln -s<br>
&gt; libstreamhtmlparser.so.0.0.0 libstreamhtmlparser.so)<br>
&gt;<br>
&gt; ar cru .libs/libstreamhtmlparser.a  libstreamhtmlparser_la-statemachin=
e.o<br>
&gt; libstreamhtmlparser_la-jsparser.o libstreamhtmlparser_la-htmlparser.o<=
br>
&gt;<br>
&gt; ranlib .libs/libstreamhtmlparser.a<br>
&gt;<br>
&gt; creating libstreamhtmlparser.la<br>
&gt;<br>
&gt; (cd .libs && rm -f libstreamhtmlparser.la && ln -s ../libstreamhtmlpar=
ser.la<br>
&gt; libstreamhtmlparser.la)<br>
&gt;<br>
&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT<br>
&gt; statemachine_test.o -MD -MP -MF &quot;.deps/statemachine_test.Tpo&quot=
; -c -o<br>
&gt; statemachine_test.o `test -f &#39;src/tests/statemachine_test.c&#39; |=
| echo<br>
&gt; &#39;./&#39;`src/tests/statemachine_test.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/statemachine_test.Tpo&quot; &quot;.deps/statema=
chine_test.Po&quot;; else<br>
&gt; rm -f &quot;.deps/statemachine_test.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT statemach=
ine.o<br>
&gt; -MD -MP -MF &quot;.deps/statemachine.Tpo&quot; -c -o statemachine.o `t=
est -f<br>
&gt; &#39;src/statemachine.c&#39; || echo &#39;./&#39;`src/statemachine.c; =
&#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/statemachine.Tpo&quot; &quot;.deps/statemachine=
.Po&quot;; else rm -f<br>
&gt; &quot;.deps/statemachine.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined  =
 -o<br>
&gt; statemachine_test  statemachine_test.o statemachine.o<br>
&gt;<br>
&gt; gcc -g -O2 -o statemachine_test statemachine_test.o statemachine.o<br>
&gt;<br>
&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT jsparser_=
test.o<br>
&gt; -MD -MP -MF &quot;.deps/jsparser_test.Tpo&quot; -c -o jsparser_test.o =
`test -f<br>
&gt; &#39;src/tests/jsparser_test.c&#39; || echo &#39;./&#39;`src/tests/jsp=
arser_test.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/jsparser_test.Tpo&quot; &quot;.deps/jsparser_te=
st.Po&quot;; else rm -f<br>
&gt; &quot;.deps/jsparser_test.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT jsparser.=
o -MD<br>
&gt; -MP -MF &quot;.deps/jsparser.Tpo&quot; -c -o jsparser.o `test -f &#39;=
src/jsparser.c&#39; ||<br>
&gt; echo &#39;./&#39;`src/jsparser.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/jsparser.Tpo&quot; &quot;.deps/jsparser.Po&quot=
;; else rm -f<br>
&gt; &quot;.deps/jsparser.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined  =
 -o<br>
&gt; jsparser_test  jsparser_test.o statemachine.o jsparser.o<br>
&gt;<br>
&gt; gcc -g -O2 -o jsparser_test jsparser_test.o statemachine.o jsparser.o<=
br>
&gt;<br>
&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT<br>
&gt; htmlparser_test.o -MD -MP -MF &quot;.deps/htmlparser_test.Tpo&quot; -c=
 -o<br>
&gt; htmlparser_test.o `test -f &#39;src/tests/htmlparser_test.c&#39; || ec=
ho<br>
&gt; &#39;./&#39;`src/tests/htmlparser_test.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/htmlparser_test.Tpo&quot; &quot;.deps/htmlparse=
r_test.Po&quot;; else rm<br>
&gt; -f &quot;.deps/htmlparser_test.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT htmlparse=
r.o<br>
&gt; -MD -MP -MF &quot;.deps/htmlparser.Tpo&quot; -c -o htmlparser.o `test =
-f<br>
&gt; &#39;src/htmlparser.c&#39; || echo &#39;./&#39;`src/htmlparser.c; &#92=
;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/htmlparser.Tpo&quot; &quot;.deps/htmlparser.Po&=
quot;; else rm -f<br>
&gt; &quot;.deps/htmlparser.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined  =
 -o<br>
&gt; htmlparser_test  htmlparser_test.o statemachine.o jsparser.o htmlparse=
r.o<br>
&gt; libstreamhtmlparser.la<br>
&gt;<br>
&gt; gcc -g -O2 -o .libs/htmlparser_test htmlparser_test.o statemachine.o<b=
r>
&gt; jsparser.o htmlparser.o  ./.libs/libstreamhtmlparser.so<br>
&gt;<br>
&gt; creating htmlparser_test<br>
&gt;<br>
&gt; if g&#43;+ -DHAVE_CONFIG_H -I. -I. -I./src  -I./src  -Wall -Wwrite-str=
ings<br>
&gt; -Woverloaded-virtual -Wno-sign-compare -g -O2 -MT htmlparser_cpp_test.=
o -MD<br>
&gt; -MP -MF &quot;.deps/htmlparser_cpp_test.Tpo&quot; -c -o htmlparser_cpp=
_test.o `test -f<br>
&gt; &#39;src/tests/htmlparser_cpp_test.cc&#39; || echo<br>
&gt; &#39;./&#39;`src/tests/htmlparser_cpp_test.cc; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/htmlparser_cpp_test.Tpo&quot; &quot;.deps/htmlp=
arser_cpp_test.Po&quot;;<br>
&gt; else rm -f &quot;.deps/htmlparser_cpp_test.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; /bin/sh ./libtool --tag=3DCXX --mode=3Dlink g&#43;+ -Wall -Wwrite-stri=
ngs<br>
&gt; -Woverloaded-virtual -Wno-sign-compare -g -O2 -no-undefined   -o<br>
&gt; htmlparser_cpp_test  htmlparser_cpp_test.o libstreamhtmlparser.la<br>
&gt;<br>
&gt; g&#43;+ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -=
g -O2 -o<br>
&gt; .libs/htmlparser_cpp_test htmlparser_cpp_test.o<br>
&gt; ./.libs/libstreamhtmlparser.so<br>
&gt;<br>
&gt; creating htmlparser_cpp_test<br>
&gt;<br>
&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src   -g -O2 -MT<br>
&gt; generate_fsm_c_test.o -MD -MP -MF &quot;.deps/generate_fsm_c_test.Tpo&=
quot; -c -o<br>
&gt; generate_fsm_c_test.o `test -f &#39;src/tests/generate_fsm_c_test.c&#3=
9; || echo<br>
&gt; &#39;./&#39;`src/tests/generate_fsm_c_test.c; &#92;<br>
&gt;<br>
&gt; then mv -f &quot;.deps/generate_fsm_c_test.Tpo&quot; &quot;.deps/gener=
ate_fsm_c_test.Po&quot;;<br>
&gt; else rm -f &quot;.deps/generate_fsm_c_test.Tpo&quot;; exit 1; fi<br>
&gt;<br>
&gt; /bin/sh ./libtool --tag=3DCC --mode=3Dlink gcc  -g -O2 -no-undefined  =
 -o<br>
&gt; generate_fsm_c_test  generate_fsm_c_test.o<br>
&gt;<br>
&gt; gcc -g -O2 -o generate_fsm_c_test generate_fsm_c_test.o<br>
&gt;<br>
&gt; make[1]: Leaving directory &#39;/data/jjones/clearsilver/streamhtmlpar=
ser&#39;<br>
&gt;<br>
&gt; /data/jjones/clearsilver<br>
&gt;<br>
&gt; *******************************************<br>
&gt;<br>
&gt; ** Building Dependencies<br>
&gt;<br>
&gt; ** OSNAME: Linux<br>
&gt;<br>
&gt; ** (done)<br>
&gt;<br>
&gt; make[1]: Entering directory &#39;/data/jjones/clearsilver/util&#39;<br=
>
&gt;<br>
&gt; *******************************************<br>
&gt;<br>
&gt; ** Building Dependencies<br>
&gt;<br>
&gt; ** OSNAME: Linux<br>
&gt;<br>
&gt; ** (done)<br>
&gt;<br>
&gt; make[1]: Leaving directory &#39;/data/jjones/clearsilver/util&#39;<br>
&gt;<br>
&gt; make[1]: Entering directory &#39;/data/jjones/clearsilver/cs&#39;<br>
&gt;<br>
&gt; *******************************************<br>
&gt;<br>
&gt; ** Building Dependencies<br>
&gt;<br>
&gt; ** OSNAME: Linux<br>
&gt;<br>
&gt; ** (done)<br>
&gt;<br>
&gt; make[1]: Leaving directory &#39;/data/jjones/clearsilver/cs&#39;<br>
&gt;<br>
&gt; make[1]: Entering directory &#39;/data/jjones/clearsilver/cgi&#39;<br>
&gt;<br>
&gt; *******************************************<br>
&gt;<br>
&gt; ** Building Dependencies<br>
&gt;<br>
&gt; ** OSNAME: Linux<br>
&gt;<br>
&gt; ** (done)<br>
&gt;<br>
&gt; make[1]: Leaving directory &#39;/data/jjones/clearsilver/cgi&#39;<br>
&gt;<br>
&gt; make[1]: Entering directory &#39;/data/jjones/clearsilver/ruby&#39;<br=
>
&gt;<br>
&gt; *******************************************<br>
&gt;<br>
&gt; ** Building Dependencies<br>
&gt;<br>
&gt; ** OSNAME: Linux<br>
&gt;<br>
&gt; ** (done)<br>
&gt;<br>
&gt; make[1]: Leaving directory &#39;/data/jjones/clearsilver/ruby&#39;<br>
&gt;<br>
&gt; make[1]: Entering directory &#39;/data/jjones/clearsilver/java&#39;<br=
>
&gt;<br>
&gt; *******************************************<br>
&gt;<br>
&gt; ** Building Dependencies<br>
&gt;<br>
&gt; ** OSNAME: Linux<br>
&gt;<br>
&gt; ** (done)<br>
&gt;<br>
&gt; make[1]: Leaving directory &#39;/data/jjones/clearsilver/java&#39;<br>
&gt;<br>
&gt; cp -p /data/jjones/clearsilver/streamhtmlparser/.libs/libstreamhtmlpar=
ser.a<br>
&gt; libs<br>
&gt;<br>
&gt; mkdir: cannot create directory =E2=80=98libs=E2=80=99: File exists<br>
&gt;<br>
&gt; Makefile:119: recipe for target &#39;output_dir&#39; failed<br>
&gt;<br>
&gt; make: *** [output_dir] Error 1<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; <br>
</p>

    </div>
=20=20=20=20=20

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <div style=3D"color: #fff; height: 0;">__._,_.___</div>

=20=20=20=20=20=20=20=20=20=20
=20=20
=20

=20=20=20=20
    <div style=3D"clear:both"> </div>

    <div id=3D"fromDMARC" style=3D"margin-top: 10px;">
        <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; background=
-color:#E3E3E3;">
        Posted by: Brandon Long &lt;[email protected]&gt;        <hr style=
=3D"height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
     </div>
    <div style=3D"clear:both"> </div>

    <table cellspacing=3D4px style=3D"margin-top: 10px; margin-bottom: 10px=
; color: #2D50FD;">
      <tbody>
        <tr>
          <td style=3D"font-size: 12px; font-family: arial; font-weight: bo=
ld; padding: 7px 5px 5px;"  >
                          <a style=3D"text-decoration: none; color: #2D50FD=
" href=3D"https://groups.yahoo.com/neo/groups/ClearSilver/conversations/mes=
sages/1468;_ylc=3DX3oDMTJwdjBsNDZrBF9TAzk3MzU5NzE0BGdycElkAzM1NjQxMzcEZ3Jwc=
3BJZAMxNzA3MjgxOTQyBG1zZ0lkAzE0NjgEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxNTAzMDgx=
MTg0?act=3Dreply&messageNum=3D1468">Reply via web post</a>
                      </td>
          <td>&bull;</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;" >
            <a href=3D"mailto:[email protected]?subject=3DRe%3A%20Stupid%20=
building%20question" style=3D"text-decoration: none; color: #2D50FD;">
               Reply to sender            </a>
          </td>
          <td>&bull;</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;">
            <a href=3D"mailto:[email protected]?subject=3DRe%3A%2=
0Stupid%20building%20question" style=3D"text-decoration: none; color: #2D50=
FD">
              Reply to group            </a>
          </td>
          <td>&bull;</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;" >
            <a href=3D"https://groups.yahoo.com/neo/groups/ClearSilver/conv=
ersations/newtopic;_ylc=3DX3oDMTJlM25xMGMxBF9TAzk3MzU5NzE0BGdycElkAzM1NjQxM=
zcEZ3Jwc3BJZAMxNzA3MjgxOTQyBHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTUwMzA4MTE4NA--=
" style=3D"text-decoration: none; color: #2D50FD">Start a New Topic</a>
          </td>
          <td>&bull;</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;color: #2D50FD;" >
                            <a href=3D"https://groups.yahoo.com/neo/groups/=
ClearSilver/conversations/topics/1467;_ylc=3DX3oDMTM0NDVkZ2thBF9TAzk3MzU5Nz=
E0BGdycElkAzM1NjQxMzcEZ3Jwc3BJZAMxNzA3MjgxOTQyBG1zZ0lkAzE0NjgEc2VjA2Z0cgRzb=
GsDdnRwYwRzdGltZQMxNTAzMDgxMTg0BHRwY0lkAzE0Njc-" style=3D"text-decoration: =
none; color: #2D50FD;">Messages in this topic</a>
                (2)
                      </td>
        </tr>
      </tbody>
    </table>

=20=20=20=20=20=20=20=20
<div id=3D"megaphoneModule">
            <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; backgr=
ound-color:#E3E3E3;">
        <div>
	     <div class=3D"stream" style=3D"margin-bottom:10px;">
        <div style=3D"background-color:white;">
            <div class=3D"sn-img" style=3D"display:inline;"><img name=3D"tn=
_file" style=3D"padding:0px 10px;vertical-align:top;margin-top:5px;" src=3D=
"https://s.yimg.com/ru/static/images/yg/img/megaphone/1464031581_phpFA8bON"=
 height=3D"82" width=3D"82"></div>
            <div class=3D"mod-txt" style=3D"display:inline-block;">
                <a rel=3D"nofollow" name=3D"sub_url" target=3D"_blank" href=
=3D"https://yho.com/1wwmgg" style=3D"color:#0000FF;display:block;margin-lef=
t:5px;text-decoration:none;"><span style=3D"font-size:15px;">Have you tried=
 the highest rated email app?</span></a>
                <div style=3D"max-width:530px;padding:2px 5px;">With 4.5 st=
ars in iTunes, the Yahoo Mail app is the highest rated email app on the mar=
ket. What are you waiting for? Now you can access all your inboxes (Gmail, =
Outlook, AOL and more) in one place. Never delete an email again with 1000G=
B of free cloud storage.</div>
            </div>
        </div>
    </div>        </div>=20=20
=20=20=20=20=20
    <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; background-col=
or:#E3E3E3;">
</div>

<!------- Start Nav Bar ------>




=20

<!-- |**|begin egp html banner|**| -->
<div id=3D"ygrp-vital" style=3D"background-color: #f2f2f2; font-family: Ver=
dana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

    <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-transf=
orm: uppercase; "><a href=3D"https://groups.yahoo.com/neo/groups/ClearSilve=
r/info;_ylc=3DX3oDMTJlY2M4anViBF9TAzk3MzU5NzE0BGdycElkAzM1NjQxMzcEZ3Jwc3BJZ=
AMxNzA3MjgxOTQyBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTUwMzA4MTE4NA--" style=3D"t=
ext-decoration: none;">Visit Your Group</a></span>

     <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: in=
line;">
            <li style=3D"border-right: 1px solid #000; font-weight: 700; di=
splay: inline; padding: 0 5px; margin-left: 0;">
      <span class=3D"cat"><a href=3D"https://groups.yahoo.com/neo/groups/Cl=
earSilver/members/all;_ylc=3DX3oDMTJmcmtnNWxlBF9TAzk3MzU5NzE0BGdycElkAzM1Nj=
QxMzcEZ3Jwc3BJZAMxNzA3MjgxOTQyBHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzE1MDMwODExO=
DQ-" style=3D"text-decoration: none;">New Members</a></span>
      <span class=3D"ct" style=3D"color: #ff7900;">2</span>
    </li>
                                              </ul>
  </div>


<div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p=
x; padding: 0 2px 0 0; clear: both;">
  <a href=3D"https://groups.yahoo.com/neo;_ylc=3DX3oDMTJkbjhvZWk3BF9TAzk3Mz=
U5NzE0BGdycElkAzM1NjQxMzcEZ3Jwc3BJZAMxNzA3MjgxOTQyBHNlYwNmdHIEc2xrA2dmcARzd=
GltZQMxNTAzMDgxMTg0" style=3D"float: left;"><img src=3D"http://l.yimg.com/r=
u/static/images/yg/img/email/new_logo/logo-groups-137x15.png" height=3D"15"=
 width=3D"137" alt=3D"Yahoo! Groups" style=3D"border: 0;"/></a>
  <div style=3D"color: #747575; float: right;"> &bull; <a href=3D"https://i=
nfo.yahoo.com/privacy/us/yahoo/groups/details.html" style=3D"text-decoratio=
n: none;">Privacy</a> &bull; <a href=3D"mailto:ClearSilver-unsubscribe@yaho=
ogroups.com?subject=3DUnsubscribe" style=3D"text-decoration: none;">Unsubsc=
ribe</a> &bull; <a href=3D"https://info.yahoo.com/legal/us/yahoo/utos/terms=
/" style=3D"text-decoration: none;">Terms of Use</a> </div>
</div>
<br>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

=20
  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id=3D"ygrp-sponsor" style=3D"width:160px; float:right; clear:none; m=
argin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id=3D"ygrp-reco">
     </div>
<!-- End Recommendations -->



  </div>   <!-- |**|end egp html banner|**| -->

  <div style=3D"clear:both; color: #FFF; font-size:1px;">.</div>
</div>

  <img src=3D"http://geo.yahoo.com/serv?s=3D97359714/grpId=3D3564137/grpspI=
d=3D1707281942/msgId=3D1468/stime=3D1503081184" width=3D"1" height=3D"1"> <=
br>

<img src=3D"http://y.analytics.yahoo.com/fpc.pl?ywarid=3D515FB27823A7407E&a=
=3D10001310322279&js=3Dno&resp=3Dimg&cf12=3DCP" width=3D"1" height=3D"1">=20

<div style=3D"color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type=3D"text/css">
  <!--
  #ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
  #ygrp-sponsor #ygrp-lc {
  font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 78%;
  line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
  margin-bottom: 10px;
  padding: 0 0;
}

  #actions {
    font-family: Verdana;
    font-size: 11px;
    padding: 10px 0;
  }

  #activity {
    background-color: #e0ecee;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 10px;
  }

  #activity span {
    font-weight: 700;
  }

  #activity span:first-child {
    text-transform: uppercase;
  }

  #activity span a {
    color: #5085b6;
    text-decoration: none;
  }

  #activity span span {
    color: #ff7900;
  }

  #activity span .underline {
    text-decoration: underline;
  }

  .attach {
    clear: both;
    display: table;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0;
    width: 400px;
  }

  .attach div a {
    text-decoration: none;
  }

  .attach img {
    border: none;
    padding-right: 5px;
  }

  .attach label {
    display: block;
    margin-bottom: 5px;
  }

  .attach label a {
    text-decoration: none;
  }
=20=20
  blockquote {
    margin: 0 0 0 4px;
  }

  .bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
  }

  .bold a {
    text-decoration: none;
  }

  dd.last p a {
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span {
    margin-right: 10px;
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span.yshortcuts {
    margin-right: 0;
  }

  div.attach-table div div a {
    text-decoration: none;
  }

  div.attach-table {
    width: 400px;
  }

  div.file-title a, div.file-title a:active, div.file-title a:hover, div.fi=
le-title a:visited {
    text-decoration: none;
  }

  div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div=
.photo-title a:visited {
    text-decoration: none;
  }

  div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
  }

  .green {
    color: #628c2a;
  }

  .MsoNormal {
    margin: 0 0 0 0;
  }

  o {
    font-size: 0;
  }

  #photos div {
    float: left;
    width: 72px;
  }

  #photos div div {
    border: 1px solid #666666;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  #photos div label {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 64px;
  }

  #reco-category {
    font-size: 77%;
  }

  #reco-desc {
    font-size: 77%;
  }

  .replbq {
    margin: 4px;
  }

  #ygrp-actbar div a:first-child {
   /* border-right: 0px solid #000;*/
    margin-right: 2px;
    padding-right: 5px;
  }

  #ygrp-mlmsg {
    font-size: 13px;
    font-family: Arial, helvetica,clean, sans-serif;
    *font-size: small;
    *font: x-small;
  }

  #ygrp-mlmsg table {
    font-size: inherit;
    font: 100%;
  }

  #ygrp-mlmsg select, input, textarea {
    font: 99% Arial, Helvetica, clean, sans-serif;
  }

  #ygrp-mlmsg pre, code {
    font:115% monospace;
    *font-size:100%;
  }

  #ygrp-mlmsg * {
    line-height: 1.22em;
  }

  #ygrp-mlmsg #logo {
    padding-bottom: 10px;
  }


  #ygrp-msg p a {
    font-family: Verdana;
  }

  #ygrp-msg p#attach-count span {
    color: #1E66AE;
    font-weight: 700;
  }

  #ygrp-reco #reco-head {
    color: #ff7900;
    font-weight: 700;
  }

  #ygrp-reco {
    margin-bottom: 20px;
    padding: 0px;
  }

  #ygrp-sponsor #ov li a {
    font-size: 130%;
    text-decoration: none;
  }

  #ygrp-sponsor #ov li {
    font-size: 77%;
    list-style-type: square;
    padding: 6px 0;
  }=20

  #ygrp-sponsor #ov ul {
    margin: 0;
    padding: 0 0 0 8px;
  }

  #ygrp-text {
    font-family: Georgia;
  }

  #ygrp-text p {
    margin: 0 0 1em 0;
  }

  #ygrp-text tt {
    font-size: 120%;
  }

  #ygrp-vital ul li:last-child {
    border-right: none !important;=20
  }=20
  -->
  </style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->


--R8S1WuJtlhCf0GfAaAMWB2r2uG1jwoCNvdNRYiI--