Hi Dmitry, I use Borland C++Builder on Windows 2000. I also tried using Visual C++ 6, but I get similar error: D:\extvcls\Xalan-C_1_7_0-src\xml-xalan\c\src\xalanc\PlatformSupport\XalanMes sageLoader.hpp(67) : fatal error C1083: Cannot open include file: 'LocalMsgIndex.hpp': No such file or directory. I also downloaded compiled version of xalan 1.7 (for VC6 without ICU) but LocalMsgIndex.hpp wasn't there either. Thank you, Michal
----- Original Message ----- From: "Dmitry Hayes" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, January 20, 2004 3:33 PM Subject: Re: 1.7 compilation with BCB5 fails > > > > > Hi Michael! > Right now we have a problem with Builder , but not with Mac. > The problem is that we don't have an access to the platform to fix the > issue. > As a kind of work around I can suggest you to build the first time with > make/gmake . > > Thanks, > Dmitry > > > > June > Ng/Toronto/[EMAIL PROTECTED] > MCA To > [email protected] > 01/19/2004 09:02 cc > PM > Subject > Re: 1.7 compilation with BCB5 fails > Please respond to > xalan-c-users > > > > > > > > > > You don't have the LocalMsgIndex.hpp file because it is created during the > build process. > > June K. Ng > XSLT Development > IBM Toronto Laboratory > Email: [EMAIL PROTECTED] > > > > "Michal Pietrusinski" > <[EMAIL PROTECTED]> > To > <[EMAIL PROTECTED] > 01/19/2004 08:16 PM l.apache.org> > cc > > Please respond to Subject > xalan-c-users 1.7 compilation > with BCB5 fails > > > > > > > > > > > > > Dear All, > I have problems compiling Xalan 1.7 with C++ Builder 5. > I do not have include file LocalMsgIndex.hpp, which is included in file > XalanMessageLoader.hpp. > I tried commenting out the line: > #include <LocalMsgIndex.hpp> > but then I get error: 'XalanMessages' is not a class or namespace name. > Can anyone help me? > Regards, > Michal > >
