Xalan-C++
From CBLFS
Jump to navigationJump to search
| Download Source: | http://apache.edgescape.com/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz |
|---|---|
| Download Source: | http://www.apache.org/dist/xml/xalan-c/source/Xalan-C_1_10_0-src.tar.gz |
Introduction to Xalan-C++
Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types.
Project Homepage: http://xml.apache.org/xalan-c/
Dependencies
Required
Non-Multilib
Compile the package:
cd c && export XALANCROOT=$PWD && sed -i "s/(int)m_/(long)m_/" src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp && ./runConfigure -p linux -c gcc -x g++ -m nls \ -l -lpthread -P /usr && make
Install the package:
make install
Multilib
32bit
Compile the package:
cd c &&
export XALANCROOT=$PWD &&
sed -i "s/(int)m_/(long)m_/" src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp &&
./runConfigure -p linux -c gcc -x g++ -b 32 \
-z "${BUILD32}" -l "${BUILD32}" -m nls \
-l -lpthread -P /usr &&
make
Install the package:
make install
N32
ToDo
64Bit
Compile the package:
cd c &&
export XALANCROOT=$PWD &&
sed -i "s/(int)m_/(long)m_/" src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp &&
./runConfigure -p linux -c gcc -x g++ -b 64 \
-z "${BUILD64}" -l "${BUILD64}" -m nls \
-l -lpthread -P /usr -C --libdir=/usr/lib64 &&
make
Install the package:
make install