473,785 Members | 2,374 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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_MS G_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_fun ction<const _Tp*, void>::result_t ype

xalanc_1_9::Del eteFunctor<Type >::operator()(s td::unary_funct ion<const
_Tp*,
void>::argument _type) const':
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:1 27:
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_fun ction<_Tp, void>::result_t ype
xalanc_1_9::Cle arFunctor<Type> ::operator()(st d::unary_functi on<_Tp,
void>::argument _type&) const':
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:2 45:
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_fun ction<T::value_ type&,
void>::result_t ype

xalanc_1_9::Map ValueDeleteFunc tor<T>::operato r()(std::unary_ function<T::val ue_type&,
void>::argument _type) const':
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/Include/STLHelper.hpp:2 84:
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::Fo rmatterListener * createFormatter (int, bool,
bool,
bool, bool, xalanc_1_9::Pri ntWriter&, int, const
xalanc_1_9::Xal anDOMString&, const xalanc_1_9::Sty lesheetRoot*,
xalanc_1_9::Xer cesParserLiaiso n&,
xalanc_1_9::Xal anSourceTreePar serLiaison&,
const xalanc_1_9::Pre fixResolver&, const
xalanc_1_9::Xal anDocument*&)':
/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::Fo rmatterToText:: FormatterToText (
xercesc_2_6::Me moryManager&, xalanc_1_9::Pri ntWriter&, const
xalanc_1_9::Xal anDOMString&)'
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText .hpp:224:
candidates
are: xalanc_1_9::For matterToText::F ormatterToText( const
xalanc_1_9::For matterToText&)
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText .hpp:82:
xalanc_1_9::For matterToText::F ormatterToText( xalanc_1_9::Wri ter&,
const
xalanc_1_9::Xal anDOMString&, bool = true, bool = true,
xalanc_1_9::Mem oryManagerType& =
xalanc_1_9::Xal anMemMgrs::getD efaultXercesMem Mgr()())
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText .hpp:67:
xalanc_1_9::For matterToText::F ormatterToText( xalanc_1_9::Wri ter&,
bool =
true, bool = true, xalanc_1_9::Mem oryManagerType& =
xalanc_1_9::Xal anMemMgrs::getD efaultXercesMem Mgr()())
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText .hpp:54:

xalanc_1_9::For matterToText::F ormatterToText( xalanc_1_9::Mem oryManagerType&
= xalanc_1_9::Xal anMemMgrs::getD efaultXercesMem Mgr()())
/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::Fo rmatterToHTML:: FormatterToHTML (
xercesc_2_6::Me moryManager&, xalanc_1_9::Pri ntWriter&, const
xalanc_1_9::Xal anDOMString&, xalanc_1_9::Xal anDOMString&,
xalanc_1_9::Xal anDOMString&, xalanc_1_9::Xal anDOMString&, bool&,
int&)'
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML .hpp:51:
candidates
are: xalanc_1_9::For matterToHTML::F ormatterToHTML( const
xalanc_1_9::For matterToHTML&)
/home/av/vs/utils/trunk/xml/xalan/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML .hpp:85:
xalanc_1_9::For matterToHTML::F ormatterToHTML( xalanc_1_9::Wri ter&,
const
xalanc_1_9::Xal anDOMString& =
XalanDOMString( (+xalanc_1_9::X alanMemMgrs::ge tDummyMemMgr()( ))),
const
xalanc_1_9::Xal anDOMString& =
XalanDOMString( (+xalanc_1_9::X alanMemMgrs::ge tDummyMemMgr()( ))),
const
xalanc_1_9::Xal anDOMString& =
XalanDOMString( (+xalanc_1_9::X alanMemMgrs::ge tDummyMemMgr()( ))),
const
xalanc_1_9::Xal anDOMString& =
XalanDOMString( (+xalanc_1_9::X alanMemMgrs::ge tDummyMemMgr()( ))),
bool =
true, int = eDefaultIndentA mount, bool = true, bool = false,
xalanc_1_9::Mem oryManagerType& =
xalanc_1_9::Xal anMemMgrs::getD efaultXercesMem Mgr()())
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 1843
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.theaimsgro up.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
3180
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 running Tomcat 4.1.27 under Eclipse 2.1.0 using the Sysdeo Tomcat plugin using j2re1.4.1_02 under Windows 2000 SP4. I've digested this down to a small (albeit convoluted) sample that exhibits the behavior reliably on my development workstation.
1
2309
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 past the following error. Any help, please? =========================================================================== C:\xalan>test C:\xalan>REM @echo off
0
2631
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" xmlns="http://ltsc.ieee.org/xsd/LOMv1p0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" version="1.0" encoding="ISO-8859-1" indent="yes"/> <!-- rename ims datetime tags to IEEE dateTime tags --> <xsl:template match="ims:datetime">
1
3110
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 Transformer convert that via XSLT to valid XSL-FO. So I define a SAXReader which fires the SAX Events for the Java Object. This works fine and the Transformation to PDF is ok. However, I have one object which contains an XHTML String and the tags
7
4126
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 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" xmlns:my-javascript-ext="my-ext1" extension-element-prefixes="my-javascript-ext"
0
1200
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 xerces. However, at runtime I get the following error when I try to do a transform: (Location of error unknown)org.xml.sax.SAXException: Can not resolve
1
5404
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' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:xalan="http://xml.apache.org/xslt" xmlns:java="java"
3
2400
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" href="D:\app\jboss-3.2.5\server\default\deploy\xifs.war\WEB-INF\classes\de\xifs\resource\xml\de\xifs\resource\xml\dunningaccountreport_de.xsl"?> <!DOCTYPE entities >
3
3401
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 no detail on how to achieve this "allusive" solution. Well I spent the better part of a day finally figuring it out the hard way, trial and error. Here's a list of steps to compile the Xalan C version 1.10.0 on Microsofts Visual C++ 2005...
3
1214
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
9483
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10346
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10157
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10096
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9956
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7504
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6742
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2887
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.