summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 00:03:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 00:03:37 +0000
commit33774c69247feecdbcf8c5a9724f4d61f6026b8d (patch)
treedcb80e85ee4a8813d47dbb6fb6eda0650f63e4e4
parenta32413b96efc0266d28b161855b2e035bb328666 (diff)
downloadATCD-33774c69247feecdbcf8c5a9724f4d61f6026b8d.tar.gz
ChangeLogTag: Sun Jul 04 18:57:13 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html4
-rw-r--r--ChangeLog-99b20
-rw-r--r--TAO/ChangeLog-99c4
-rw-r--r--TAO/TAO-INSTALL.html4
4 files changed, 24 insertions, 8 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
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 919b16a3b70..f297f4bfe77 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,11 +1,19 @@
+Sun Jul 04 18:57:13 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE-INSTALL.html: when building tao_idl on NT to be
+ used for generating code for VxWorks, build without
+ ACE_HAS_EXCEPTIONS. Otherwise, TAO_IDLFLAGS must
+ be overridden to be null instead of -Ge 1. Thanks to
+ Carlos for this suggestion.
+
Sun Jul 4 17:06:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tests/Notify_Performance_Test.cpp,
- tests/Message_Block_Test.cpp,
- tests/Priority_Task_Test.cpp,
- tests/Thread_Pool_Reactor_Test.cpp: Fixed a couple of
- warnings related to initializing char *'s with const char *'s.
- Thanks to SunC++ 5.0 for reporting this.
+ * tests/Notify_Performance_Test.cpp,
+ tests/Message_Block_Test.cpp,
+ tests/Priority_Task_Test.cpp,
+ tests/Thread_Pool_Reactor_Test.cpp: Fixed a couple of
+ warnings related to initializing char *'s with const char *'s.
+ Thanks to SunC++ 5.0 for reporting this.
Sun Jul 04 16:07:33 1999 David L. Levine <levine@cs.wustl.edu>
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 6bba24c13cb..e5ebcedd395 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,7 @@
+Sun Jul 04 18:57:13 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * TAO-INSTALL.html: added link to ACE-INSTALL#VxWorks/NT.
+
Sun Jul 04 15:41:34 1999 David L. Levine <levine@cs.wustl.edu>
* many Makefiles: call ace_components via sh, instead of
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 19e0058a27e..10cbae294a0 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -164,7 +164,9 @@ To build on the host:
For NT hosts, please see the detailed instructions for building and
installing ACE and TAO in <a
-href="../ACE-INSTALL.html#vxworks">../ACE-INSTALL.html</a>.<p>
+href="../ACE-INSTALL.html#vxworks">../ACE-INSTALL.html</a>. For
+NT hosts, see <a href="../ACE-INSTALL.html#VxWorks/NT">Building
+ACE on Tornado/NT hosts for VxWorks targets</a><p>
Please note that dynamic loading of libraries is not supported by TAO
for any cross-compiled target. Therefore, dynamic service