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