You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2004/01/06 22:30:37 UTC

cvs commit: xml-xerces/c/doc faq-build.xml

neilg       2004/01/06 13:30:37

  Modified:    c/doc    faq-build.xml
  Log:
  fix for bug 25412; thanks to Jeroen Witmond
  
  Revision  Changes    Path
  1.19      +10 -0     xml-xerces/c/doc/faq-build.xml
  
  Index: faq-build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- faq-build.xml	22 Dec 2003 12:47:22 -0000	1.18
  +++ faq-build.xml	6 Jan 2004 21:30:37 -0000	1.19
  @@ -75,6 +75,16 @@
       </a>
     </faq>
   
  +  <faq title="Why can't the compiler find the include files?">
  +
  +    <q>Why can't the compiler find the include files?</q>
  +
  +    <a><p>A common cause for this problem is setting build environment
  +       variable XERCESROOT instead of setting variable XERCESCROOT.
  +       Note the C before ROOT.</p>
  +    </a>
  +  </faq>
  +
     <faq title="Why do I get Internal Compiler Error when compiling &XercesCName; for a 64bit target with gcc?">
       <q>Why do I get Internal Compiler Error when compiling &XercesCName; for a 64bit target with gcc?</q>
       <a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org