You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/05 21:18:59 UTC

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

peiyongz    02/02/05 12:18:59

  Modified:    c/doc    migration.xml faq-build.xml
  Log:
  sane_include
  
  Revision  Changes    Path
  1.15      +23 -0     xml-xerces/c/doc/migration.xml
  
  Index: migration.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/migration.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- migration.xml	5 Feb 2002 18:06:13 -0000	1.14
  +++ migration.xml	5 Feb 2002 20:18:59 -0000	1.15
  @@ -15,6 +15,7 @@
               <li><link anchor="ModifiedAPI">Modified Public API</link></li>
               <li><link anchor="DeprecatedAPI">Deprecated Public API</link></li>
           </ul>
  +        <li><link anchor="DirChange">Directory change in &XercesCName; &XercesCVersion;</link></li>
         </ul>
       </s2>
   
  @@ -53,6 +54,28 @@
               </ul>
           </s3>
   
  +    </s2>
  +
  +    <anchor name="DirChange"/>
  +    <s2 title="Directory change in &XercesCName; &XercesCVersion;">
  +      <ul>
  +        <li>
  +            A new directory, <em>src/xercesc</em> is created to be the new parent directory to
  +			all src's direct subdirectories.</li>
  +        <li>
  +            Windows application, <br/>
  +			shall either change the <em>additional include directories </em> setting,
  +			to "..\..\..\..\..\src\<em>xercesc</em>" (Projects->settings->C/C++->Preprocessor). 
  +			or <br/>
  +			change the relevant #include instances, in the source/header files, accordingly, eg <br/>
  +			#include &lt;util/XMLString.hpp&gt; be changed to <br/>
  +			#include &lt;<em>xercesc</em>/util/XMLString.hpp&gt; </li>
  +        <li>
  +            Unix application, <br/>
  +			shall either add the line to the Makefile " -I &lt;installroot&gt;/include/<em>xercesc</em>", 
  +			or <br/>
  +			change the relevant #include instances in the source/header files as shown above. </li>
  +      </ul>
       </s2>
   
       <s2 title="Migration Archive">
  
  
  
  1.3       +9 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq-build.xml	4 Feb 2002 19:08:10 -0000	1.2
  +++ faq-build.xml	5 Feb 2002 20:18:59 -0000	1.3
  @@ -287,5 +287,14 @@
       </a>
     </faq>
   
  +  <faq title="Fatal Error: Cannot open include file: XXX: No such file or directory">
  +    <q>"Fatal Error: Cannot open include file: XXX: No such file or directory"?</q>
  +    <a>
  +      <p>
  +	      Due to the recent directory change, you may need to either update your
  +		  project file, makefile, or your source/header file, for details,
  +          please refer to <jump href="migrate.html#DirChange">Directory Change. </jump></p>
  +    </a>
  +  </faq>
   
   </faqs>
  
  
  

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