From: C. G. <c.g...@tu...> - 2004-02-24 15:35:09
|
Jason Long wrote: > The following steps should let you build without PHP: > 1. Edit configure.in. Comment out the line containing cfg_PHP_CFLAGS. > I.e. make it like this: > # cfg_PHP_CFLAGS > 2. Edit src/wrappers/Makefile.am. Remove php from the SUBDIRS = line. > I.e. make it like this: > SUBDIRS = perl5 > 3. Rerun ./autogen.sh. Thank you Jason, I followed your recomendaton. It looks better, no php checks anymore, unfortunately it still keeps complaining about a syntax error: ./autogen.sh --with-xerces-c-root="/usr" [...] checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so appending configuration tag "F77" to libtool checking for Xerces-C++ library... found checking for perl... /usr/bin/perl checking for Perl version >= 5.004... yes checking for Perl include files... -I/usr/lib/perl5/5.8.1/ i586-linux-thread-multi/CORE ./configure: line 18412: syntax error near unexpected token `LIBCFGDOM,' ./configure: line 18412: `PKG_CHECK_MODULES(LIBCFGDOM, libxml-2.0 glib-2.0 gobject-2.0)' > Jason > Christian |