Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Problems building Xalan-c in Red Hat Linux

Reply
Thread Tools

Problems building Xalan-c in Red Hat Linux

 
 
Avalon1178
Guest
Posts: n/a
 
      09-02-2005
Hi,

I recently downloaded the xalan-c source code in

http://mirrors.ccs.neu.edu/Apache/dist/xml/xalan-c

I followed the instructions from the apache site on how to build it (I
already have xerces downloaded and compiled), however, I'm getting
quite a few compile errors. I downloaded and compiled xerces 2.6.0 and
I downloaded xalan 1.9.0.

Here's the uname of my Linux:

Linux workandplay 2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:04:33 EDT 2005
i686 athlon i386 GNU/Linux

Its running Red Hat Linux Enterprise...

Below are the build errors that I'm getting. Does anyone have any
idea? Is someone else experiencing the same thing? I'm running into
these errors in both gmake and make invocations....

---------------------------------------------------------

gmake -C src/xalanc all
gmake[1]: Entering directory
`/home/av/vs/utils/trunk/xml/xalan/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
`/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Utils'mkdir
-p ../../../nls
mkdir -p ../../../nls/include
gmake[2]: Leaving directory
`/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Utils'
gmake -C Utils locale
gmake[2]: Entering directory
`/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Utils'gmake[2]:
Nothing to be done for `locale'.
gmake[2]: Leaving directory
`/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Utils'
g++ -O2 -DNDEBUG -fno-elide-constructors -Wall -fPIC -DLINUX
-D_REENTRANT -DXALAN_INMEM_MSG_LOADER -c
-I/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src
-I/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/include
-I../../nls/include
-I/home/av/vs/utils/trunk/xerces/xerces-c-src_2_6_0/src/
-I/home/av/vs/utils/trunk/xerces/xerces-c-src_2_6_0/include/xercesc
-I/home/av/vs/utils/trunk/xerces/xerces-c-src_2_6_0/include/ -o
.../../obj/process.o
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp
In file included from
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/PlatformSupport/DOMStringHelper.hpp:39,
from
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:52:
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:
In
member function `std::unary_function<const _Tp*, void>::result_type

xalanc_1_9:eleteFunctor<Type>:perator()(std::u nary_function<const
_Tp*,
void>::argument_type) const':
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:127:
warning: no
return statement in function returning non-void
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:
In
member function `std::unary_function<_Tp, void>::result_type
xalanc_1_9::ClearFunctor<Type>:perator()(std::un ary_function<_Tp,
void>::argument_type&) const':
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:245:
warning: no
return statement in function returning non-void
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:
In
member function `std::unary_function<T::value_type&,
void>::result_type

xalanc_1_9::MapValueDeleteFunctor<T>:perator()(s td::unary_function<T::value_type&,
void>::argument_type) const':
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:284:
warning: no return statement in function returning non-void
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:
In
function `xalanc_1_9::FormatterListener* createFormatter(int, bool,
bool,
bool, bool, xalanc_1_9:rintWriter&, int, const
xalanc_1_9::XalanDOMString&, const xalanc_1_9::StylesheetRoot*,
xalanc_1_9::XercesParserLiaison&,
xalanc_1_9::XalanSourceTreeParserLiaison&,
const xalanc_1_9:refixResolver&, const
xalanc_1_9::XalanDocument*&)':
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:631:
no
matching function for call to
`xalanc_1_9::FormatterToText::FormatterToText(
xercesc_2_6::MemoryManager&, xalanc_1_9:rintWriter&, const
xalanc_1_9::XalanDOMString&)'
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:224:
candidates
are: xalanc_1_9::FormatterToText::FormatterToText(const
xalanc_1_9::FormatterToText&)
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:82:


xalanc_1_9::FormatterToText::FormatterToText(xalan c_1_9::Writer&,
const
xalanc_1_9::XalanDOMString&, bool = true, bool = true,
xalanc_1_9::MemoryManagerType& =
xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr() ())
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:67:


xalanc_1_9::FormatterToText::FormatterToText(xalan c_1_9::Writer&,
bool =
true, bool = true, xalanc_1_9::MemoryManagerType& =
xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr() ())
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp:54:



xalanc_1_9::FormatterToText::FormatterToText(xalan c_1_9::MemoryManagerType&
= xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr() ())
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:666:
no
matching function for call to
`xalanc_1_9::FormatterToHTML::FormatterToHTML(
xercesc_2_6::MemoryManager&, xalanc_1_9:rintWriter&, const
xalanc_1_9::XalanDOMString&, xalanc_1_9::XalanDOMString&,
xalanc_1_9::XalanDOMString&, xalanc_1_9::XalanDOMString&, bool&,
int&)'
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.hpp:51:
candidates
are: xalanc_1_9::FormatterToHTML::FormatterToHTML(const
xalanc_1_9::FormatterToHTML&)
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.hpp:85:


xalanc_1_9::FormatterToHTML::FormatterToHTML(xalan c_1_9::Writer&,
const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDumm yMemMgr()())),
const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDumm yMemMgr()())),
const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDumm yMemMgr()())),
const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDumm yMemMgr()())),
bool =
true, int = eDefaultIndentAmount, bool = true, bool = false,
xalanc_1_9::MemoryManagerType& =
xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr() ())
gmake[1]: *** [../../obj/process.o] Error 1
gmake[1]: Leaving directory
`/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc'
gmake: *** [all] Error 2

 
Reply With Quote
 
 
 
 
Tjerk Wolterink
Guest
Posts: n/a
 
      09-03-2005
Go to the Xalan forums for answers...
I think they can help you
 
Reply With Quote
 
 
 
 
Avalon1178
Guest
Posts: n/a
 
      09-03-2005

Tjerk Wolterink wrote:
> Go to the Xalan forums for answers...
> I think they can help you


Do you know the name of the group or forum? The best that Google
groups returned to me was this group, comp.text.xml....

I emailed the Xalan dev list but haven't gotten any response from
them...

 
Reply With Quote
 
Martin Honnen
Guest
Posts: n/a
 
      09-03-2005

Avalon1178 wrote:

> I emailed the Xalan dev list but haven't gotten any response from
> them...


If you have a problem specific to a processor then I think a mailing
list (or forum) dedicated to that processor is the best place to ask,
for Xalan C I think there are two lists, a user list and a developer list.
I have searched the user list archive
<http://marc.theaimsgroup.com/?l=xalan-c-users&w=2&r=1&s=linux+build&q=b>
and it shows some existing threads so maybe you can find help there.
The mailing lists for XML Apache projects are listed on
<http://xml.apache.org/mail.html>.

--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RED HAT LINUX vs LINUX SUSE SIP3261 VOIP 2 08-17-2004 10:32 PM
RED HAT LINUX VS LINUX SUSE SIP3261 VOIP 0 08-17-2004 12:50 PM
Suse Linux and Red Hat Linux Raymond A+ Certification 3 07-16-2004 12:41 AM
Using JWindow under Red Hat Linux 9 and Java 1.4.2 AJ Java 0 04-05-2004 02:13 PM
Red Hat Defines end of Red Hat Linux steve NZ Computing 14 11-06-2003 06:19 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57