473,408 Members | 2,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Problems building Xalan-c in Red Hat Linux

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::DeleteFunctor<Type>::operator()(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>::operator()(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>::operator()(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::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*&)':
/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::PrintWriter&, 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::PrintWriter&, 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

Sep 2 '05 #1
3 1819
Go to the Xalan forums for answers...
I think they can help you
Sep 3 '05 #2

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...

Sep 3 '05 #3

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/
Sep 3 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Alan Krueger | last post by:
Greetings, I've been able to cache Transformer objects in a Tomcat-based servlet application to avoid unnecessary Transformer rebuilding, except for certain ones on certain machines. I'm...
1
by: Fisch von Gestern | last post by:
I have tried to run the extension function/element examples provided with the Xalan-J download. I believe that my classpath is correct, and that my versions are up-to-date. However, I can't get...
0
by: Jordan Willms | last post by:
My xsl stylesheet is as simple as follows: <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet xmlns:ims="http://www.imsglobal.org/xsd/imsmd_v1p2"...
1
by: Jens Mueller | last post by:
Hi there, this is a Java-XML Question, so I am not sure whether this is the right place, haven't found anything better .... I try to convert a Java object to XML via SAX and let the FOP...
7
by: RC | last post by:
First, let me say I couldn't find a group discuss XML/XSLT. So I only choose the closest groups to post this message. Here is part of my *.xsl file <xsl:stylesheet...
0
by: terry.jeske | last post by:
Hello, I am trying to upgrade an application that was previously running on Xalan 1.4.2, to 2.7.0. I have worked out the build issues and now the application compiles with the new xalan and...
1
by: jorgen.wahlund | last post by:
Hi I have problems with transforming a xml document with Xalan and javax.xml.Transformer. Following xsl is used: <xsl:stylesheet version='1.0'...
3
by: Ali Sahin | last post by:
Hi there, I'd like to transform a XML-File to PDF. The XML-File ist build like followed: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml-stylesheet type="text/xsl"...
3
by: hsmit.home | last post by:
I spent way too much time on this and I must say, I was a little disgruntled with what has been posted on all the various Xalan C mailing lists. Everyone says there's a solution, but give next to...
3
by: Anonymous | last post by:
Has anyone managed to build Xalan v 1.10 using VS 2005? If the VS 7 project is converted to VS 8.0., it generates *TONS* of errors - anyone managed to build this yet?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.