summaryrefslogtreecommitdiff
path: root/TAO/docs/compiler.html
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 16:53:36 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 16:53:36 +0000
commit05c026cdbd99ce11b922e9ee43d3cc01aecdc5d0 (patch)
tree955a945eab5073f0794b03f2f617262f19e58941 /TAO/docs/compiler.html
parent61480c62814d46cc996a0c447820223d661f47af (diff)
downloadATCD-05c026cdbd99ce11b922e9ee43d3cc01aecdc5d0.tar.gz
More on TAO_ROOT.
Diffstat (limited to 'TAO/docs/compiler.html')
-rw-r--r--TAO/docs/compiler.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 669f8ba8931..8b9b7fdf1fb 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -66,6 +66,12 @@ Two flags that won't get overwritten by the environment variable are
<code>-DIDL</code> and <code>-I.</code>. They are always passed to
the preprocessor.
+If your IDLs need to include <code>&lt;orb.idl&gt;</code>, then you need to
+define either/both <code>ACE_ROOT</code> or/and <code>TAO_ROOT</code>. If you
+already have <CODE>ACE_ROOT</CODE> defined, TAO_IDL can figure
+<CODE>TAO_ROOT</CODE> out if your ACE/TAO was installed using default directory
+structure, otherwise, you'll need to define <code>TAO_ROOT</code>.
+
<HR><P>
<h3>Operation Demuxing Strategies</h3>
@@ -84,20 +90,20 @@ To configure TAO's IDL compiler to support perfect hashing please do
the following:
<ul>
- <LI> Enable <CODE>ACE_HAS_GPERF</CODE> when building ACE and TAO.
+ <LI>Enable <CODE>ACE_HAS_GPERF</CODE> when building ACE and TAO.
This macro has been defined for the platforms where <CODE>gperf</CODE>
has been tested, which includes most <A
HREF="http://www.cs.wustl.edu/~schmidt/ACE-versions-i.html">platforms</A>
that ACE runs on. <P>
- <li> Build the <CODE>gperf</CODE> in $ACE_ROOT/apps/gperf. This build
+ <li>Build the <CODE>gperf</CODE> in $ACE_ROOT/apps/gperf. This build
also leaves a copy/link of the gperf program at the $ACE_ROOT/bin
directory.<P>
- <li> Set the environment variable $ACE_ROOT appropriately or add
+ <li>Set the environment variable $ACE_ROOT appropriately or add
$ACE_ROOT/bin to your search path. <P>
- <li> Use the <CODE>-g</CODE> option for the TAO IDL compiler or set
+ <li>Use the <CODE>-g</CODE> option for the TAO IDL compiler or set
your search path accordingly to install <CODE>gperf</CODE> in a
directory other than $ACE_ROOT/bin.
</ul>