Re: Beginner's question: (reg. XSLTInputSource)

2003-01-29 Thread David N Bertoni/Cambridge/IBM
This is a bug in the Sun standard library: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14176 There is a link to the patch in the bug report. You should apply all of the cumulative patches to Sun Workshop as there are numerous fixes you'll want. Dave

Beginner's question: (reg. XSLTInputSource)

2003-01-29 Thread Basak, Biresh Kumar [FI]
I am unable to run programs that use XSLTInputSource constructed from std::istream. The error I get says : "Fatal error at (file

Re: Re: Problem linking a release build

2003-01-29 Thread berin
Oliver, I have been getting around these complexities by building the AllInOne project which puts everything in one library. Have found it much easier, and given it's in line with the plan for the next release it worked well. Cheers, Berin > > From: David N Bertoni/Cambridge/IBM <[EMAIL PR

Re: Problem linking a release build

2003-01-29 Thread David N Bertoni/Cambridge/IBM
Hi Oliver, You probably just need to add another library for the release build. Make sure you're linking against XalanDOM_1.lib for the release build. You don't need this for the debug build because the compiler is doing different code generation in Debug (it's putting an out-of-line copy in

Problem linking a release build

2003-01-29 Thread oliver . white
Hi folks, I'm trying to create a release build of Xalan with VC++ 6.0. I have copied the link settings, changing the relevant xerces and xalan libs from the ' _1D' version to '_1' (I'm using xerces 2.1 and xalan 1.4). However, I get this linking problem: ValidationManager.lib(CSchematronValidator

Re: How do I build from CVS?

2003-01-29 Thread Colin Paul Adams
> "David" == David N Bertoni/Cambridge/IBM <[EMAIL PROTECTED]> writes: David> As to your problem -- I just built on Linux with the latest David> CVS without any errors. You might try doing a clean build: David>make clean all Thanks - that works. -- Colin Paul Adams Preston