You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Steve Dussinger <sd...@adobe.com> on 2004/05/27 22:06:10 UTC

Building Xalan-C 2.5.0 using VC 7.1

I'm trying to build Xalan-C 2.5.0 using VC7.1 (Visual Studio.Net 2003).
When I try to compile, I get an error saying:

Cannot Open Include File: 'LocalMsgIndex.hpp': No such File or Directory.

This file does not exist on my machine at all. I've looked through the
archives of the xalan-c mailing list, and I see a reference to this error
that someone else was having.

It seems that according to the previous thread there is some sort of
Localization project which needs to be built. I can't seem to find anything
in the source package called localization, so I'm at a compete loss.

What's the magic incantation that I need to utter to get this thing to
compile??

Thanx,
  Steve Dussinger


Re: Building Xalan-C 2.5.0 using VC 7.1

Posted by June Ng <ju...@ca.ibm.com>.
Just want to add to Dave's reply .. 

You should take a look at the FAQ section of the documentation regarding 
your problem with the LocalMsgIndex.hpp file ... 

http://xml.apache.org/xalan-c/faq.html#faq-29

Also the docs contain instructions on building with VC7.1 as Dave pointed 
out.

Cheers,
June K. Ng
XSLT Development
IBM Toronto Laboratory
Email: june@ca.ibm.com




Steve Dussinger <sd...@adobe.com> 
05/27/2004 04:06 PM
Please respond to
xalan-c-users


To
xalan-c-users@xml.apache.org
cc

Subject
Building Xalan-C 2.5.0 using VC 7.1






I'm trying to build Xalan-C 2.5.0 using VC7.1 (Visual Studio.Net 2003).
When I try to compile, I get an error saying:

Cannot Open Include File: 'LocalMsgIndex.hpp': No such File or Directory.

This file does not exist on my machine at all. I've looked through the
archives of the xalan-c mailing list, and I see a reference to this error
that someone else was having.

It seems that according to the previous thread there is some sort of
Localization project which needs to be built. I can't seem to find 
anything
in the source package called localization, so I'm at a compete loss.

What's the magic incantation that I need to utter to get this thing to
compile??

Thanx,
  Steve Dussinger



Re: Building Xalan-C 2.5.0 using VC 7.1

Posted by da...@us.ibm.com.
> I'm trying to build Xalan-C 2.5.0 using VC7.1 (Visual Studio.Net 2003).
> When I try to compile, I get an error saying:
>
> Cannot Open Include File: 'LocalMsgIndex.hpp': No such File or Directory.

There is no version of Xalan-C called 2.5.0.  Perhaps you meant Xalan-C
1.8.0, which is the latest version, and is compatible with Xerces-C 2.5.0?

> This file does not exist on my machine at all. I've looked through the
> archives of the xalan-c mailing list, and I see a reference to this error
> that someone else was having.

This file is generated as part of the build process.

> It seems that according to the previous thread there is some sort of
> Localization project which needs to be built. I can't seem to find
anything
> in the source package called localization, so I'm at a compete loss.
>
> What's the magic incantation that I need to utter to get this thing to
> compile??

No magic is required.  However, you will need to read the documentation:

   http://xml.apache.org/xalan-c/readme.html#dotNet

Dave