Here is the error I am getting:

gmake[1]: Entering directory 
`/export/00/compiles/xml-xalan/c/src/xalanc'
Preparing the directory structure for a build ...
mkdir -p ../../obj
mkdir -p ../../lib
mkdir -p ../../bin
gmake -C Utils prepare
gmake[2]: Entering directory 
`/export/00/compiles/xml-xalan/c/src/xalanc/Utils'
mkdir -p ../../../nls
mkdir -p ../../../nls/include
mkdir -p ../../../nls/nls
gmake[2]: Leaving directory 
`/export/00/compiles/xml-xalan/c/src/xalanc/Utils'
gmake -C Utils locale
gmake[2]: Entering directory 
`/export/00/compiles/xml-xalan/c/src/xalanc/Utils'
./../../bin/MsgCreator 
/export/00/compiles/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf
-TYPE NLS -LOCALE en_US
mv LocalMsgIndex.hpp ../../../nls/include
mv XalanMsg_en_US.msg ../../../nls/nls
rm -f XalanMsg_en_US.cat
gencat  XalanMsg_en_US.cat
../../../nls/nls/XalanMsg_en_US.msg
mv      XalanMsg_en_US.cat ../../../nls/nls
gmake[2]: Leaving directory 
`/export/00/compiles/xml-xalan/c/src/xalanc/Utils'
g++ -O2 -DNDEBUG     -fno-elide-constructors -Wall
-fPIC -DLINUX 
-D_REENTRANT -DXALAN_NLS_MSG_LOADER -DXALAN_USE_ICU -c

-I/export/00/compiles/xml-xalan/c/src
-I/export/00/compiles/xml-xalan/c/include 
-I../../nls/include
-I/export/00/compiles/xerces-c-src_
/export/00/compiles/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:
In 
function `
   xalanc_1_9::FormatterListener* createFormatter(int,
bool, bool, 
bool, bool,
   xalanc_1_9::PrintWriter&, int, const
xalanc_1_9::XalanDOMString&, 
const
   xalanc_1_9::StylesheetRoot*,
xalanc_1_9::XercesParserLiaison&,
   xalanc_1_9::XalanSourceTreeParserLiaison&, const
   xalanc_1_9::PrefixResolver&, const
xalanc_1_9::XalanDocument*&)':
/export/00/compiles/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:631:

error: no
   matching function for call to 
`xalanc_1_9::FormatterToText::FormatterToText(
   xercesc_2_6::MemoryManager&,
xalanc_1_9::PrintWriter&, const
   xalanc_1_9::XalanDOMString&)'
/export/00/compiles/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:224:

error: candidates
   are:
xalanc_1_9::FormatterToText::FormatterToText(const
   xalanc_1_9::FormatterToText&)
/export/00/compiles/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:82:

error:
                   
  
xalanc_1_9::FormatterToText::FormatterToText(xalanc_1_9::Writer&,

const
   xalanc_1_9::XalanDOMString&, bool, bool, 
xalanc_1_9::MemoryManagerType&)
/export/00/compiles/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:67:

error:
                   
  
xalanc_1_9::FormatterToText::FormatterToText(xalanc_1_9::Writer&,

bool,
   bool, xalanc_1_9::MemoryManagerType&)
/export/00/compiles/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:54:

error:
                   
   
xalanc_1_9::FormatterToText::FormatterToText(xalanc_1_9::MemoryManagerType&)
/export/00/compiles/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:666:

error: no
   matching function for call to 
`xalanc_1_9::FormatterToHTML::FormatterToHTML(
   xercesc_2_6::MemoryManager&,
xalanc_1_9::PrintWriter&, const
   xalanc_1_9::XalanDOMString&,
xalanc_1_9::XalanDOMString&,
   xalanc_1_9::XalanDOMString&,
xalanc_1_9::XalanDOMString&, bool&, 
int&)'
/export/00/compiles/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.hpp:51:

error: candidates
   are:
xalanc_1_9::FormatterToHTML::FormatterToHTML(const
   xalanc_1_9::FormatterToHTML&)
/export/00/compiles/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.hpp:85:

error:
                   
  
xalanc_1_9::FormatterToHTML::FormatterToHTML(xalanc_1_9::Writer&,

const
   xalanc_1_9::XalanDOMString&, const
xalanc_1_9::XalanDOMString&, 
const
   xalanc_1_9::XalanDOMString&, const
xalanc_1_9::XalanDOMString&, 
bool, int,
   bool, bool, xalanc_1_9::MemoryManagerType&)
gmake[1]: *** [../../obj/process.o] Error 1
gmake[1]: Leaving directory 
`/export/00/compiles/xml-xalan/c/src/xalanc'
gmake: *** [all] Error 2
--- June Ng <[EMAIL PROTECTED]> wrote:
> What kind of error are you getting?  Providing us
> with an error msg of 
> some sort would be helpful.
> 
> June Ng
> 
> 
> 
> 
> brown wrap <[EMAIL PROTECTED]> 
> 04/22/2005 05:44 PM
> Please respond to
> xalan-c-users
> 
> 
> To
> [email protected]
> cc
> 
> Subject
> Red Hat 9 and gcc 3.3.2?
> 
> 
> 
> 
> 
> 
> 
> 
> I downloaded the documention and source to try and
> get
> 
> Xalan C++ installed. Has anyone sucessfully manage
> to
> build under this environment? I was able to build
> and
> install :
> 
> xerces-c-src_2_6_0    amd
> icu-3-2
> 
> but Xala-C_1_9_0
> 
> blew up during the build. Thanks.
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
> 

My body is a temple. Its just been damaged by collateral damage.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to