This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Announce] C++ edition of Xalan reaches 1.0 status



Anyone else get something like this when building Xalan 1.0 sources:

[whee!...]
g++ -O   -fpic -instances=static -DLINUX -D_REENTRANT  -c -I . -I /home/ddavies/src/ita/xml/xerces-c-src_1_2_0/src/ -I /home/ddavies/src/ita/xml/xerces-c-src_1_2_0/include/   -o /home/ddavies/src/ita/xml/xml-xalan-1.0/obj/SimpleNodeLocator.o XPath/SimpleNodeLocator.cpp
g++ -O   -fpic -instances=static -DLINUX -D_REENTRANT  -c -I . -I /home/ddavies/src/ita/xml/xerces-c-src_1_2_0/src/ -I /home/ddavies/src/ita/xml/xerces-c-src_1_2_0/include/   -o /home/ddavies/src/ita/xml/xml-xalan-1.0/obj/XBoolean.o XPath/XBoolean.cpp
g++ -O   -fpic -instances=static -DLINUX -D_REENTRANT  -c -I . -I /home/ddavies/src/ita/xml/xerces-c-src_1_2_0/src/ -I /home/ddavies/src/ita/xml/xerces-c-src_1_2_0/include/   -o /home/ddavies/src/ita/xml/xml-xalan-1.0/obj/XBooleanStatic.o XPath/XBooleanStatic.cpp
XPath/XBooleanStatic.cpp: In method `XBooleanStatic::XBooleanStatic(bool)':
XPath/XBooleanStatic.cpp:70: no matching function for call to `XBoolean::XBoolean (int, int, bool &)'
XPath/XBoolean.hpp:93: candidates are: XBoolean::XBoolean(bool)
XPath/XBoolean.hpp:95:                 XBoolean::XBoolean(const XBoolean &)
make: *** [/home/ddavies/src/ita/xml/xml-xalan-1.0/obj/XBooleanStatic.o] Error 1


I get the same whether I build agains the 1.2 or 1.3 xerces.  Here's
my runConfigure output:

$ ./runConfigure -plinux -cgcc -xg++ -rpthread
Generating makefiles with the following options ...
Platform: linux
C Compiler: gcc
C++ Compiler: g++
Extra compile options: 
Extra link options: 
Thread option: pthread
Debug is OFF

creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O   ) works... yes
checking whether the C compiler (gcc -O   ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... g++
checking whether the C++ compiler (g++ -O   ) works... yes
checking whether the C++ compiler (g++ -O   ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for autoconf... autoconf
checking for floor in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for XMLByte... no
checking host system type... i686-pc-linux-gnu
updating cache ./config.cache
creating ./config.status
creating Makefile

If the result of the above commands look OK to you, go to the directory
/home/ddavies/src/ita/xml/xml-xalan-1.0/src and type "make" to make the XALAN-C system.
$



Thanks for any help!
Derek

-- 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]