~$ cd proj/ ~/proj$ rm -rf makedict ~/proj$ export CVS_RSH=ssh ~/proj$ cvs -z3 -d:ext:dict@cvs.sourceforge.net:/cvsroot/xdxf co -P makedict dict@cvs.sourceforge.net's password: cvs checkout: Updating makedict U makedict/AUTHORS U makedict/COPYING U makedict/ChangeLog U makedict/INSTALL U makedict/Makefile.am U makedict/NEWS U makedict/README U makedict/TODO U makedict/aclocal.m4 U makedict/config.h U makedict/config.h.in U makedict/configure.ac U makedict/depcomp U makedict/install-sh U makedict/missing U makedict/stamp-h1 cvs checkout: Updating makedict/m4 U makedict/m4/Makefile U makedict/m4/Makefile.am U makedict/m4/Makefile.in U makedict/m4/expat.m4 cvs checkout: Updating makedict/src U makedict/src/Makefile.am U makedict/src/dummy_generator.cpp U makedict/src/dummy_parser.cpp U makedict/src/generator.cpp U makedict/src/generator.hpp U makedict/src/langs_2to3.cpp U makedict/src/langs_2to3.hpp U makedict/src/makedict.cpp U makedict/src/mueller7_parser.py U makedict/src/normalize_tags.cpp U makedict/src/normalize_tags.hpp U makedict/src/parser.cpp U makedict/src/parser.hpp U makedict/src/sdict_parser.cpp U makedict/src/stardict_generator.cpp U makedict/src/utils.cpp U makedict/src/utils.hpp cvs checkout: Updating makedict/tests U makedict/tests/Makefile.am U makedict/tests/funcs.sh U makedict/tests/normalize.cpp U makedict/tests/t_dummy U makedict/tests/t_mueller7 U makedict/tests/t_normalize U makedict/tests/t_sdict U makedict/tests/t_stardict U makedict/tests/validate_stardict.cpp cvs checkout: Updating makedict/tests/dtd U makedict/tests/dtd/xdxf_lousy.dtd cvs checkout: Updating makedict/tests/sample-dicts U makedict/tests/sample-dicts/b.txt ~/proj$ autoreconf autoreconf: `configure.ac' or `configure.in' is required ~/proj$ cd makedict/ ~/proj/makedict$ autoreconf m4/expat.m4:10: warning: underquoted definition of AM_WITH_EXPAT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal ~/proj/makedict$ ./configure checking whether to enable maintainer-specific portions of Makefiles... no 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 how to run the C preprocessor... gcc -E 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 whether make sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking for python... /usr/bin/python checking for python version... 2.4 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages checking for egrep... grep -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 for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for zlibVersion in -lz... yes checking for pkg-config... /usr/bin/pkg-config checking for glib-2.0 >= 2.4.2... yes checking MAKEDICT_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking MAKEDICT_LIBS... -lglib-2.0 checking for XML_ParserCreate in -lexpat... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands Type "make" to compile makedict. ~/proj/makedict$ make make all-recursive make[1]: Entering directory `/home/serg/proj/makedict' Making all in m4 make[2]: Entering directory `/home/serg/proj/makedict/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/serg/proj/makedict/m4' Making all in src make[2]: Entering directory `/home/serg/proj/makedict/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT makedict.o -MD -MP -MF ".deps/makedict.Tpo" -c -o makedict.o makedict.cpp; \ then mv -f ".deps/makedict.Tpo" ".deps/makedict.Po"; else rm -f ".deps/makedict.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.cpp; \ then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi g++ -g -O2 -o makedict makedict.o utils.o -Wall -lexpat -lglib-2.0 -lz if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT dummy_parser.o -MD -MP -MF ".deps/dummy_parser.Tpo" -c -o dummy_parser.o dummy_parser.cpp; \ then mv -f ".deps/dummy_parser.Tpo" ".deps/dummy_parser.Po"; else rm -f ".deps/dummy_parser.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT parser.o -MD -MP -MF ".deps/parser.Tpo" -c -o parser.o parser.cpp; \ then mv -f ".deps/parser.Tpo" ".deps/parser.Po"; else rm -f ".deps/parser.Tpo"; exit 1; fi g++ -g -O2 -o dummy_parser dummy_parser.o parser.o -Wall -lexpat -lglib-2.0 -lz if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT dummy_generator.o -MD -MP -MF ".deps/dummy_generator.Tpo" -c -o dummy_generator.o dummy_generator.cpp; \ then mv -f ".deps/dummy_generator.Tpo" ".deps/dummy_generator.Po"; else rm -f ".deps/dummy_generator.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT generator.o -MD -MP -MF ".deps/generator.Tpo" -c -o generator.o generator.cpp; \ then mv -f ".deps/generator.Tpo" ".deps/generator.Po"; else rm -f ".deps/generator.Tpo"; exit 1; fi g++ -g -O2 -o dummy_generator dummy_generator.o generator.o -Wall -lexpat -lglib-2.0 -lz if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT stardict_generator.o -MD -MP -MF ".deps/stardict_generator.Tpo" -c -o stardict_generator.o stardict_generator.cpp; \ then mv -f ".deps/stardict_generator.Tpo" ".deps/stardict_generator.Po"; else rm -f ".deps/stardict_generator.Tpo"; exit 1; fi g++ -g -O2 -o stardict_generator stardict_generator.o generator.o utils.o -Wall -lexpat -lglib-2.0 -lz if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT sdict_parser.o -MD -MP -MF ".deps/sdict_parser.Tpo" -c -o sdict_parser.o sdict_parser.cpp; \ then mv -f ".deps/sdict_parser.Tpo" ".deps/sdict_parser.Po"; else rm -f ".deps/sdict_parser.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT normalize_tags.o -MD -MP -MF ".deps/normalize_tags.Tpo" -c -o normalize_tags.o normalize_tags.cpp; \ then mv -f ".deps/normalize_tags.Tpo" ".deps/normalize_tags.Po"; else rm -f ".deps/normalize_tags.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -MT langs_2to3.o -MD -MP -MF ".deps/langs_2to3.Tpo" -c -o langs_2to3.o langs_2to3.cpp; \ then mv -f ".deps/langs_2to3.Tpo" ".deps/langs_2to3.Po"; else rm -f ".deps/langs_2to3.Tpo"; exit 1; fi g++ -g -O2 -o sdict_parser sdict_parser.o normalize_tags.o utils.o parser.o langs_2to3.o -Wall -lexpat -lglib-2.0 -lzmake[2]: Leaving directory `/home/serg/proj/makedict/src' Making all in tests make[2]: Entering directory `/home/serg/proj/makedict/tests' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -g -O2 -MT validate_stardict.o -MD -MP -MF ".deps/validate_stardict.Tpo" -c -o validate_stardict.o validate_stardict.cpp; \ then mv -f ".deps/validate_stardict.Tpo" ".deps/validate_stardict.Po"; else rm -f ".deps/validate_stardict.Tpo"; exit 1; fi g++ -g -O2 -o validate_stardict validate_stardict.o -Wall -lexpat -lglib-2.0 -lz if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -g -O2 -MT normalize.o -MD -MP -MF ".deps/normalize.Tpo" -c -o normalize.o normalize.cpp; \ then mv -f ".deps/normalize.Tpo" ".deps/normalize.Po"; else rm -f ".deps/normalize.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -g -O2 -MT normalize_tags.o -MD -MP -MF ".deps/normalize_tags.Tpo" -c -o normalize_tags.o `test -f '../src/normalize_tags.cpp' || echo './'`../src/normalize_tags.cpp; \ then mv -f ".deps/normalize_tags.Tpo" ".deps/normalize_tags.Po"; else rm -f ".deps/normalize_tags.Tpo"; exit 1; fi g++ -g -O2 -o normalize normalize.o normalize_tags.o -Wall -lexpat -lglib-2.0 -lz make[2]: Leaving directory `/home/serg/proj/makedict/tests' make[2]: Entering directory `/home/serg/proj/makedict' make[2]: Leaving directory `/home/serg/proj/makedict' make[1]: Leaving directory `/home/serg/proj/makedict' ~/proj/makedict$