Found btparse release in ../btparse-0.35.tar.gz Unpacking ../btparse-0.35.tar.gz: gzip -dc ../btparse-0.35.tar.gz | tar xf - Creating symlink: btparse -> btparse-0.35 Checking if your kit is complete... Looks good Writing Makefile for Text::BibTeX btparse distribution in 'btparse' is not configured; doing so now: sh ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking if external PCCTS include files are wanted... no checking if malloc debugging is wanted... no 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 a BSD-compatible install... /usr/bin/install -c checking build system type... powerpc-apple-darwin8.7.0 checking host system type... powerpc-apple-darwin8.7.0 checking for a sed that does not truncate output... /usr/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... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes 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... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 196608 checking command to parse /usr/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.7.0 dyld 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 checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.7.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fno-common checking if g77 PIC flag -fno-common works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.7.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking whether make sets $(MAKE)... (cached) yes checking for antlr... not found checking for dlg... not found checking for pod2man... pod2man checking for ANSI C header files... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for PCCTS header files... yes checking for ushort... yes checking for boolean... no checking for an ANSI C-conforming const... yes checking for working alloca.h... yes checking for alloca... yes checking for vprintf... yes checking for _doprnt... no checking for strdup... yes checking for strlwr... no checking for strupr... no checking for vsnprintf... yes checking for strdup declaration in ... yes configure: creating ./config.status config.status: creating btparse.pc config.status: creating Makefile config.status: creating doc/Makefile config.status: creating progs/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating src/bt_config.h config.status: src/bt_config.h is unchanged config.status: creating src/btparse.h config.status: src/btparse.h is unchanged config.status: executing depfiles commands btparse distribution in 'btparse' is configured and ready to build cp BibTeX/Name.pm blib/lib/Text/BibTeX/Name.pm cp BibTeX.pm blib/lib/Text/BibTeX.pm cp BibTeX/Value.pm blib/lib/Text/BibTeX/Value.pm cp BibTeX/NameFormat.pm blib/lib/Text/BibTeX/NameFormat.pm cp BibTeX/Bib.pm blib/lib/Text/BibTeX/Bib.pm cp BibTeX/Entry.pm blib/lib/Text/BibTeX/Entry.pm cp BibTeX/Structure.pm blib/lib/Text/BibTeX/Structure.pm cp BibTeX/BibSort.pm blib/lib/Text/BibTeX/BibSort.pm cp BibTeX/BibFormat.pm blib/lib/Text/BibTeX/BibFormat.pm cp BibTeX/File.pm blib/lib/Text/BibTeX/File.pm cp btool_faq.pod blib/lib/Text/btool_faq.pod cd btparse && make Making all in src make all-am if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT init.lo -MD -MP -MF ".deps/init.Tpo" \ -c -o init.lo `test -f 'init.c' || echo './'`init.c; \ then mv -f ".deps/init.Tpo" ".deps/init.Plo"; \ else rm -f ".deps/init.Tpo"; exit 1; \ fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fno-common -DPIC -o .libs/init.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT input.lo -MD -MP -MF ".deps/input.Tpo" \ -c -o input.lo `test -f 'input.c' || echo './'`input.c; \ then mv -f ".deps/input.Tpo" ".deps/input.Plo"; \ else rm -f ".deps/input.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -fno-common -DPIC -o .libs/input.o input.c: In function 'start_parse': input.c:127: warning: pointer targets in passing argument 1 of 'zzrdstr' differ in signedness gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT bibtex.lo -MD -MP -MF ".deps/bibtex.Tpo" \ -c -o bibtex.lo `test -f 'bibtex.c' || echo './'`bibtex.c; \ then mv -f ".deps/bibtex.Tpo" ".deps/bibtex.Plo"; \ else rm -f ".deps/bibtex.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT bibtex.lo -MD -MP -MF .deps/bibtex.Tpo -c bibtex.c -fno-common -DPIC -o .libs/bibtex.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT bibtex.lo -MD -MP -MF .deps/bibtex.Tpo -c bibtex.c -o bibtex.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT err.lo -MD -MP -MF ".deps/err.Tpo" \ -c -o err.lo `test -f 'err.c' || echo './'`err.c; \ then mv -f ".deps/err.Tpo" ".deps/err.Plo"; \ else rm -f ".deps/err.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT err.lo -MD -MP -MF .deps/err.Tpo -c err.c -fno-common -DPIC -o .libs/err.o In file included from err.c:33: ../pccts/err.h: In function 'zzFAIL': ../pccts/err.h:162: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness ../pccts/err.h:177: warning: pointer targets in assignment differ in signedness ../pccts/err.h:179: warning: pointer targets in assignment differ in signedness ../pccts/err.h:187: warning: pointer targets in assignment differ in signedness ../pccts/err.h: In function 'zzsave_antlr_state': ../pccts/err.h:226: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness ../pccts/err.h: In function 'zzrestore_antlr_state': ../pccts/err.h:264: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness ../pccts/err.h: In function '_zzmatch': ../pccts/err.h:480: warning: pointer targets in assignment differ in signedness ../pccts/err.h:485: warning: pointer targets in passing argument 3 of 'zzcr_attr' differ in signedness ../pccts/err.h: In function '_zzmatch_wsig': ../pccts/err.h:498: warning: pointer targets in passing argument 3 of 'zzcr_attr' differ in signedness ../pccts/err.h: In function '_zzsetmatch': ../pccts/err.h:654: warning: pointer targets in assignment differ in signedness ../pccts/err.h:666: warning: pointer targets in passing argument 3 of 'zzcr_attr' differ in signedness ../pccts/err.h: In function '_zzmatch_wdfltsig': ../pccts/err.h:700: warning: pointer targets in passing argument 3 of 'zzcr_attr' differ in signedness ../pccts/err.h: In function '_zzsetmatch_wdfltsig': ../pccts/err.h:745: warning: pointer targets in passing argument 3 of 'zzcr_attr' differ in signedness ../pccts/err.h: In function '_zzsetmatch_wsig': ../pccts/err.h:783: warning: pointer targets in passing argument 3 of 'zzcr_attr' differ in signedness gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT err.lo -MD -MP -MF .deps/err.Tpo -c err.c -o err.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT scan.lo -MD -MP -MF ".deps/scan.Tpo" \ -c -o scan.lo `test -f 'scan.c' || echo './'`scan.c; \ then mv -f ".deps/scan.Tpo" ".deps/scan.Plo"; \ else rm -f ".deps/scan.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -fno-common -DPIC -o .libs/scan.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -o scan.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" \ -c -o error.lo `test -f 'error.c' || echo './'`error.c; \ then mv -f ".deps/error.Tpo" ".deps/error.Plo"; \ else rm -f ".deps/error.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fno-common -DPIC -o .libs/error.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT lex_auxiliary.lo -MD -MP -MF ".deps/lex_auxiliary.Tpo" \ -c -o lex_auxiliary.lo `test -f 'lex_auxiliary.c' || echo './'`lex_auxiliary.c; \ then mv -f ".deps/lex_auxiliary.Tpo" ".deps/lex_auxiliary.Plo"; \ else rm -f ".deps/lex_auxiliary.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT lex_auxiliary.lo -MD -MP -MF .deps/lex_auxiliary.Tpo -c lex_auxiliary.c -fno-common -DPIC -o .libs/lex_auxiliary.o lex_auxiliary.c: In function 'alloc_lex_buffer': lex_auxiliary.c:217: warning: pointer targets in assignment differ in signedness lex_auxiliary.c: In function 'realloc_lex_buffer': lex_auxiliary.c:260: warning: pointer targets in assignment differ in signedness lex_auxiliary.c: In function 'toplevel_junk': lex_auxiliary.c:436: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness lex_auxiliary.c: In function 'name': lex_auxiliary.c:454: warning: pointer targets in initialization differ in signedness lex_auxiliary.c: In function 'end_string': lex_auxiliary.c:666: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness lex_auxiliary.c: In function 'check_runaway_string': lex_auxiliary.c:873: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT lex_auxiliary.lo -MD -MP -MF .deps/lex_auxiliary.Tpo -c lex_auxiliary.c -o lex_auxiliary.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT parse_auxiliary.lo -MD -MP -MF ".deps/parse_auxiliary.Tpo" \ -c -o parse_auxiliary.lo `test -f 'parse_auxiliary.c' || echo './'`parse_auxiliary.c; \ then mv -f ".deps/parse_auxiliary.Tpo" ".deps/parse_auxiliary.Plo"; \ else rm -f ".deps/parse_auxiliary.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT parse_auxiliary.lo -MD -MP -MF .deps/parse_auxiliary.Tpo -c parse_auxiliary.c -fno-common -DPIC -o .libs/parse_auxiliary.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT parse_auxiliary.lo -MD -MP -MF .deps/parse_auxiliary.Tpo -c parse_auxiliary.c -o parse_auxiliary.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT bibtex_ast.lo -MD -MP -MF ".deps/bibtex_ast.Tpo" \ -c -o bibtex_ast.lo `test -f 'bibtex_ast.c' || echo './'`bibtex_ast.c; \ then mv -f ".deps/bibtex_ast.Tpo" ".deps/bibtex_ast.Plo"; \ else rm -f ".deps/bibtex_ast.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT bibtex_ast.lo -MD -MP -MF .deps/bibtex_ast.Tpo -c bibtex_ast.c -fno-common -DPIC -o .libs/bibtex_ast.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT bibtex_ast.lo -MD -MP -MF .deps/bibtex_ast.Tpo -c bibtex_ast.c -o bibtex_ast.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT sym.lo -MD -MP -MF ".deps/sym.Tpo" \ -c -o sym.lo `test -f 'sym.c' || echo './'`sym.c; \ then mv -f ".deps/sym.Tpo" ".deps/sym.Plo"; \ else rm -f ".deps/sym.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT sym.lo -MD -MP -MF .deps/sym.Tpo -c sym.c -fno-common -DPIC -o .libs/sym.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT sym.lo -MD -MP -MF .deps/sym.Tpo -c sym.c -o sym.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT util.lo -MD -MP -MF ".deps/util.Tpo" \ -c -o util.lo `test -f 'util.c' || echo './'`util.c; \ then mv -f ".deps/util.Tpo" ".deps/util.Plo"; \ else rm -f ".deps/util.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fno-common -DPIC -o .libs/util.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT postprocess.lo -MD -MP -MF ".deps/postprocess.Tpo" \ -c -o postprocess.lo `test -f 'postprocess.c' || echo './'`postprocess.c; \ then mv -f ".deps/postprocess.Tpo" ".deps/postprocess.Plo"; \ else rm -f ".deps/postprocess.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT postprocess.lo -MD -MP -MF .deps/postprocess.Tpo -c postprocess.c -fno-common -DPIC -o .libs/postprocess.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT postprocess.lo -MD -MP -MF .deps/postprocess.Tpo -c postprocess.c -o postprocess.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT macros.lo -MD -MP -MF ".deps/macros.Tpo" \ -c -o macros.lo `test -f 'macros.c' || echo './'`macros.c; \ then mv -f ".deps/macros.Tpo" ".deps/macros.Plo"; \ else rm -f ".deps/macros.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT macros.lo -MD -MP -MF .deps/macros.Tpo -c macros.c -fno-common -DPIC -o .libs/macros.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT macros.lo -MD -MP -MF .deps/macros.Tpo -c macros.c -o macros.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT traversal.lo -MD -MP -MF ".deps/traversal.Tpo" \ -c -o traversal.lo `test -f 'traversal.c' || echo './'`traversal.c; \ then mv -f ".deps/traversal.Tpo" ".deps/traversal.Plo"; \ else rm -f ".deps/traversal.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT traversal.lo -MD -MP -MF .deps/traversal.Tpo -c traversal.c -fno-common -DPIC -o .libs/traversal.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT traversal.lo -MD -MP -MF .deps/traversal.Tpo -c traversal.c -o traversal.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT modify.lo -MD -MP -MF ".deps/modify.Tpo" \ -c -o modify.lo `test -f 'modify.c' || echo './'`modify.c; \ then mv -f ".deps/modify.Tpo" ".deps/modify.Plo"; \ else rm -f ".deps/modify.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT modify.lo -MD -MP -MF .deps/modify.Tpo -c modify.c -fno-common -DPIC -o .libs/modify.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT modify.lo -MD -MP -MF .deps/modify.Tpo -c modify.c -o modify.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT names.lo -MD -MP -MF ".deps/names.Tpo" \ -c -o names.lo `test -f 'names.c' || echo './'`names.c; \ then mv -f ".deps/names.Tpo" ".deps/names.Plo"; \ else rm -f ".deps/names.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT names.lo -MD -MP -MF .deps/names.Tpo -c names.c -fno-common -DPIC -o .libs/names.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT names.lo -MD -MP -MF .deps/names.Tpo -c names.c -o names.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT tex_tree.lo -MD -MP -MF ".deps/tex_tree.Tpo" \ -c -o tex_tree.lo `test -f 'tex_tree.c' || echo './'`tex_tree.c; \ then mv -f ".deps/tex_tree.Tpo" ".deps/tex_tree.Plo"; \ else rm -f ".deps/tex_tree.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT tex_tree.lo -MD -MP -MF .deps/tex_tree.Tpo -c tex_tree.c -fno-common -DPIC -o .libs/tex_tree.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT tex_tree.lo -MD -MP -MF .deps/tex_tree.Tpo -c tex_tree.c -o tex_tree.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT string_util.lo -MD -MP -MF ".deps/string_util.Tpo" \ -c -o string_util.lo `test -f 'string_util.c' || echo './'`string_util.c; \ then mv -f ".deps/string_util.Tpo" ".deps/string_util.Plo"; \ else rm -f ".deps/string_util.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT string_util.lo -MD -MP -MF .deps/string_util.Tpo -c string_util.c -fno-common -DPIC -o .libs/string_util.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT string_util.lo -MD -MP -MF .deps/string_util.Tpo -c string_util.c -o string_util.o >/dev/null 2>&1 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT format_name.lo -MD -MP -MF ".deps/format_name.Tpo" \ -c -o format_name.lo `test -f 'format_name.c' || echo './'`format_name.c; \ then mv -f ".deps/format_name.Tpo" ".deps/format_name.Plo"; \ else rm -f ".deps/format_name.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT format_name.lo -MD -MP -MF .deps/format_name.Tpo -c format_name.c -fno-common -DPIC -o .libs/format_name.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I../pccts -g -O2 -MT format_name.lo -MD -MP -MF .deps/format_name.Tpo -c format_name.c -o format_name.o >/dev/null 2>&1 /bin/sh ../libtool --mode=link gcc -g -O2 -o libbtparse.la -rpath /usr/local/lib -version-info 0:0:0 init.lo input.lo bibtex.lo err.lo scan.lo error.lo lex_auxiliary.lo parse_auxiliary.lo bibtex_ast.lo sym.lo util.lo postprocess.lo macros.lo traversal.lo modify.lo names.lo tex_tree.lo string_util.lo format_name.lo @LIBADD_DMALLOC@ gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libbtparse.0.0.0.dylib .libs/init.o .libs/input.o .libs/bibtex.o .libs/err.o .libs/scan.o .libs/error.o .libs/lex_auxiliary.o .libs/parse_auxiliary.o .libs/bibtex_ast.o .libs/sym.o .libs/util.o .libs/postprocess.o .libs/macros.o .libs/traversal.o .libs/modify.o .libs/names.o .libs/tex_tree.o .libs/string_util.o .libs/format_name.o -install_name /usr/local/lib/libbtparse.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0 (cd .libs && rm -f libbtparse.0.dylib && ln -s libbtparse.0.0.0.dylib libbtparse.0.dylib) (cd .libs && rm -f libbtparse.dylib && ln -s libbtparse.0.0.0.dylib libbtparse.dylib) ar cru .libs/libbtparse.a init.o input.o bibtex.o err.o scan.o error.o lex_auxiliary.o parse_auxiliary.o bibtex_ast.o sym.o util.o postprocess.o macros.o traversal.o modify.o names.o tex_tree.o string_util.o format_name.o ranlib .libs/libbtparse.a creating libbtparse.la (cd .libs && rm -f libbtparse.la && ln -s ../libbtparse.la libbtparse.la) Making all in tests make[2]: Nothing to be done for `all'. Making all in progs if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../src -I/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Text-BibTeX/btparse-0.35/progs/../src -I../pccts -g -O2 -MT bibparse.o -MD -MP -MF ".deps/bibparse.Tpo" \ -c -o bibparse.o `test -f 'bibparse.c' || echo './'`bibparse.c; \ then mv -f ".deps/bibparse.Tpo" ".deps/bibparse.Po"; \ else rm -f ".deps/bibparse.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../src -I/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Text-BibTeX/btparse-0.35/progs/../src -I../pccts -g -O2 -MT args.o -MD -MP -MF ".deps/args.Tpo" \ -c -o args.o `test -f 'args.c' || echo './'`args.c; \ then mv -f ".deps/args.Tpo" ".deps/args.Po"; \ else rm -f ".deps/args.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../src -I/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Text-BibTeX/btparse-0.35/progs/../src -I../pccts -g -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \ -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \ then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; \ else rm -f ".deps/getopt.Tpo"; exit 1; \ fi getopt.c: In function '_getopt_internal': getopt.c:496: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:527: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:571: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:591: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:595: warning: incompatible implicit declaration of built-in function 'strlen' if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../src -I/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Text-BibTeX/btparse-0.35/progs/../src -I../pccts -g -O2 -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \ -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \ then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \ else rm -f ".deps/getopt1.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link gcc -g -O2 -o bibparse bibparse.o args.o getopt.o getopt1.o ../src/libbtparse.la mkdir .libs gcc -g -O2 -o .libs/bibparse bibparse.o args.o getopt.o getopt1.o ../src/.libs/libbtparse.dylib creating bibparse if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../src -I/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Text-BibTeX/btparse-0.35/progs/../src -I../pccts -g -O2 -MT biblex.o -MD -MP -MF ".deps/biblex.Tpo" \ -c -o biblex.o `test -f 'biblex.c' || echo './'`biblex.c; \ then mv -f ".deps/biblex.Tpo" ".deps/biblex.Po"; \ else rm -f ".deps/biblex.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link gcc -g -O2 -o biblex biblex.o ../src/libbtparse.la gcc -g -O2 -o .libs/biblex biblex.o ../src/.libs/libbtparse.dylib creating biblex if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../src -I/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Text-BibTeX/btparse-0.35/progs/../src -I../pccts -g -O2 -MT dumpnames.o -MD -MP -MF ".deps/dumpnames.Tpo" \ -c -o dumpnames.o `test -f 'dumpnames.c' || echo './'`dumpnames.c; \ then mv -f ".deps/dumpnames.Tpo" ".deps/dumpnames.Po"; \ else rm -f ".deps/dumpnames.Tpo"; exit 1; \ fi dumpnames.c: In function 'main': dumpnames.c:144: warning: incompatible implicit declaration of built-in function 'exit' dumpnames.c:151: warning: incompatible implicit declaration of built-in function 'exit' /bin/sh ../libtool --mode=link gcc -g -O2 -o dumpnames dumpnames.o ../src/libbtparse.la gcc -g -O2 -o .libs/dumpnames dumpnames.o ../src/.libs/libbtparse.dylib creating dumpnames Making all in doc make all-am make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. /Users/cpanrun/pristine/5.8.7/bin/perl /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/xsubpp -prototypes -typemap /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/typemap -typemap typemap BibTeX.xs > BibTeX.xsc && mv BibTeX.xsc BibTeX.c gcc -c -Ibtparse/src -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.37\" -DXS_VERSION=\"0.37\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" BibTeX.c gcc -c -Ibtparse/src -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.37\" -DXS_VERSION=\"0.37\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" btxs_support.c Running Mkbootstrap for Text::BibTeX () chmod 644 BibTeX.bs rm -f blib/arch/auto/Text/BibTeX/BibTeX.bundle LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 BibTeX.o btxs_support.o -o blib/arch/auto/Text/BibTeX/BibTeX.bundle btparse/src/.libs/libbtparse.a /usr/bin/ld: for architecture i386 /usr/bin/ld: warning btparse/src/.libs/libbtparse.a archive's cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (can't load from it) chmod 755 blib/arch/auto/Text/BibTeX/BibTeX.bundle cp BibTeX.bs blib/arch/auto/Text/BibTeX/BibTeX.bs chmod 644 blib/arch/auto/Text/BibTeX/BibTeX.bs Manifying blib/man3/Text::BibTeX::Name.3 Manifying blib/man3/Text::BibTeX.3 Manifying blib/man3/Text::BibTeX::Value.3 Manifying blib/man3/Text::BibTeX::NameFormat.3 Manifying blib/man3/Text::BibTeX::Bib.3 Manifying blib/man3/Text::BibTeX::Entry.3 Manifying blib/man3/Text::BibTeX::Structure.3 Manifying blib/man3/Text::BibTeX::BibSort.3 Manifying blib/man3/Text::BibTeX::BibFormat.3 Manifying blib/man3/btool_faq.3 Manifying blib/man3/Text::BibTeX::File.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bib...........ok t/macro.........ok t/modify........ok t/nameformat....ok t/namelist......ok t/names.........ok t/output........ok t/parse.........ok t/parse_f.......ok t/parse_s.......ok t/purify........ok All tests successful. Files=11, Tests=339, 1 wallclock secs ( 1.06 cusr + 0.41 csys = 1.47 CPU) Installing /Users/cpanrun/pristine/5.8.7/lib/site_perl/5.8.7/darwin-thread-multi-2level/auto/Text/BibTeX/BibTeX.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Users/cpanrun/pristine/5.8.7/lib/site_perl/5.8.7/darwin-thread-multi-2level/Text/BibTeX.pm Installing /Users/cpanrun/pristine/5.8.7/lib/site_perl/5.8.7/darwin-thread-multi-2level/Text/BibTeX/Bib.pm Installing /Users/cpanrun/pristine/5.8.7/man/man3/btool_faq.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::Bib.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::BibFormat.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::BibSort.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::Entry.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::File.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::Name.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::NameFormat.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::Structure.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Text::BibTeX::Value.3 Appending installation info to /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/perllocal.pod /bin/sh -c true