summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index f29c50901d2..e99dd78e3c8 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1292,10 +1292,12 @@ Using the Cygnus tools, this approach should work:
INSTALL=
</pre><p>
<li>Create an <code>ACE_wrappers/ace/config.h</code> file that looks
- something like:
+ something like the following. tao_idl should be built to not support
+ native exception handling, because that's not available on VxWorks.
<pre>
#if defined (__BORLANDC__) || defined (_MSC_VER)
# include &lt;ace/config-win32.h&gt;
+# undef ACE_HAS_EXCEPTIONS
#else
# include &lt;ace/config-vxworks.h&gt;
#endif