Thanks Martin. Raymond
-----Original Message----- From: Martin Baute [mailto:[email protected]] Sent: Tuesday, February 01, 2011 12:21 AM To: [email protected] Subject: EXTERNAL: Re: Xalan-C Libraries Hello Raymond, 'svn co' is the command line used to check out sources from a Subversion repository. You can check out the Xalan-C trunk on any machine with internet connection and a SVN client. Then put the directory you just checked out into a tarball and transfer it to your Solaris platform by whatever means available to you. Regards, Martin On Mon, 31 Jan 2011 15:22:11 -0700, "Steele, Raymond" <[email protected]> wrote: > Hello, > > I received the following information from the dev mailing list concerning > support for Solaris 10 x86? I cannot seem to find Xalan-C libraries that > are compatible to my machine type. However, I do not understand what 'svn > co' is. I cannot check out the trunk of the repository because my > development box does not have an external connection. Is there another way > around this? I would like to use Xalan, but cannot get it to build on the > Solaris 10 x86 platform. > > Thanks, > > Raymond > > > -----Original Message----- > From: David Bertoni [mailto:[email protected]] > Sent: Saturday, January 29, 2011 12:46 PM > To: [email protected] > Subject: Re: EXTERNAL: Re: Xalan-C Libraries > > On 1/24/2011 4:37 PM, Steele, Raymond wrote: >> I am not sure I understand how to proceed with this information. Can you >> provide any more details? > You can check out the trunk of the repository using the svn executable: > > svn co http://svn.apache.org/repos/asf/xalan/c/trunk /home/user/xalan > > This will check out the latest source code into the directory xalan. > > To build: > > export XERCESROOT=<path to Xerces-C installation> > export XALANCROOT=/home/user/xalan > > cd /home/user/xalan > ./runConfigure -p solaris-x86 -c cc -x CC > make > > etc. > > Please post to the Xalan-C users list if you have more questions. > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] -- -- Martin Baute [email protected]
