Hi Bettina, Could you tell me the exact error you are getting?
Thanks, Urmi -----Original Message----- From: Bettina Reck [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 9:34 AM To: [email protected] Subject: RE: Compile error "Cannot open include file: 'LocalMsgIndex.hpp'" Hi, again! Thanks for the answers, but I'm still facing the same problem. I corrected the project settings according to the documentation (put Xerces in Tools->Options->Projects->Directories in "Executable file","Include files" and "Libarary files"), I even set the build command line in Localization project and I verified the correct PATH-settings - still the same problem. Any other ideas, what else could be wrong? Urmi, I am not sure how to handle the settings in the file Tools.ini - can you give me some more information? By the way, is it correct to use the Xerces-binary-version or do I need to rebuild this again? Thanks, Bettina > Bettina, > > What are the errors you get while building Localization? > > In my case, the errors were resulting it not finding the Xerces exe, lib > and include path. To fix that, I added the $LIB, $PATH, and $INCLUDE macros > in Tools.ini (in Localization folder) to append the appropriate Xerces path > to the environment variable. For instance, > > LIB=$(LIB);$(XERCESROOT\build\$(BITS)\vc6\$(CFG) > > where XERCESROOT was a variable I defined for my relative Xerces path. > > Similarly, for the other variables. > > Hope that helps. > > Thanks, > Urmi > P.S. Setting the Xerces path in AllInOne will not work for Localization, > as it is built through a makefile using nmake. > > -----Original Message----- > From: Bettina Reck [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 20, 2004 11:47 AM > To: [email protected] > Subject: RE: Compile error "Cannot open include file: 'LocalMsgIndex.hpp'" > > Hi, Urmi! > > Thanks for your answer! I already red your mail and the answers and I > already tried to build Localization first but in fact in this project > there > is nothing to build, only a file named XalanMsg_en_US.xlf. How do you > managed to build this project? > (The dependencies are correctly set) > > Bettina > > > Hi Bettina, > > > > I had faced the same problem - the solution is to build Localization > > first. In fact, you should see the dependency on Localization in the > > AllInOne project. This would generate the required header files. > > > > Urmi > > > > -----Original Message----- > > From: Bettina Reck [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 20, 2004 11:23 AM > > To: [email protected] > > Subject: Compile error "Cannot open include file: 'LocalMsgIndex.hpp'" > > > > Hi, > > > > I'm new to using Xalan and I tried to build a binary from the source > > code of > > version 1.7.0 (using VC 6.0), but I got the following error messages: > > > > ..\..\..\..\src\xalanc\PlatformSupport\XalanMessageLoader.hpp(67): > > fatal error C1083: Cannot open include file: 'LocalMsgIndex.hpp': > > No such file or directory > > > > I put all the necessary Xerces dependencies to the project options and > > started to build the AllInOne-Project (is set as active project with its > > dependency). As I saw in the archive several others did have the same > > problem. Somebody mentioned that the necessary header-file would be > > built at > > compile-time but I still get the error - nothing is built at > > compile-time.... > > > > Does anybody have any ideas? > > > > Thanks in advance, > > Bettina > > > > -- > > "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! > > Jetzt aktivieren unter http://www.gmx.net/info > > > > > > > > > > -- > NEU : GMX Internet.FreeDSL > Ab sofort DSL-Tarif ohne Grundgeb�hr: http://www.gmx.net/dsl > > > > -- NEU : GMX Internet.FreeDSL Ab sofort DSL-Tarif ohne Grundgeb�hr: http://www.gmx.net/dsl
