<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1387</id>
	<title>Nabble - Gnome - ORBit - General</title>
	<updated>2009-11-23T05:19:17Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnome---ORBit---General-f1387.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnome---ORBit---General-f1387.html" />
	<subtitle type="html">ORBit CORBA implementation use &amp; development</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26477898</id>
	<title>corbaloc: URLs</title>
	<published>2009-11-23T05:19:17Z</published>
	<updated>2009-11-23T05:19:17Z</updated>
	<author>
		<name>Toralf Lund-2</name>
	</author>
	<content type="html">How complete is the &amp;quot;corbaloc&amp;quot; support in ORBit2 supposed to be? I want 
&lt;br&gt;my server to primarily accept connections/object lookups via corbaloc 
&lt;br&gt;rather than encoded IOR strings (these are just not an option on a real 
&lt;br&gt;networked environment, IMO), and I've actually managed to get it to 
&lt;br&gt;work, too. However, I had to use a &amp;quot;private&amp;quot; function - 
&lt;br&gt;ORBit_ORB_forw_bind(), so I have certain doubts it all.
&lt;br&gt;&lt;br&gt;Comments, anyone?
&lt;br&gt;&lt;br&gt;&lt;br&gt;This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/corbaloc%3A-URLs-tp26477898p26477898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477635</id>
	<title>Remote connections, interface to bind to, why not INADDR_ANY?</title>
	<published>2009-11-23T05:00:33Z</published>
	<updated>2009-11-23T05:00:33Z</updated>
	<author>
		<name>Toralf Lund-2</name>
	</author>
	<content type="html">I'm trying to set up a client-server communication in a real networked 
&lt;br&gt;application via ORBit2. By &amp;quot;real networked application&amp;quot;, I mean that the 
&lt;br&gt;client and server may run on different hosts, so I need to enable TCP/IP 
&lt;br&gt;communication. Unfortunately this has proven to be harder than it ought 
&lt;br&gt;to be. Enabling TCP/IP is easy enough - I just pass &amp;quot;-ORBIIOPIPv4=1&amp;quot; to 
&lt;br&gt;CORBA_ORB_init() (I won't bother about IP V6 just yet), the major 
&lt;br&gt;headache is the bind-to-hostname logic.
&lt;br&gt;&lt;br&gt;This thing is, I can't necessarily assume that the server host will have 
&lt;br&gt;complete and consistent network setup where there is always a proper 
&lt;br&gt;hostname whose IP address may be reliably looked up. It will more 
&lt;br&gt;typically get an IP address, but non necessarily name, from a DHCP 
&lt;br&gt;server, and a DNS record matching the address is certainly too much to 
&lt;br&gt;ask for. And of course, since the address is dynamic, having a local 
&lt;br&gt;hosts entry with a real address is a bit problematic...
&lt;br&gt;&lt;br&gt;Anyhow, to get around issues related to hostname lookup etc. I've tried 
&lt;br&gt;using &amp;quot;-ORBNetID=ipaddr&amp;quot;, but it seems like quite help in all 
&lt;br&gt;situations, i.e. certain inconsistencies in /etc/hosts or similar may 
&lt;br&gt;still seem like to break the communication.
&lt;br&gt;&lt;br&gt;So, that anyone have any thoughts on this? I mean, I don't expect to get 
&lt;br&gt;a fix for my app unless I provide much more detailed info, but what are 
&lt;br&gt;your experience with IP communication, host lookup issues etc. Also, and 
&lt;br&gt;this is perhaps the key question, why does ORBit2/GIOP insist on binding 
&lt;br&gt;to a specific address in the first place? Why doesn't it just use 
&lt;br&gt;INADDR_ANY? Actually, I've tried to tell it explicitly to do just that, 
&lt;br&gt;via &amp;quot;-ORBIIOPIPName=0.0.0.0&amp;quot;, but this lead to problems, too - I got 
&lt;br&gt;&amp;quot;IDL:omg.org/CORBA/COMM_FAILURE:1.0&amp;quot; on remote connections.
&lt;br&gt;&lt;br&gt;- Toralf
&lt;br&gt;&lt;br&gt;&lt;br&gt;This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477635&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remote-connections%2C-interface-to-bind-to%2C-why-not-INADDR_ANY--tp26477635p26477635.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26390030</id>
	<title>[PATCH] use G_GINT64_MODIFIER for IDL_LL in IDL.h.in</title>
	<published>2009-11-17T05:35:22Z</published>
	<updated>2009-11-17T05:35:22Z</updated>
	<author>
		<name>Kalle A. Sandstrom</name>
	</author>
	<content type="html">The m4 hack to determine a passable print/scanf() modifier was producing
&lt;br&gt;warnings when its results were used to compile libIDL for an amd64 target with
&lt;br&gt;GCC 4.3.4. This changeset removes the test from configure.in.
&lt;br&gt;&lt;br&gt;The relevant define had been present since glib 2.4.0, which configure.in
&lt;br&gt;already depends on.
&lt;br&gt;&lt;br&gt;Signed-off-by: Kalle A. Sandstrom &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390030&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksandstr@...&lt;/a&gt;&amp;gt;
&lt;br&gt;---
&lt;br&gt;&amp;nbsp;configure.in &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; 28 ----------------------------
&lt;br&gt;&amp;nbsp;include/libIDL/IDL.h.in | &amp;nbsp; &amp;nbsp;2 +-
&lt;br&gt;&amp;nbsp;2 files changed, 1 insertions(+), 29 deletions(-)
&lt;br&gt;&lt;br&gt;diff --git a/configure.in b/configure.in
&lt;br&gt;index 250b821..1c7f2d2 100644
&lt;br&gt;--- a/configure.in
&lt;br&gt;+++ b/configure.in
&lt;br&gt;@@ -111,34 +111,6 @@ dnl glib requires a 64-bit type
&lt;br&gt;&amp;nbsp;dnl to support MSVC add __int64
&lt;br&gt;&amp;nbsp;AC_CHECK_SIZEOF(long long)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-AC_MSG_CHECKING(for format to printf and scanf a guint64)
&lt;br&gt;-AC_CACHE_VAL(libIDL_cv_long_long_format,[
&lt;br&gt;- &amp;nbsp; &amp;nbsp;for format in ll q I64; do
&lt;br&gt;-	AC_TRY_RUN([#include &amp;lt;stdio.h&amp;gt;
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;#include &amp;lt;stdlib.h&amp;gt; &amp;nbsp;
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;int main()
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;{
&lt;br&gt;-		long long b, a = -0x3AFAFAFAFAFAFAFALL;
&lt;br&gt;-		char buffer[1000];
&lt;br&gt;-		sprintf (buffer, &amp;quot;%${format}u&amp;quot;, a);
&lt;br&gt;- &amp;nbsp;		sscanf (buffer, &amp;quot;%${format}u&amp;quot;, &amp;b);
&lt;br&gt;-		exit (b!=a);
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;}
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;],
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;libIDL_cv_long_long_format=${format}
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;break)
&lt;br&gt;-	done])
&lt;br&gt;-if test -n &amp;quot;$libIDL_cv_long_long_format&amp;quot;; then
&lt;br&gt;- &amp;nbsp; &amp;nbsp;AC_MSG_RESULT(%${libIDL_cv_long_long_format}u)
&lt;br&gt;- &amp;nbsp; &amp;nbsp;IDL_LL=&amp;quot;\&amp;quot;${libIDL_cv_long_long_format}\&amp;quot;&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;AC_SUBST(IDL_LL)
&lt;br&gt;-else
&lt;br&gt;- &amp;nbsp; &amp;nbsp;AC_MSG_RESULT(none)
&lt;br&gt;- &amp;nbsp; &amp;nbsp;AC_MSG_ERROR([
&lt;br&gt;-*** libIDL requires a 64 bit format type.
&lt;br&gt;-])
&lt;br&gt;-fi
&lt;br&gt;-
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;if test &amp;quot;x$GCC&amp;quot; = &amp;quot;xyes&amp;quot; -a &amp;quot;x$enable_compile_warnings&amp;quot; != &amp;quot;xno&amp;quot;; then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WARN_CFLAGS=&amp;quot;-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations&amp;quot;
&lt;br&gt;diff --git a/include/libIDL/IDL.h.in b/include/libIDL/IDL.h.in
&lt;br&gt;index 3c6ad42..7a41e1b 100644
&lt;br&gt;--- a/include/libIDL/IDL.h.in
&lt;br&gt;+++ b/include/libIDL/IDL.h.in
&lt;br&gt;@@ -106,7 +106,7 @@ extern &amp;quot;C&amp;quot; {
&lt;br&gt;&amp;nbsp;			 &amp;nbsp; &amp;nbsp;G_STRFUNC)-&amp;gt;u.name)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;/* GLib 2.0 requires 64-bit types */
&lt;br&gt;-#define IDL_LL		@IDL_LL@
&lt;br&gt;+#define IDL_LL		G_GINT64_MODIFIER
&lt;br&gt;&amp;nbsp;typedef gint64		IDL_longlong_t;
&lt;br&gt;&amp;nbsp;typedef guint64		IDL_ulonglong_t;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-- 
&lt;br&gt;1.6.5.2
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390030&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH--use-G_GINT64_MODIFIER-for-IDL_LL-in-IDL.h.in-tp26390030p26390030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26390029</id>
	<title>[PATCH] add .gitignore for files generated by autoconf and/or automake</title>
	<published>2009-11-17T05:35:21Z</published>
	<updated>2009-11-17T05:35:21Z</updated>
	<author>
		<name>Kalle A. Sandstrom</name>
	</author>
	<content type="html">Signed-off-by: Kalle A. Sandstrom &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390029&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksandstr@...&lt;/a&gt;&amp;gt;
&lt;br&gt;---
&lt;br&gt;&amp;nbsp;.gitignore | &amp;nbsp; 38 ++++++++++++++++++++++++++++++++++++++
&lt;br&gt;&amp;nbsp;1 files changed, 38 insertions(+), 0 deletions(-)
&lt;br&gt;&amp;nbsp;create mode 100644 .gitignore
&lt;br&gt;&lt;br&gt;diff --git a/.gitignore b/.gitignore
&lt;br&gt;new file mode 100644
&lt;br&gt;index 0000000..f6ab4e8
&lt;br&gt;--- /dev/null
&lt;br&gt;+++ b/.gitignore
&lt;br&gt;@@ -0,0 +1,38 @@
&lt;br&gt;+.deps
&lt;br&gt;+.libs
&lt;br&gt;+*~
&lt;br&gt;+*.o
&lt;br&gt;+missing
&lt;br&gt;+ltmain.sh
&lt;br&gt;+libIDL.m4
&lt;br&gt;+libIDL.spec
&lt;br&gt;+libIDL-2.0*.pc
&lt;br&gt;+libIDL-config-2
&lt;br&gt;+libIDL-zip
&lt;br&gt;+libIDL2.info
&lt;br&gt;+libtool
&lt;br&gt;+texinfo.tex
&lt;br&gt;+Makefile
&lt;br&gt;+Makefile.in
&lt;br&gt;+Makefile.msc
&lt;br&gt;+aclocal.m4
&lt;br&gt;+autom4te.cache
&lt;br&gt;+config.guess
&lt;br&gt;+config.log
&lt;br&gt;+config.status
&lt;br&gt;+config.sub
&lt;br&gt;+configure
&lt;br&gt;+depcomp
&lt;br&gt;+INSTALL
&lt;br&gt;+install-sh
&lt;br&gt;+
&lt;br&gt;+# IDL.h is generated from IDL.h.in by autoconf.
&lt;br&gt;+include/libIDL/IDL.h
&lt;br&gt;+
&lt;br&gt;+lexer.c
&lt;br&gt;+*.la
&lt;br&gt;+*.lo
&lt;br&gt;+parser.[ch]
&lt;br&gt;+stamp-*
&lt;br&gt;+tstidl
&lt;br&gt;+y.output
&lt;br&gt;-- 
&lt;br&gt;1.6.5.2
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390029&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH--add-.gitignore-for-files-generated-by-autoconf-and-or-automake-tp26390029p26390029.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26390031</id>
	<title>[PATCH] un-inhibit modules when they are combined with a non-inhibited module</title>
	<published>2009-11-17T05:35:20Z</published>
	<updated>2009-11-17T05:35:20Z</updated>
	<author>
		<name>Kalle A. Sandstrom</name>
	</author>
	<content type="html">Caused problems where applications defined common datatypes etc. in
&lt;br&gt;an #included &amp;quot;common&amp;quot; IDL file; the toplevel module would be first seen in an
&lt;br&gt;include file, inhibited, and would remain inhibited even after a module with
&lt;br&gt;non-inhibited contents was merged in.
&lt;br&gt;&lt;br&gt;This changeset is, where not considered trivial, licensed under GNU LGPL
&lt;br&gt;v2-or-later.
&lt;br&gt;&lt;br&gt;Signed-off-by: Kalle A. Sandstrom &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksandstr@...&lt;/a&gt;&amp;gt;
&lt;br&gt;---
&lt;br&gt;&amp;nbsp;parser.y | &amp;nbsp; 10 ++++++++++
&lt;br&gt;&amp;nbsp;1 files changed, 10 insertions(+), 0 deletions(-)
&lt;br&gt;&lt;br&gt;diff --git a/parser.y b/parser.y
&lt;br&gt;index 977ffa3..f484825 100644
&lt;br&gt;--- a/parser.y
&lt;br&gt;+++ b/parser.y
&lt;br&gt;@@ -387,6 +387,16 @@ module:			module_declspec
&lt;br&gt;&amp;nbsp;			module = IDL_NODE_UP ($2);
&lt;br&gt;&amp;nbsp;			IDL_MODULE (module).definition_list =
&lt;br&gt;&amp;nbsp;				IDL_list_concat (IDL_MODULE (module).definition_list, $5);
&lt;br&gt;+			if(!IS_INHIBIT_STATE()
&lt;br&gt;+				&amp;&amp; (module-&amp;gt;declspec &amp; IDLF_DECLSPEC_INHIBIT))
&lt;br&gt;+			{
&lt;br&gt;+				/* un-inhibit the module, as it now has
&lt;br&gt;+				 * non-inhibited content which shouldn't
&lt;br&gt;+				 * disappear in the optimization stage.
&lt;br&gt;+				 */
&lt;br&gt;+				module-&amp;gt;declspec &amp;= ~IDLF_DECLSPEC_INHIBIT;
&lt;br&gt;+			}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;			module = NULL;
&lt;br&gt;&amp;nbsp;		}
&lt;br&gt;&amp;nbsp;	} else
&lt;br&gt;-- 
&lt;br&gt;1.6.5.2
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26390031&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH--un-inhibit-modules-when-they-are-combined-with-a-non-inhibited-module-tp26390031p26390031.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26285946</id>
	<title>Re: getting ORBit examples to work across the network</title>
	<published>2009-11-10T07:58:01Z</published>
	<updated>2009-11-10T07:58:01Z</updated>
	<author>
		<name>Guillermo Sanchez-2</name>
	</author>
	<content type="html">Hello collisters:
&lt;br&gt;&lt;br&gt;I'm bringing back this message from Feb 08, to ask a question about
&lt;br&gt;network using.
&lt;br&gt;&lt;br&gt;I recently made the echo example work in a closed network by including
&lt;br&gt;ORBNetID=ipaddr in ~/.orbitrc. But I still have to copy the .ref file
&lt;br&gt;that includes the IOR. I was thinking: There have to be a way to do
&lt;br&gt;this automatically. Maybe using a nameservice or corbaloc or smething
&lt;br&gt;like that?
&lt;br&gt;&lt;br&gt;Examples will be greatly apreciated.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Guillermo
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26285946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-ORBit-examples-to-work-across-the-network-tp26285946p26285946.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24761031</id>
	<title>backward/forward binary compatibility checker</title>
	<published>2009-07-31T11:25:56Z</published>
	<updated>2009-07-31T11:25:56Z</updated>
	<author>
		<name>Andrey Ponomarenko</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; Colleagues, I'm software engineer from Institute for System
&lt;br&gt;Programing of Russian Academy of Sciences and we are developing a free
&lt;br&gt;lightweight tool for checking backward/forward binary compatibility of
&lt;br&gt;shared C/C++ libraries in OS Linux. It checks interface signatures and
&lt;br&gt;data type definitions in two library versions (headers and shared
&lt;br&gt;objects) and searches differences that may lead to incompatibility
&lt;br&gt;according to ABI standards. We have released 1.0.0 version of this tool
&lt;br&gt;and we'd like you to consider its usefulness for your project.
&lt;br&gt;&amp;nbsp; &amp;nbsp; The wiki-page with the latest release of binary compatibility checker is
&lt;br&gt;&lt;a href=&quot;http://ispras.linux-foundation.org/index.php/ABI_compliance_checker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ispras.linux-foundation.org/index.php/ABI_compliance_checker&lt;/a&gt;&lt;br&gt;&lt;br&gt;Andrey Ponomarenko &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24761031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;susanin@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24761031&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/backward-forward-binary-compatibility-checker-tp24761031p24761031.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24642548</id>
	<title>Re: Crosscompiling ORBit2</title>
	<published>2009-07-24T03:54:22Z</published>
	<updated>2009-07-24T03:54:22Z</updated>
	<author>
		<name>Guillermo Sanchez-2</name>
	</author>
	<content type="html">Hi Frank,
&lt;br&gt;&lt;br&gt;Thank you again. I really think I'm not explaining well where my
&lt;br&gt;trouble is. I'm sorry.
&lt;br&gt;&lt;br&gt;First I create the idl file: myfile.idl
&lt;br&gt;&lt;br&gt;After using the IDL compiler on myfile.idl by tiping in console:
&lt;br&gt;&lt;br&gt;orbit-idl-2 --skeleton-impl myfile.idl
&lt;br&gt;&lt;br&gt;I get:
&lt;br&gt;&lt;br&gt;DO NOT EDIT
&lt;br&gt;---------------------
&lt;br&gt;myfile-stubs.c
&lt;br&gt;myfile-skels.c
&lt;br&gt;myfile-common.c
&lt;br&gt;myfile.h
&lt;br&gt;&lt;br&gt;TO EDIT
&lt;br&gt;-------------
&lt;br&gt;myfile-skelimpl.c
&lt;br&gt;&lt;br&gt;TO CREATE
&lt;br&gt;-------------------
&lt;br&gt;myfile-client.c
&lt;br&gt;myfile-server.c
&lt;br&gt;&lt;br&gt;After client and server creation (server is almost C&amp;P-ed from another
&lt;br&gt;server file) I fill the skelimpl file with my code, just where it said
&lt;br&gt;&lt;br&gt;/************PUT YOUR CODE HERE************/
&lt;br&gt;My code.
&lt;br&gt;/************END OF YOUR CODE***************/
&lt;br&gt;&lt;br&gt;After that, I have to compile the server and client in order to get an
&lt;br&gt;executable. And here is when the trouble comes.
&lt;br&gt;&lt;br&gt;I want to the get executable done just by tiping &amp;quot;make&amp;quot; in console.
&lt;br&gt;Like in the &amp;quot;echo&amp;quot; example. But I have to edit the Makefile to change
&lt;br&gt;some things. I need to add flags and includes to compile it with RTAI.
&lt;br&gt;An there is where my knowledge ends.
&lt;br&gt;&lt;br&gt;I got the includes and the prefixes for RTAI from another compilation,
&lt;br&gt;something like this:
&lt;br&gt;&lt;br&gt;$(CC) $(LXRT_CFLAGS) -o $@ $&amp;lt; $(LXRT_LDFLAGS) -llxrt
&lt;br&gt;&lt;br&gt;And to compile :
&lt;br&gt;&lt;br&gt;gcc -o server 'pkg-config --cflags --libs ORBit-2.0' myfile-skelimpl.c
&lt;br&gt;myfile-common.c myfile-skels.c
&lt;br&gt;&lt;br&gt;I need a common command for both of them, something like:
&lt;br&gt;&lt;br&gt;server:
&lt;br&gt;$(CC) $(LXRT_CFLAGS) $(CFLAGS) -o pkg-config $@ $&amp;lt; myfile-skelimpl.c
&lt;br&gt;myfile-common.c myfile-skels.c $(LXRT_LDFLAGS) -llxrt $(LDFLAGS)
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Guillermo
&lt;br&gt;&lt;br&gt;2009/7/24 Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24642548&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guillermo Sanchez wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Frank,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks a lot for your answer. But I have no trouble in the stubs and
&lt;br&gt;&amp;gt;&amp;gt; skels creation through idl compilation - After running the &amp;quot;echo&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; example one hundred times i finally got it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; My troubles appears in the next stage when compiling the server,
&lt;br&gt;&amp;gt;&amp;gt; client and skeleton implementation &amp;quot;classname-skelimp.c&amp;quot;. I simply
&lt;br&gt;&amp;gt;&amp;gt; don't know where the flags are applied or where the compilation is
&lt;br&gt;&amp;gt;&amp;gt; done in the Makefile file. I know it has to be here:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;        $(ORBIT_IDL) --skeleton-impl $^
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But I don't know what is it doing or what's going on and I need to add
&lt;br&gt;&amp;gt;&amp;gt; some flags.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Talking in terms of C++ or Java, the skeleton-impl inherits from
&lt;br&gt;&amp;gt; skeleton, implementing the (well) &amp;quot;virtual&amp;quot; skeleton-methods.
&lt;br&gt;&amp;gt; As the &amp;quot;inheriting&amp;quot;  in pure C this is a bit cumbersome, the IDL
&lt;br&gt;&amp;gt; compiler provides a feature to generate the corresponding skeleton-impl
&lt;br&gt;&amp;gt; code (method-templates and vtables), so you just have got to add your
&lt;br&gt;&amp;gt; code into the method templates.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The skeleton-impl generation stuff is done once only, as long as IDL
&lt;br&gt;&amp;gt; does not change. Mind that changing the IDL you might want to repeat
&lt;br&gt;&amp;gt; the  skeleton-impl generation, merging in your code again later.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards, Frank
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The thread question comes because to use some RTAI funtions I have to
&lt;br&gt;&amp;gt;&amp;gt; launch a couple of threads. Threads that aren't going to give a
&lt;br&gt;&amp;gt;&amp;gt; response they will just be created, do their stuff in the server side
&lt;br&gt;&amp;gt;&amp;gt; and be destroyed every time I need them.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Again thank you very much for the info.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Guillermo
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/7/23 Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24642548&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Guillermo Sanchez wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello collisters:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm quite new in the ORBit world, so sorry if this is not the correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; way of asking things.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I wanted to compile an ORBit program (server, client, skelimp...)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; using RTAI flags (Real Time Aplication Interface) and includes, since
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm using this last to communicate ORBit with a real time process. I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; thought it would be a matter of makefile edition but when I edited it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I realized how new I'm in this world. Indeed I don't know where ORBit2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; compiles at all.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; first you need to invoke the IDL compiler which generates the C code for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; your IDL interfaces, this way you will get the stubs and skeletons.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $(IDLOUT): Uneje.idl
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;        $(ORBIT_IDL) Uneje.idl
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The skeletons are for the server-side, the stubs for the client side.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; These files are ordinary C files which can be compiled to object files
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with gcc.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On server side you will need also to implement the skeletons, commonly
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; called &amp;quot;classname-skeleton-impl.c&amp;quot;, which implement the logic of your
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; server.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; By the way, is there any difference between using g_thread_create and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; pthread_create?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; little, g_thread_create will be mapped onto pthread_create, but for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; portability it is better to choose g_thread_create, which might also do
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; some magic in background.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also, can I create a thread inside the skeleton implementation code?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Off course you can, but if it is about to calculate a return value, you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; should not.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Instead, the requests are managed by the POA, the portable object
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; adapter. This Adapter will be initialized with so called
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; concurrency-policy, which can be &amp;quot;single-threaded&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;thread-per-connection&amp;quot; or a &amp;quot;system&amp;quot; specific threaded policy. AFAICS,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thread per connection is the best choice for RealTime applications. This
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; way each client (alias connection) would be associated with a specific
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thread on server side, and requests of high priorized clients would not
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; share thread-resources with requests of low priorized threads. RT-CORBA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; defines a n umber of thread-pool features, but they are not implemented
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; for ORBit2 yet (AFAIK).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards, Frank
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; orbit-list mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24642548&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24642548&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Crosscompiling-ORBit2-tp24604474p24642548.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24636303</id>
	<title>Re: Crosscompiling ORBit2</title>
	<published>2009-07-23T16:22:24Z</published>
	<updated>2009-07-23T16:22:24Z</updated>
	<author>
		<name>Frank Rehberger</name>
	</author>
	<content type="html">Guillermo Sanchez wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Frank,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks a lot for your answer. But I have no trouble in the stubs and
&lt;br&gt;&amp;gt; skels creation through idl compilation - After running the &amp;quot;echo&amp;quot;
&lt;br&gt;&amp;gt; example one hundred times i finally got it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My troubles appears in the next stage when compiling the server,
&lt;br&gt;&amp;gt; client and skeleton implementation &amp;quot;classname-skelimp.c&amp;quot;. I simply
&lt;br&gt;&amp;gt; don't know where the flags are applied or where the compilation is
&lt;br&gt;&amp;gt; done in the Makefile file. I know it has to be here:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$(ORBIT_IDL) --skeleton-impl $^
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But I don't know what is it doing or what's going on and I need to add
&lt;br&gt;&amp;gt; some flags.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Talking in terms of C++ or Java, the skeleton-impl inherits from
&lt;br&gt;skeleton, implementing the (well) &amp;quot;virtual&amp;quot; skeleton-methods.
&lt;br&gt;As the &amp;quot;inheriting&amp;quot; &amp;nbsp;in pure C this is a bit cumbersome, the IDL
&lt;br&gt;compiler provides a feature to generate the corresponding skeleton-impl
&lt;br&gt;code (method-templates and vtables), so you just have got to add your
&lt;br&gt;code into the method templates.
&lt;br&gt;&lt;br&gt;The skeleton-impl generation stuff is done once only, as long as IDL
&lt;br&gt;does not change. Mind that changing the IDL you might want to repeat
&lt;br&gt;the &amp;nbsp;skeleton-impl generation, merging in your code again later.
&lt;br&gt;&lt;br&gt;Regards, Frank
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The thread question comes because to use some RTAI funtions I have to
&lt;br&gt;&amp;gt; launch a couple of threads. Threads that aren't going to give a
&lt;br&gt;&amp;gt; response they will just be created, do their stuff in the server side
&lt;br&gt;&amp;gt; and be destroyed every time I need them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Again thank you very much for the info.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Guillermo
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/7/23 Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24636303&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Guillermo Sanchez wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello collisters:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm quite new in the ORBit world, so sorry if this is not the correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; way of asking things.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I wanted to compile an ORBit program (server, client, skelimp...)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; using RTAI flags (Real Time Aplication Interface) and includes, since
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm using this last to communicate ORBit with a real time process. I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thought it would be a matter of makefile edition but when I edited it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I realized how new I'm in this world. Indeed I don't know where ORBit2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; compiles at all.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; first you need to invoke the IDL compiler which generates the C code for
&lt;br&gt;&amp;gt;&amp;gt; your IDL interfaces, this way you will get the stubs and skeletons.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $(IDLOUT): Uneje.idl
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$(ORBIT_IDL) Uneje.idl
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The skeletons are for the server-side, the stubs for the client side.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; These files are ordinary C files which can be compiled to object files
&lt;br&gt;&amp;gt;&amp;gt; with gcc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On server side you will need also to implement the skeletons, commonly
&lt;br&gt;&amp;gt;&amp;gt; called &amp;quot;classname-skeleton-impl.c&amp;quot;, which implement the logic of your
&lt;br&gt;&amp;gt;&amp;gt; server.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; By the way, is there any difference between using g_thread_create and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; pthread_create?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; little, g_thread_create will be mapped onto pthread_create, but for
&lt;br&gt;&amp;gt;&amp;gt; portability it is better to choose g_thread_create, which might also do
&lt;br&gt;&amp;gt;&amp;gt; some magic in background.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Also, can I create a thread inside the skeleton implementation code?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Off course you can, but if it is about to calculate a return value, you
&lt;br&gt;&amp;gt;&amp;gt; should not.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Instead, the requests are managed by the POA, the portable object
&lt;br&gt;&amp;gt;&amp;gt; adapter. This Adapter will be initialized with so called
&lt;br&gt;&amp;gt;&amp;gt; concurrency-policy, which can be &amp;quot;single-threaded&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;thread-per-connection&amp;quot; or a &amp;quot;system&amp;quot; specific threaded policy. AFAICS,
&lt;br&gt;&amp;gt;&amp;gt; thread per connection is the best choice for RealTime applications. This
&lt;br&gt;&amp;gt;&amp;gt; way each client (alias connection) would be associated with a specific
&lt;br&gt;&amp;gt;&amp;gt; thread on server side, and requests of high priorized clients would not
&lt;br&gt;&amp;gt;&amp;gt; share thread-resources with requests of low priorized threads. RT-CORBA
&lt;br&gt;&amp;gt;&amp;gt; defines a n umber of thread-pool features, but they are not implemented
&lt;br&gt;&amp;gt;&amp;gt; for ORBit2 yet (AFAIK).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards, Frank
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; orbit-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24636303&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24636303&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Crosscompiling-ORBit2-tp24604474p24636303.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24629096</id>
	<title>Re: Crosscompiling ORBit2</title>
	<published>2009-07-23T09:05:41Z</published>
	<updated>2009-07-23T09:05:41Z</updated>
	<author>
		<name>Guillermo Sanchez-2</name>
	</author>
	<content type="html">Hi Frank,
&lt;br&gt;&lt;br&gt;Thanks a lot for your answer. But I have no trouble in the stubs and
&lt;br&gt;skels creation through idl compilation - After running the &amp;quot;echo&amp;quot;
&lt;br&gt;example one hundred times i finally got it.
&lt;br&gt;&lt;br&gt;My troubles appears in the next stage when compiling the server,
&lt;br&gt;client and skeleton implementation &amp;quot;classname-skelimp.c&amp;quot;. I simply
&lt;br&gt;don't know where the flags are applied or where the compilation is
&lt;br&gt;done in the Makefile file. I know it has to be here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$(ORBIT_IDL) --skeleton-impl $^
&lt;br&gt;&lt;br&gt;But I don't know what is it doing or what's going on and I need to add
&lt;br&gt;some flags.
&lt;br&gt;&lt;br&gt;The thread question comes because to use some RTAI funtions I have to
&lt;br&gt;launch a couple of threads. Threads that aren't going to give a
&lt;br&gt;response they will just be created, do their stuff in the server side
&lt;br&gt;and be destroyed every time I need them.
&lt;br&gt;&lt;br&gt;Again thank you very much for the info.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Guillermo
&lt;br&gt;&lt;br&gt;2009/7/23 Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24629096&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guillermo Sanchez wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello collisters:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm quite new in the ORBit world, so sorry if this is not the correct
&lt;br&gt;&amp;gt;&amp;gt; way of asking things.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I wanted to compile an ORBit program (server, client, skelimp...)
&lt;br&gt;&amp;gt;&amp;gt; using RTAI flags (Real Time Aplication Interface) and includes, since
&lt;br&gt;&amp;gt;&amp;gt; I'm using this last to communicate ORBit with a real time process. I
&lt;br&gt;&amp;gt;&amp;gt; thought it would be a matter of makefile edition but when I edited it
&lt;br&gt;&amp;gt;&amp;gt; I realized how new I'm in this world. Indeed I don't know where ORBit2
&lt;br&gt;&amp;gt;&amp;gt; compiles at all.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; first you need to invoke the IDL compiler which generates the C code for
&lt;br&gt;&amp;gt; your IDL interfaces, this way you will get the stubs and skeletons.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $(IDLOUT): Uneje.idl
&lt;br&gt;&amp;gt;        $(ORBIT_IDL) Uneje.idl
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The skeletons are for the server-side, the stubs for the client side.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; These files are ordinary C files which can be compiled to object files
&lt;br&gt;&amp;gt; with gcc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On server side you will need also to implement the skeletons, commonly
&lt;br&gt;&amp;gt; called &amp;quot;classname-skeleton-impl.c&amp;quot;, which implement the logic of your
&lt;br&gt;&amp;gt; server.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; By the way, is there any difference between using g_thread_create and
&lt;br&gt;&amp;gt;&amp;gt; pthread_create?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; little, g_thread_create will be mapped onto pthread_create, but for
&lt;br&gt;&amp;gt; portability it is better to choose g_thread_create, which might also do
&lt;br&gt;&amp;gt; some magic in background.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Also, can I create a thread inside the skeleton implementation code?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Off course you can, but if it is about to calculate a return value, you
&lt;br&gt;&amp;gt; should not.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Instead, the requests are managed by the POA, the portable object
&lt;br&gt;&amp;gt; adapter. This Adapter will be initialized with so called
&lt;br&gt;&amp;gt; concurrency-policy, which can be &amp;quot;single-threaded&amp;quot;,
&lt;br&gt;&amp;gt; &amp;quot;thread-per-connection&amp;quot; or a &amp;quot;system&amp;quot; specific threaded policy. AFAICS,
&lt;br&gt;&amp;gt; thread per connection is the best choice for RealTime applications. This
&lt;br&gt;&amp;gt; way each client (alias connection) would be associated with a specific
&lt;br&gt;&amp;gt; thread on server side, and requests of high priorized clients would not
&lt;br&gt;&amp;gt; share thread-resources with requests of low priorized threads. RT-CORBA
&lt;br&gt;&amp;gt; defines a n umber of thread-pool features, but they are not implemented
&lt;br&gt;&amp;gt; for ORBit2 yet (AFAIK).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards, Frank
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24629096&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Crosscompiling-ORBit2-tp24604474p24629096.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24621457</id>
	<title>Re: Crosscompiling ORBit2</title>
	<published>2009-07-23T01:29:10Z</published>
	<updated>2009-07-23T01:29:10Z</updated>
	<author>
		<name>Frank Rehberger</name>
	</author>
	<content type="html">Guillermo Sanchez wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello collisters:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm quite new in the ORBit world, so sorry if this is not the correct
&lt;br&gt;&amp;gt; way of asking things.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I wanted to compile an ORBit program (server, client, skelimp...)
&lt;br&gt;&amp;gt; using RTAI flags (Real Time Aplication Interface) and includes, since
&lt;br&gt;&amp;gt; I'm using this last to communicate ORBit with a real time process. I
&lt;br&gt;&amp;gt; thought it would be a matter of makefile edition but when I edited it
&lt;br&gt;&amp;gt; I realized how new I'm in this world. Indeed I don't know where ORBit2
&lt;br&gt;&amp;gt; compiles at all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;first you need to invoke the IDL compiler which generates the C code for
&lt;br&gt;your IDL interfaces, this way you will get the stubs and skeletons.
&lt;br&gt;&lt;br&gt;$(IDLOUT): Uneje.idl
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(ORBIT_IDL) Uneje.idl
&lt;br&gt;&lt;br&gt;&lt;br&gt;The skeletons are for the server-side, the stubs for the client side.
&lt;br&gt;&lt;br&gt;These files are ordinary C files which can be compiled to object files
&lt;br&gt;with gcc.
&lt;br&gt;&lt;br&gt;On server side you will need also to implement the skeletons, commonly
&lt;br&gt;called &amp;quot;classname-skeleton-impl.c&amp;quot;, which implement the logic of your
&lt;br&gt;server.
&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;&amp;gt; By the way, is there any difference between using g_thread_create and
&lt;br&gt;&amp;gt; pthread_create?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;little, g_thread_create will be mapped onto pthread_create, but for
&lt;br&gt;portability it is better to choose g_thread_create, which might also do
&lt;br&gt;some magic in background.
&lt;br&gt;&lt;br&gt;&amp;gt; Also, can I create a thread inside the skeleton implementation code?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Off course you can, but if it is about to calculate a return value, you
&lt;br&gt;should not.
&lt;br&gt;&lt;br&gt;Instead, the requests are managed by the POA, the portable object
&lt;br&gt;adapter. This Adapter will be initialized with so called
&lt;br&gt;concurrency-policy, which can be &amp;quot;single-threaded&amp;quot;,
&lt;br&gt;&amp;quot;thread-per-connection&amp;quot; or a &amp;quot;system&amp;quot; specific threaded policy. AFAICS,
&lt;br&gt;thread per connection is the best choice for RealTime applications. This
&lt;br&gt;way each client (alias connection) would be associated with a specific
&lt;br&gt;thread on server side, and requests of high priorized clients would not
&lt;br&gt;share thread-resources with requests of low priorized threads. RT-CORBA
&lt;br&gt;defines a n umber of thread-pool features, but they are not implemented
&lt;br&gt;for ORBit2 yet (AFAIK).
&lt;br&gt;&lt;br&gt;Regards, Frank
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24621457&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Crosscompiling-ORBit2-tp24604474p24621457.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24604474</id>
	<title>Crosscompiling ORBit2</title>
	<published>2009-07-22T04:19:11Z</published>
	<updated>2009-07-22T04:19:11Z</updated>
	<author>
		<name>Guillermo Sanchez-2</name>
	</author>
	<content type="html">Hello collisters:
&lt;br&gt;&lt;br&gt;I'm quite new in the ORBit world, so sorry if this is not the correct
&lt;br&gt;way of asking things.
&lt;br&gt;&lt;br&gt;I wanted to compile an ORBit program (server, client, skelimp...)
&lt;br&gt;using RTAI flags (Real Time Aplication Interface) and includes, since
&lt;br&gt;I'm using this last to communicate ORBit with a real time process. I
&lt;br&gt;thought it would be a matter of makefile edition but when I edited it
&lt;br&gt;I realized how new I'm in this world. Indeed I don't know where ORBit2
&lt;br&gt;compiles at all.
&lt;br&gt;&lt;br&gt;Is there any chance of somebody to light my path? (I include the
&lt;br&gt;makefile's code)
&lt;br&gt;&lt;br&gt;By the way, is there any difference between using g_thread_create and
&lt;br&gt;pthread_create?
&lt;br&gt;&lt;br&gt;Also, can I create a thread inside the skeleton implementation code?
&lt;br&gt;&lt;br&gt;Thanks a lot,
&lt;br&gt;&lt;br&gt;Guillermo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Makefile (modified code).
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;prefix1 := $(shell rtai-config --prefix)
&lt;br&gt;prefix2 := /usr
&lt;br&gt;&lt;br&gt;ifeq ($(prefix1),)
&lt;br&gt;$(error Please add &amp;lt;rtai-install&amp;gt;/bin to your PATH variable)
&lt;br&gt;endif
&lt;br&gt;&lt;br&gt;CC = $(shell rtai-config --cc)
&lt;br&gt;&lt;br&gt;LXRT_CFLAGS = $(shell rtai-config --lxrt-cflags)
&lt;br&gt;LXRT_LDFLAGS = $(shell rtai-config --lxrt-ldflags)
&lt;br&gt;&lt;br&gt;ORBIT_IDL=$(prefix2)/bin/orbit-idl-2
&lt;br&gt;CFLAGS=$(shell pkg-config ORBit-2.0 ORBit-CosNaming-2.0 --cflags)
&lt;br&gt;LDFLAGS=$(shell pkg-config ORBit-2.0 ORBit-CosNaming-2.0 --libs)
&lt;br&gt;&lt;br&gt;TARGETS= Uneje-client Uneje-server
&lt;br&gt;IDLOUT= Uneje-common.c Uneje-stubs.c Uneje-skels.c Uneje.h
&lt;br&gt;&lt;br&gt;all: $(IDLOUT) Uneje-client Uneje-server
&lt;br&gt;&lt;br&gt;Uneje-server.o: Uneje-server.c Uneje-skelimpl.c
&lt;br&gt;&lt;br&gt;Uneje-client : Uneje-client.o Uneje-stubs.o Uneje-common.o examples-toolkit.o
&lt;br&gt;Uneje-server : Uneje-server.o Uneje-skels.o Uneje-common.o
&lt;br&gt;examples-toolkit.o Uneje-skelimpl.o
&lt;br&gt;&lt;br&gt;$(IDLOUT): Uneje.idl
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(ORBIT_IDL) Uneje.idl
&lt;br&gt;&lt;br&gt;%-skelimpl.c: %.idl
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(ORBIT_IDL) --skeleton-impl $^
&lt;br&gt;&lt;br&gt;# This is how RTAI compiles:
&lt;br&gt;# $(CC) $(LXRT_CFLAGS) -o $@ $&amp;lt; $(LXRT_LDFLAGS) -llxrt
&lt;br&gt;&lt;br&gt;# Possible Solution?:
&lt;br&gt;# $(CC) $(LXRT_CFLAGS) $(CFLAGS) -o $@ $&amp;lt; $(LDFLAGS) $(LXRT_LDFLAGS) -llxrt
&lt;br&gt;&lt;br&gt;clean:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -rf *.o *~ $(IDLOUT) *.ior *.ref Uneje-client Uneje-server
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24604474&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Crosscompiling-ORBit2-tp24604474p24604474.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24406480</id>
	<title>Re: orbit-idl-2 compile errors</title>
	<published>2009-07-09T01:51:08Z</published>
	<updated>2009-07-09T01:51:08Z</updated>
	<author>
		<name>Frank Rehberger</name>
	</author>
	<content type="html">Scovel, Mark-P64544 wrote:
&lt;br&gt;&amp;gt; I get the following when trying to compile an idl file to cpp...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;by default ORBit2 supports C, for C++ support &amp;nbsp;you need an additional
&lt;br&gt;package orbitcpp providing the required idl-code-generator backend and
&lt;br&gt;wrappers.
&lt;br&gt;&lt;br&gt;If not shipped with your distribution, you can checkout from
&lt;br&gt;&lt;a href=&quot;http://git.gnome.org/cgit/orbitcpp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://git.gnome.org/cgit/orbitcpp/&lt;/a&gt;&amp;nbsp;and compile.
&lt;br&gt;&lt;br&gt;Hope that helps, Frank
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24406480&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/orbit-idl-2-compile-errors-tp24397715p24406480.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24406035</id>
	<title>Re: Where can I get a command line reference for Orbit2?</title>
	<published>2009-07-09T01:14:34Z</published>
	<updated>2009-07-09T01:14:34Z</updated>
	<author>
		<name>Frank Rehberger</name>
	</author>
	<content type="html">Scovel, Mark-P64544 wrote:
&lt;br&gt;&amp;gt; Where can I get a command line reference for Orbit2?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;did you have a look at
&lt;br&gt;&lt;a href=&quot;http://projects.gnome.org/ORBit2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projects.gnome.org/ORBit2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Otherwise, just tell me which feature are you looking for.
&lt;br&gt;&lt;br&gt;Regards, Frank
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24406035&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-can-I-get-a-command-line-reference-for-Orbit2--tp24396974p24406035.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24397715</id>
	<title>orbit-idl-2 compile errors</title>
	<published>2009-07-08T12:22:36Z</published>
	<updated>2009-07-08T12:22:36Z</updated>
	<author>
		<name>Scovel, Mark-P64544</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=&quot;#606420&quot;&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 color=navy face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt;color:navy'&gt;I get the following when trying to compile
an idl file to cpp&amp;#8230;&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;[mscovel@localhost ch_3]$ orbit-idl-2
--lang=cpp time.idl&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;orbit-idl-2 2.14.12 compiling&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;nbsp; mode, hide preprocessor errors,
passes: stubs skels common headers &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Processing file time.idl&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;** (orbit-idl-2:11412): WARNING **:
idl-compiler backend not found.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;** (orbit-idl-2:11412): WARNING **:
time.idl compilation failed&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;[mscovel@localhost ch_3]$ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 color=navy face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt;color:navy'&gt;Where can I get a command line reference
for Orbit2?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Thanks,&lt;/span&gt;&lt;/font&gt;&lt;br&gt;
&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Mark
Scovel&lt;/span&gt;&lt;/font&gt;&lt;br&gt;
&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;260-434-9541&lt;/span&gt;&lt;/font&gt;
&lt;br&gt;
&lt;i&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt;font-style:italic'&gt;This email
message is for the sole use of the intended recipient(s) and may contain GDC4S confidential
or privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not an intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24397715&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/orbit-idl-2-compile-errors-tp24397715p24397715.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24396974</id>
	<title>Where can I get a command line reference for Orbit2?</title>
	<published>2009-07-08T11:33:07Z</published>
	<updated>2009-07-08T11:33:07Z</updated>
	<author>
		<name>Scovel, Mark-P64544</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=&quot;#606420&quot;&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 color=navy face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt;color:navy'&gt;Where can I get a command line reference
for Orbit2?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Thanks,&lt;/span&gt;&lt;/font&gt;&lt;br&gt;
&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Mark
Scovel&lt;/span&gt;&lt;/font&gt;&lt;br&gt;
&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;260-434-9541&lt;/span&gt;&lt;/font&gt;
&lt;br&gt;
&lt;i&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt;font-style:italic'&gt;This email message
is for the sole use of the intended recipient(s) and may contain GDC4S
confidential or privileged information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not an intended recipient,
please contact the sender by reply email and destroy all copies of the original
message.&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24396974&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-can-I-get-a-command-line-reference-for-Orbit2--tp24396974p24396974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24057915</id>
	<title>Re: orbit1</title>
	<published>2009-06-16T09:22:51Z</published>
	<updated>2009-06-16T09:22:51Z</updated>
	<author>
		<name>Frank Rehberger</name>
	</author>
	<content type="html">Bruce Trask wrote:
&lt;br&gt;&amp;gt; Hi Frank,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks. &amp;nbsp;I will take a look at those others.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; By the way, does the Orbit1 repo even exist anymore anywhere?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Sourceforge is your friend:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://orbit-resource.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://orbit-resource.sourceforge.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;Frank
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24057915&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/orbit1-tp24041452p24057915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24057423</id>
	<title>Re: orbit1</title>
	<published>2009-06-16T08:57:22Z</published>
	<updated>2009-06-16T08:57:22Z</updated>
	<author>
		<name>Bruce Trask</name>
	</author>
	<content type="html">&lt;br&gt;Hi Frank,
&lt;br&gt;&lt;br&gt;Thanks. &amp;nbsp;I will take a look at those others.
&lt;br&gt;&lt;br&gt;By the way, does the Orbit1 repo even exist anymore anywhere?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bruce
&lt;br&gt;&lt;br&gt;--- On Tue, 6/16/09, Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24057423&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24057423&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: orbit1
&lt;br&gt;&amp;gt; To: &amp;quot;Bruce Trask&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24057423&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bruce.trask@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24057423&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Tuesday, June 16, 2009, 5:25 AM
&lt;br&gt;&amp;gt; Bruce Trask wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I noticed that there was an implementation of the
&lt;br&gt;&amp;gt; CORBA Event Service in orbit1 but I cannot seem to locate it
&lt;br&gt;&amp;gt; anywhere.  Is there a location at which I can fetch
&lt;br&gt;&amp;gt; it.
&lt;br&gt;&amp;gt; &amp;gt;   
&lt;br&gt;&amp;gt; Not that I would know of, but you can combine
&lt;br&gt;&amp;gt; ORbit-applications with
&lt;br&gt;&amp;gt; any other CORBA Event Service implementation (or better the
&lt;br&gt;&amp;gt; Notification
&lt;br&gt;&amp;gt; Service) available, for example those implemented in
&lt;br&gt;&amp;gt; context of  JacORB,
&lt;br&gt;&amp;gt; Mico or TAO projects.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards, Frank
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24057423&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/orbit1-tp24041452p24057423.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24050727</id>
	<title>Re: orbit1</title>
	<published>2009-06-16T02:25:34Z</published>
	<updated>2009-06-16T02:25:34Z</updated>
	<author>
		<name>Frank Rehberger</name>
	</author>
	<content type="html">Bruce Trask wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I noticed that there was an implementation of the CORBA Event Service in orbit1 but I cannot seem to locate it anywhere. &amp;nbsp;Is there a location at which I can fetch it.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Not that I would know of, but you can combine ORbit-applications with
&lt;br&gt;any other CORBA Event Service implementation (or better the Notification
&lt;br&gt;Service) available, for example those implemented in context of &amp;nbsp;JacORB,
&lt;br&gt;Mico or TAO projects.
&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;Regards, Frank
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24050727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/orbit1-tp24041452p24050727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24041452</id>
	<title>orbit1</title>
	<published>2009-06-15T12:36:17Z</published>
	<updated>2009-06-15T12:36:17Z</updated>
	<author>
		<name>Bruce Trask</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;I noticed that there was an implementation of the CORBA Event Service in orbit1 but I cannot seem to locate it anywhere. &amp;nbsp;Is there a location at which I can fetch it.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bruce
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24041452&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/orbit1-tp24041452p24041452.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24041434</id>
	<title>endpoint support?</title>
	<published>2009-06-15T12:35:09Z</published>
	<updated>2009-06-15T12:35:09Z</updated>
	<author>
		<name>Bruce Trask</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;Does orbit support specify orb listening endpoints? &amp;nbsp;Something like -ORBEndpoint iiop://192.168.0.1:12345 with IP:Port.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bruce
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24041434&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/endpoint-support--tp24041434p24041434.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22523011</id>
	<title>error while croos-compiling ORBIT2-2.14.0</title>
	<published>2009-03-09T19:43:10Z</published>
	<updated>2009-03-09T19:43:10Z</updated>
	<author>
		<name>gy</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=gb2312&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.5726&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: verdana&quot;&gt;
&lt;DIV&gt;&lt;FONT face=Verdana size=3&gt;
&lt;P&gt;Hello team, &lt;/P&gt;
&lt;P&gt;First of all please excuse me for my questions if they seem trivial or if 
they have already been discussed on this mailing list though I have done much 
googling for this information. &lt;/P&gt;
&lt;P&gt;I'm trying to cross-compile ORBit2-2.14.13 for my ARM machine using 
code-sourcery gnu toolchain. I'm getting the following error during 
configuration. &lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=3&gt;-------------------------------------- 
&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=#000000 size=3&gt;../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL 
-I../../../src/idl/CORBA -I../../../src/idl/interop -I../../../src/orb/orb-core 
--noskels --nodefskels --nostubs --noidata --nocommon --showcpperrors 
--define=Object=OObject --define=TypeCode=TTypeCode --deps 
./.deps/corba-defs.idl.P 
../../../src/orb/orb-core/corba-defs.idl&lt;BR&gt;../../../src/idl-compiler/orbit-idl-2: 
../../../src/idl-compiler/orbit-idl-2: cannot execute binary file&lt;BR&gt;make[8]: 
*** [corba-defs.h] Error 126&lt;BR&gt;make[8]: Leaving directory 
`/home/gy/free/buildtools/adacious/orbit/ORBit2-2.14.0/include/orbit/orb-core'&lt;BR&gt;make[7]: 
*** [all-recursive] Error 1&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana&gt;
&lt;P&gt;&lt;FONT size=3&gt;-------------------------------------- &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Any work around for this?? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Verdana color=#c0c0c0 size=2&gt;&lt;FONT size=3&gt;2009-03-10&lt;/FONT&gt; 
&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;FONT face=Verdana size=2&gt;
&lt;HR style=&quot;WIDTH: 122px; HEIGHT: 2px&quot; align=left SIZE=2&gt;

&lt;DIV&gt;&lt;FONT face=Verdana color=#c0c0c0 size=2&gt;&lt;SPAN&gt;gy&lt;/SPAN&gt; 
&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22523011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-while-croos-compiling-ORBIT2-2.14.0-tp22523011p22523011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22178029</id>
	<title>Re: const-correct argv in CORBA_ORB_init()</title>
	<published>2009-02-24T00:39:28Z</published>
	<updated>2009-02-24T00:39:28Z</updated>
	<author>
		<name>Jules Colding</name>
	</author>
	<content type="html">&lt;br&gt;On 23/02/2009, at 17.19, Michael Haubenwallner wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; we're using ORBit2 in our application, which now is completely built &amp;nbsp;
&lt;br&gt;&amp;gt; as
&lt;br&gt;&amp;gt; C++. After switching to more recent gcc, we're encouraged to get more
&lt;br&gt;&amp;gt; const-correctness into our code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Compared to how similar things are specified[1], CORBA_ORB_init() &amp;nbsp;
&lt;br&gt;&amp;gt; should
&lt;br&gt;&amp;gt; be declared to get 'char * const * argv' IMHO, like the attached &amp;nbsp;
&lt;br&gt;&amp;gt; patch.
&lt;/div&gt;&lt;br&gt;But the standard says that CORBA_ORB_init() is declared as:
&lt;br&gt;&lt;br&gt;extern CORBA_ORB
&lt;br&gt;CORBA_ORB_init(int *argc,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; char **argv,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CORBA_ORBid orb_identifier,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CORBA_Environment *env);
&lt;br&gt;&lt;br&gt;So unfortunately it really doesn't matter much whether you're correct &amp;nbsp;
&lt;br&gt;or not as the standard trumps any conceivable argument.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;&amp;nbsp; &amp;nbsp;jules
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22178029&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/const-correct-argv-in-CORBA_ORB_init%28%29-tp22164722p22178029.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22164722</id>
	<title>const-correct argv in CORBA_ORB_init()</title>
	<published>2009-02-23T08:19:53Z</published>
	<updated>2009-02-23T08:19:53Z</updated>
	<author>
		<name>Michael Haubenwallner</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;we're using ORBit2 in our application, which now is completely built as
&lt;br&gt;C++. After switching to more recent gcc, we're encouraged to get more
&lt;br&gt;const-correctness into our code.
&lt;br&gt;&lt;br&gt;Compared to how similar things are specified[1], CORBA_ORB_init() should
&lt;br&gt;be declared to get 'char * const * argv' IMHO, like the attached patch.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.opengroup.org/onlinepubs/009695399/functions/exec.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengroup.org/onlinepubs/009695399/functions/exec.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;/haubi/
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[constchar.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff -ru ORBit2-2.14.2.orig/include/orbit/orb-core/corba-orb.h ORBit2-2.14.2/include/orbit/orb-core/corba-orb.h
&lt;br&gt;--- ORBit2-2.14.2.orig/include/orbit/orb-core/corba-orb.h	2006-05-20 13:37:59.000000000 +0200
&lt;br&gt;+++ ORBit2-2.14.2/include/orbit/orb-core/corba-orb.h	2009-02-23 16:31:40.000000000 +0100
&lt;br&gt;@@ -8,7 +8,7 @@
&lt;br&gt;&amp;nbsp;G_BEGIN_DECLS
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;CORBA_ORB CORBA_ORB_init (int &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*argc,
&lt;br&gt;-			 &amp;nbsp;char &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;**argv,
&lt;br&gt;+			 &amp;nbsp;char &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* const *argv,
&lt;br&gt;&amp;nbsp;			 &amp;nbsp;CORBA_ORBid &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; orb_identifier,
&lt;br&gt;&amp;nbsp;			 &amp;nbsp;CORBA_Environment &amp;nbsp;*ev);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;diff -ru ORBit2-2.14.2.orig/src/orb/orb-core/corba-orb.c ORBit2-2.14.2/src/orb/orb-core/corba-orb.c
&lt;br&gt;--- ORBit2-2.14.2.orig/src/orb/orb-core/corba-orb.c	2006-07-24 15:57:13.000000000 +0200
&lt;br&gt;+++ ORBit2-2.14.2/src/orb/orb-core/corba-orb.c	2009-02-23 16:37:31.000000000 +0100
&lt;br&gt;@@ -381,7 +381,7 @@
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;CORBA_ORB
&lt;br&gt;-CORBA_ORB_init (int *argc, char **argv,
&lt;br&gt;+CORBA_ORB_init (int *argc, char * const *argv,
&lt;br&gt;&amp;nbsp;		CORBA_ORBid orb_identifier,
&lt;br&gt;&amp;nbsp;		CORBA_Environment *ev)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22164722&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/const-correct-argv-in-CORBA_ORB_init%28%29-tp22164722p22164722.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21693116</id>
	<title>Re: CONGRATULATION!! EMAIL RAFFLE DRAW LUCKY WINNER</title>
	<published>2009-01-27T11:56:11Z</published>
	<updated>2009-01-27T11:56:11Z</updated>
	<author>
		<name>cabatas</name>
	</author>
	<content type="html">Thanks!!
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Electronic email raffle draw wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;[image: Yahoo! Mail]
&lt;br&gt;*Yahoo Lottery Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;*Customers care winning dept*
&lt;br&gt;*701 First Avenue , sunnyville *
&lt;br&gt;*Ca 94089*
&lt;br&gt;**
&lt;br&gt;* &amp;nbsp;Dear yahoo lucky email balloting winner,*
&lt;br&gt;**
&lt;br&gt;*This is to inform you that you have won a internet email lotto prize money
&lt;br&gt;of &amp;nbsp; Six hundred and twenty thousand euro(€620,000.00) in YAHOO BETA FREE
&lt;br&gt;LOTTERY ORGANISATION!!.CONGRATULATION!!*
&lt;br&gt;*This program is held to promote our new YAHOO BETA MICROSOFT WINDOW.*
&lt;br&gt;**
&lt;br&gt;*Your email address was selected through Electronic Balloting Shoot (
&lt;br&gt;E.B16&amp;369 ) out of 78millions email raffle draw with co-operation of GOOGLE
&lt;br&gt;MAIL, HOTMAIL AND AOL.FR &amp;lt;&lt;a href=&quot;http://aol.fr/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aol.fr/&lt;/a&gt;&amp;gt;.*
&lt;br&gt;*Congratulations for being selected.*
&lt;br&gt;**
&lt;br&gt;*Your email address raffle ticket is 45663ab4599; **conduct this &amp;nbsp;raffle
&lt;br&gt;ticket to the customer **payment department &amp;nbsp;**at &amp;nbsp;**
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://us.f304.mail.yahoo.com/ym/Compose?To=officeraffleclaim@yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://us.f304.mail.yahoo.com/ym/Compose?To=officeraffleclaim@yahoo.com&lt;/a&gt;&amp;gt;
&lt;br&gt;officeraffleprize@yahoo.com&amp;lt;&lt;a href=&quot;http://us.f304.mail.yahoo.com/ym/Compose?To=officeraffleprize@yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://us.f304.mail.yahoo.com/ym/Compose?To=officeraffleprize@yahoo.com&lt;/a&gt;&amp;gt;
&lt;br&gt;*
&lt;br&gt;*All the remedy of your winning money will be explain further,
&lt;br&gt;congratulations. *
&lt;br&gt;**
&lt;br&gt;**
&lt;br&gt;*Yours,*
&lt;br&gt;*Yahoo Lottery Inc. &amp;nbsp; &amp;nbsp;[image: Yahoo!]*
&lt;br&gt;*Chairman and Chief Executive Officer, Citizens Communications Company .*
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;orbit-list@gnome.org
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CONGRATULATION%21%21-EMAIL-RAFFLE-DRAW-LUCKY-WINNER-tp14801704p21693116.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21653273</id>
	<title>Obama -- The Judas Goat</title>
	<published>2009-01-25T08:10:26Z</published>
	<updated>2009-01-25T08:10:26Z</updated>
	<author>
		<name>Benjamin Otte</name>
	</author>
	<content type="html">Obama -- The Judas Goat
&lt;br&gt;1/25/2009
&lt;br&gt;By David Duke
&lt;br&gt;&lt;br&gt;Judas Goat\ A goat that leads other goats or sheep to slaughter. Also, one who entices into danger and betrays others. The name is an allusion to Judas Iscariot, who betrayed Jesus for 30 pieces of slaughter. (From Merriam Websters Dictionary)
&lt;br&gt;&lt;br&gt;Barack Hussein Obama is a Judas Goat.
&lt;br&gt;&lt;br&gt;Extremist Jews guided Barack Hussein Obamas career from day one, even all the way back to Harvard Law School. &amp;nbsp;Radical Zionist hitman, David Axelrod previously orchestrated the Jewish-financed and organized defeat of perceived anti-Zionist Sen. Charles Percy. He is the man who ran Obamas campaign for President and who is his chief handler. Obamas campaign was overwhelmingly financed by the most powerful Zionist bankers in the world. His campaigns largest contribution source was the Zionist international banking firm of Goldman Sachs. (FEC campaign records). In both Obamas Senate and Presidential campaign he prostrated himself before AIPAC (American Israel Public Affairs Committee) promising even more money and blood for Israels terrorism than even the supine John McCain, and even more money and blood than the previous Shabbez Goy in the White House, George Bush. Before the Israeli terrorism and mass murder in Gaza, he went to Israel and said that he supported Israels p
&lt;br&gt;&amp;nbsp;lanned murderous terrorism against the men, women and children of Gaza.
&lt;br&gt;&lt;br&gt;His first act as President-elect was to appoint a rabid Zionist, Israeli dual citizen who served in the Israeli Army as his Chief of Staff, Rahm Emmanuel. As thousands of women and children in Gaza were killed or maimed, Obama remained silent. Within a few days as President Obama supported indiscriminate American missile strikes in villages of our ally Pakistan, a clear continuation of Bushs policies. &amp;nbsp;He completely supports the theft of trillions of American taxpayer dollars to the Zionist international bankers. Eighty percent of American Jews voted for Obama, and all the main leaders of the Jewish Supremacist state of Israel have proclaimed Obama as the perfect man for U.S. President.
&lt;br&gt;&lt;br&gt;What better for the Zionists to have their own servant perceived as a clean break from the Jewish extremist-controlled Bush administration? What better than for the Zionists than to have their Shabbez Goy be treated by the worlds press and even by much of the anti-Zionist community as a man of real change? What better for the Zionists than for the world to think that Obama will be a change from the Zionist-controlled policies when he willing to do anything that Israel demands? What better for the Zionist murderers to have their craven puppet be looked at by the whole world as a man of honor and integrity and fairness.
&lt;br&gt;&lt;br&gt;In the slaughterhouse, the Judas Goat is often painted with bright colors, adorned with strong, sweet scents to lure the sheep to their pens and to their death. Obama, the Judas Goat of our time, is looked upon by millions of Zionist-propagandized sheep as the man who will lead them to salvation.
&lt;br&gt;&lt;br&gt;Instead, he leads America, Palestine and the world to the bloody altar of Jewish Supremacism.
&lt;br&gt;&lt;br&gt;Any supposed anti-Zionist who praises Barack Obama is actually aiding this Judas Goat to lead us all to slaughter. Every person who truly opposes Jewish extremism must speak out and expose the Judas Goat named Barack Obama!
&lt;br&gt;&lt;br&gt; Dr. David Duke
&lt;br&gt;&lt;br&gt;Former Member of the House of Representatives
&lt;br&gt;&lt;br&gt;State of Louisiana
&lt;br&gt;&lt;br&gt;United States of America
&lt;br&gt;&lt;br&gt;It is up to you the people of the United States who can still think freely, &amp;nbsp;and up to all of the people of the world who are able to see through the deceptions of the Zionist-influenced Global media &amp;nbsp;-- to get this simple, powerful message to everyone on earth. Email this message to your friends, post it on forums and websites and put links to it on every website, facebook or other media in the world. Go and seek out media and Internet sites not controlled by Zionist power. Make youtube videos of this message, (use the short audio and find good illustrative pictures) and post it untill your fingers are worn and tired, print it and mail it to newspapers or any media outlet that has still not fallen under the propaganda of the Zionists. Let the world know the truth. Person by person, in the USA, Canada, UK, France, Germany, Italy, japan, Russia, China, Africa, Palestine, South America and across the whole world this Judas Goat must be exposed for what he is, so that when begin
&lt;br&gt;&amp;nbsp;s to do his evil for Israel, the whole world will know exactly what is going on and resist!
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://www.davidduke.com/general/obama-the-judas-goat_7317.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/obama-the-judas-goat_7317.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------
&lt;br&gt;&lt;br&gt;Why is the President of Israel, the terrorist who just oversaw the Zionist mass murder and maiming of thousands of Palestinians so happy
&lt;br&gt;that Obama is President of the USA?
&lt;br&gt;by David Duke
&lt;br&gt;&lt;br&gt;&lt;br&gt;Read the excerpt from the Israeli News about how President Perez and Israel think that Obamas becoming U.S. President is great day
&lt;br&gt;for Israel.
&lt;br&gt;&lt;br&gt;&amp;quot;Israels President Shimon Peres ecstatic over the election of Obama&amp;quot;
&lt;br&gt;Ronen Medzini Israel News Jan. 21
&lt;br&gt;&lt;br&gt;Today is a great day not only for the United States of America, but for the entire world, President Shimon Peres wrote in a letter
&lt;br&gt;addressed to Barack Obama on the day of his inauguration as president of the United States.
&lt;br&gt;&lt;br&gt;Obama was elected by the United States, but as a matter of fact, he was chosen by the whole of humankind,
&lt;br&gt;&lt;br&gt;Why is Peres so ecstatic?
&lt;br&gt;&lt;br&gt;Why shouldnt he be, he knows that Obama is completely in the grip of the extremist Jewish Zionists in America, and he knows that the
&lt;br&gt;greater Obamas popularity and idol worship, the more Obama can do for the International Zionist Cause.
&lt;br&gt;&lt;br&gt;Any thinking and caring human being who realizes that the Zionist-controlled American foreign policy has been a disaster for the robbed
&lt;br&gt;and murdered people of Palestine, Lebanon, Iraq and a catastrophe for the 50,000 American wounded in Iraq and Afghanistan, as well
&lt;br&gt;as an economic catastrophe for the hardworking Americans who pay trillions to finance these wars for Israel -- must wake up the fact that
&lt;br&gt;supporting Obama and increasing his popularity &amp;nbsp;will only aid Zionist terrorism, war, and their murder and oppression of the Palestinians. It
&lt;br&gt;will also hasten the economic suffering of billions of people around the world as his popularity enables him to more easily aid the Zionist
&lt;br&gt;International Bankers steal the wealth of the United States, Europe and the world. &amp;nbsp;Obama is totally in the bloodstained and green ink-
&lt;br&gt;stained hands of the Zionists. The hard truth is that the more good will and support Obama has also gives more power to support the
&lt;br&gt;Zionist agenda!
&lt;br&gt;&lt;br&gt;Mark my words. The Obama Presidency will be disaster for America and for the world.
&lt;br&gt;&lt;br&gt;Obama was put into office by the Zionists. His top two cohorts for years have been the radical Jews David Axelrod and Rahm
&lt;br&gt;Emmanuel. Both have long records of radical Zionism and have been attack dogs against anyone perceived as having the slightest
&lt;br&gt;opposition to Israel. One such victim was Sen. Charles Percy, who both men worked to defeat and destroy because he dared to only be
&lt;br&gt;99 percent rather than 100 percent pro-Israel. Rahm Emmanuel, a dual citizen of Israel who went to fight for Israel, he has a long
&lt;br&gt;pedigree of Jewish extremism. His father served in the Irgun Terrorist Gang and he himself is named after an Irgun terrorist.
&lt;br&gt;&lt;br&gt;Zionist leaders in Chicago actually call Obama the first Jewish President and boast that Jews were key players in Obamas every step
&lt;br&gt;up the ladder to President.
&lt;br&gt;&lt;br&gt;from the very earliest days, extremist Jews were the largest contributors to his campaign. In the beginning of his Presidential bid, three
&lt;br&gt;Hollywood Jews that constantly make movies about Jewish suffering, but never about the Zionist terrorism and theft against the
&lt;br&gt;Palestinian people, Steven Spielberg, David Geffen, and Jeffrey Katzenberg raised 1.2 million for Obama in a single Hollywood party.
&lt;br&gt;&lt;br&gt;By the time Obamas campaign was in full swing, he had huge support from the criminal Zionist International Banking firms such as
&lt;br&gt;Goldman Sachs and Lehman brothers. Goldman Sachs was Obamas biggest single contributor, and his vast war chest came not from
&lt;br&gt;American manufacturing firms like GM or even American oil companies, (not one was in his top twenty) it was overwhelmingly dominated
&lt;br&gt;by Zionist international bankers, the same ones whose thievery and fraud are giving the world this economic depression.
&lt;br&gt;&lt;br&gt;For those looking for meaningful social and political change, do you really think it will come from this man who has already been bought
&lt;br&gt;heart, head and soul by the most powerful czars of the international financial establishment and the biggest globalists in the world?
&lt;br&gt;&lt;br&gt;I know that many are desperate for change, so desperate that you want to believe anything. But in the face of these facts cant you see
&lt;br&gt;that Obama will be even more dangerous to freedom and justice than even George Bush and his band of Neocons were. What better
&lt;br&gt;way to wipe out George Bushs hated legacy and make the world believe that America has really changed than with the election of
&lt;br&gt;Obama. But, all the real Zionist power, Zionist media power, and Zionist financial power in America is still in place, even stronger than
&lt;br&gt;ever.
&lt;br&gt;&lt;br&gt;Many Americans and others around the world who want to do good are now telling us how wonderful Obama will be as president. What
&lt;br&gt;a great change it will be from the old policies. This is because of the Zionist-Controlled media hype, promoting Obama. The fact is that
&lt;br&gt;these poor sods are ignorantly helping the radical Zionist agenda in Israel and around the world.
&lt;br&gt;&lt;br&gt;Every day that you dont help expose Obama for the Zionist servant that he actually is, his popularity will be a greater danger to peace
&lt;br&gt;and freedom.
&lt;br&gt;&lt;br&gt;If the Zionist terrorist Shimon Perez is happy about the coronation of Obama, then why in the hell should you be?
&lt;br&gt;&lt;br&gt;David Duke
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://www.davidduke.com/general/7303_7303.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/7303_7303.html&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;You or someone using your email adress is currently subscribed to the Lawrence Auster
&lt;br&gt;Newletter. If you wish to unsubscribe from our mailing list, please let us know by calling to 1 212 865 1284
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Lawrence Auster,
&lt;br&gt;238 W 101 St Apt. 3B
&lt;br&gt;New York, NY &amp;nbsp;10025
&lt;br&gt;Contact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21653273&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lawrence.auster@...&lt;/a&gt;
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21653273&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Obama----The-Judas-Goat-tp21653273p21653273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20478819</id>
	<title>Re: error while cross-compiling ORBit2-2.14.1 for &quot;ARM Cortex-A8&quot;</title>
	<published>2008-11-13T03:14:37Z</published>
	<updated>2008-11-13T03:14:37Z</updated>
	<author>
		<name>amit pundir</name>
	</author>
	<content type="html">Thanks for your help.
&lt;br&gt;I cross-compiled it for my ARCH.
&lt;br&gt;&lt;br&gt;I got your point from one of your earlier mails and replace the call
&lt;br&gt;of cross-compiled orbit-idl-2 with the native platforms
&lt;br&gt;/usr/bin/orbit-idl-2 and it builds fine.
&lt;br&gt;&lt;br&gt;I just wish it wont break my next dependent builds :)
&lt;br&gt;&lt;br&gt;Thanks and Regards
&lt;br&gt;Amit Pundir
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Nov 13, 2008 at 3:22 PM, Amit Pundir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20478819&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pundiramit@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks for the values.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I cached those values at configuration time and it is configured well
&lt;br&gt;&amp;gt; from there but now I got stuck at compilation.
&lt;br&gt;&amp;gt; It is trying to execute a cross-compiled binary(meant for arm) and fails.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here is the appropriate log:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --------------------------------------
&lt;br&gt;&amp;gt; Making all in orb-core
&lt;br&gt;&amp;gt; make[8]: Entering directory
&lt;br&gt;&amp;gt; `/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit/orb-core'
&lt;br&gt;&amp;gt; (rm -f corba-defs.h corba-defs-stubs.c corba-defs-skels.c
&lt;br&gt;&amp;gt; corba-defs-common.c corba-defs-imodule.c corba-defs-skelimpl.c ||
&lt;br&gt;&amp;gt; true) &amp;gt; /dev/null
&lt;br&gt;&amp;gt; ../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL
&lt;br&gt;&amp;gt; -I../../../src/idl/CORBA -I../../../src/idl/interop
&lt;br&gt;&amp;gt; -I../../../src/orb/orb-core --noskels --nodefskels --nostubs --noidata
&lt;br&gt;&amp;gt; --nocommon --showcpperrors --define=Object=OObject
&lt;br&gt;&amp;gt; --define=TypeCode=TTypeCode --deps ./.deps/corba-defs.idl.P
&lt;br&gt;&amp;gt; ../../../src/orb/orb-core/corba-defs.idl
&lt;br&gt;&amp;gt; /bin/bash: ../../../src/idl-compiler/orbit-idl-2: cannot execute binary file
&lt;br&gt;&amp;gt; make[8]: *** [corba-defs.h] Error 126
&lt;br&gt;&amp;gt; make[8]: Leaving directory
&lt;br&gt;&amp;gt; `/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit/orb-core'
&lt;br&gt;&amp;gt; make[7]: *** [all-recursive] Error 1
&lt;br&gt;&amp;gt; make[7]: Leaving directory
&lt;br&gt;&amp;gt; `/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit'
&lt;br&gt;&amp;gt; make[6]: *** [all] Error 2
&lt;br&gt;&amp;gt; make[6]: Leaving directory
&lt;br&gt;&amp;gt; `/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit'
&lt;br&gt;&amp;gt; make[5]: *** [all-recursive] Error 1
&lt;br&gt;&amp;gt; make[5]: Leaving directory
&lt;br&gt;&amp;gt; `/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include'
&lt;br&gt;&amp;gt; make[4]: *** [all] Error 2
&lt;br&gt;&amp;gt; --------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any work around for this??
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Once in a while when I get situation like this i.e. the compilation
&lt;br&gt;&amp;gt; fails during building tests or some checks, I used to skip
&lt;br&gt;&amp;gt; building/installing that part of the program.
&lt;br&gt;&amp;gt; Should I skip building &amp;quot;orb-core&amp;quot; part or what ? Also, I'm not sure
&lt;br&gt;&amp;gt; what purpose &amp;quot;orb-core&amp;quot; source solves in ORBit package.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you very much again for CORBA variables.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Amit Pundir
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Nov 13, 2008 at 3:05 PM, Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20478819&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Amit Pundir wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello team,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; First of all please excuse me for my questions if they seem trivial or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; if they have already been discussed on this mailing list though I have
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; done much googling for this information.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm trying to cross-compile ORBit2-2.14.13 for my ARM machine using
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; code-sourcery gnu toolchain. I'm getting the following error during
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; configuration.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; checking whether byte ordering is bigendian... no
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; checking alignment of CORBA_octet... 0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; configure: error: Failed to find alignment. Check config.log for details.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In config.log I found that compiler is not able to set the alignment
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; of CORBA_octet and ac_cv_alignof_CORBA_octet is set to 0. Thats why
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm getting this error.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Similarly I'm sure I will get the same error while setting the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_boolean, char, wchar etc..
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Are there any known values for the following variables which I can
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; cache during configuration process?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; well, the alignment is defined by CORBA-Spec, octet and structs &amp;nbsp;and
&lt;br&gt;&amp;gt;&amp;gt; others are not aligned, probably expressed as &amp;quot;1&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_octet &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_boolean &amp;nbsp; 4 (bool is represented as long)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_char &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_wchar &amp;nbsp; &amp;nbsp; 2 (same as short)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_short &amp;nbsp; &amp;nbsp; 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_long &amp;nbsp; &amp;nbsp; &amp;nbsp;4
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_long_long 8
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_float &amp;nbsp; &amp;nbsp; 4
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_double &amp;nbsp; &amp;nbsp;8
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_long_double ? (probably 8)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_struct &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; alignment of CORBA_pointer &amp;nbsp; (not specified by CORBA, probably platform
&lt;br&gt;&amp;gt;&amp;gt; specific)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards, frank
&lt;br&gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt; Version: GnuPG v1.2.2 (MingW32)
&lt;br&gt;&amp;gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; iD8DBQFJG/Tk99BSmbIl7S0RAqmSAKC+yEIS8oJjgmDeKnR0W0PWVgK/WQCgv6xk
&lt;br&gt;&amp;gt;&amp;gt; kbvdx4jERv7b18aSFv3Fj/o=
&lt;br&gt;&amp;gt;&amp;gt; =QDXO
&lt;br&gt;&amp;gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20478819&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-while-cross-compiling-ORBit2-2.14.1-for-%22ARM-Cortex-A8%22-tp20475964p20478819.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20477719</id>
	<title>Re: error while cross-compiling ORBit2-2.14.1 for &quot;ARM Cortex-A8&quot;</title>
	<published>2008-11-13T01:52:28Z</published>
	<updated>2008-11-13T01:52:28Z</updated>
	<author>
		<name>amit pundir</name>
	</author>
	<content type="html">Thanks for the values.
&lt;br&gt;&lt;br&gt;I cached those values at configuration time and it is configured well
&lt;br&gt;from there but now I got stuck at compilation.
&lt;br&gt;It is trying to execute a cross-compiled binary(meant for arm) and fails.
&lt;br&gt;&lt;br&gt;Here is the appropriate log:
&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;Making all in orb-core
&lt;br&gt;make[8]: Entering directory
&lt;br&gt;`/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit/orb-core'
&lt;br&gt;(rm -f corba-defs.h corba-defs-stubs.c corba-defs-skels.c
&lt;br&gt;corba-defs-common.c corba-defs-imodule.c corba-defs-skelimpl.c ||
&lt;br&gt;true) &amp;gt; /dev/null
&lt;br&gt;../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL
&lt;br&gt;-I../../../src/idl/CORBA -I../../../src/idl/interop
&lt;br&gt;-I../../../src/orb/orb-core --noskels --nodefskels --nostubs --noidata
&lt;br&gt;--nocommon --showcpperrors --define=Object=OObject
&lt;br&gt;--define=TypeCode=TTypeCode --deps ./.deps/corba-defs.idl.P
&lt;br&gt;../../../src/orb/orb-core/corba-defs.idl
&lt;br&gt;/bin/bash: ../../../src/idl-compiler/orbit-idl-2: cannot execute binary file
&lt;br&gt;make[8]: *** [corba-defs.h] Error 126
&lt;br&gt;make[8]: Leaving directory
&lt;br&gt;`/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit/orb-core'
&lt;br&gt;make[7]: *** [all-recursive] Error 1
&lt;br&gt;make[7]: Leaving directory
&lt;br&gt;`/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit'
&lt;br&gt;make[6]: *** [all] Error 2
&lt;br&gt;make[6]: Leaving directory
&lt;br&gt;`/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include/orbit'
&lt;br&gt;make[5]: *** [all-recursive] Error 1
&lt;br&gt;make[5]: Leaving directory
&lt;br&gt;`/home/amit/omap35xx/ti/src_gnome_build/ORBit2-2.14.13/include'
&lt;br&gt;make[4]: *** [all] Error 2
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;Any work around for this??
&lt;br&gt;&lt;br&gt;Once in a while when I get situation like this i.e. the compilation
&lt;br&gt;fails during building tests or some checks, I used to skip
&lt;br&gt;building/installing that part of the program.
&lt;br&gt;Should I skip building &amp;quot;orb-core&amp;quot; part or what ? Also, I'm not sure
&lt;br&gt;what purpose &amp;quot;orb-core&amp;quot; source solves in ORBit package.
&lt;br&gt;&lt;br&gt;Thank you very much again for CORBA variables.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Amit Pundir
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Nov 13, 2008 at 3:05 PM, Frank Rehberger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20477719&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Frank.Rehberger@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Amit Pundir wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello team,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; First of all please excuse me for my questions if they seem trivial or
&lt;br&gt;&amp;gt;&amp;gt; if they have already been discussed on this mailing list though I have
&lt;br&gt;&amp;gt;&amp;gt; done much googling for this information.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm trying to cross-compile ORBit2-2.14.13 for my ARM machine using
&lt;br&gt;&amp;gt;&amp;gt; code-sourcery gnu toolchain. I'm getting the following error during
&lt;br&gt;&amp;gt;&amp;gt; configuration.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;&amp;gt; checking whether byte ordering is bigendian... no
&lt;br&gt;&amp;gt;&amp;gt; checking alignment of CORBA_octet... 0
&lt;br&gt;&amp;gt;&amp;gt; configure: error: Failed to find alignment. Check config.log for details.
&lt;br&gt;&amp;gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In config.log I found that compiler is not able to set the alignment
&lt;br&gt;&amp;gt;&amp;gt; of CORBA_octet and ac_cv_alignof_CORBA_octet is set to 0. Thats why
&lt;br&gt;&amp;gt;&amp;gt; I'm getting this error.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Similarly I'm sure I will get the same error while setting the
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_boolean, char, wchar etc..
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Are there any known values for the following variables which I can
&lt;br&gt;&amp;gt;&amp;gt; cache during configuration process?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; well, the alignment is defined by CORBA-Spec, octet and structs &amp;nbsp;and
&lt;br&gt;&amp;gt; others are not aligned, probably expressed as &amp;quot;1&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_octet &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_boolean &amp;nbsp; 4 (bool is represented as long)
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_char &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_wchar &amp;nbsp; &amp;nbsp; 2 (same as short)
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_short &amp;nbsp; &amp;nbsp; 2
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_long &amp;nbsp; &amp;nbsp; &amp;nbsp;4
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_long_long 8
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_float &amp;nbsp; &amp;nbsp; 4
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_double &amp;nbsp; &amp;nbsp;8
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_long_double ? (probably 8)
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_struct &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt;&amp;gt; alignment of CORBA_pointer &amp;nbsp; (not specified by CORBA, probably platform
&lt;br&gt;&amp;gt; specific)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards, frank
&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt; Version: GnuPG v1.2.2 (MingW32)
&lt;br&gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; iD8DBQFJG/Tk99BSmbIl7S0RAqmSAKC+yEIS8oJjgmDeKnR0W0PWVgK/WQCgv6xk
&lt;br&gt;&amp;gt; kbvdx4jERv7b18aSFv3Fj/o=
&lt;br&gt;&amp;gt; =QDXO
&lt;br&gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20477719&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-while-cross-compiling-ORBit2-2.14.1-for-%22ARM-Cortex-A8%22-tp20475964p20477719.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20477459</id>
	<title>Re: error while cross-compiling ORBit2-2.14.1 for &quot;ARM Cortex-A8&quot;</title>
	<published>2008-11-13T01:35:32Z</published>
	<updated>2008-11-13T01:35:32Z</updated>
	<author>
		<name>Frank Rehberger</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Amit Pundir wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello team,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First of all please excuse me for my questions if they seem trivial or
&lt;br&gt;&amp;gt; if they have already been discussed on this mailing list though I have
&lt;br&gt;&amp;gt; done much googling for this information.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm trying to cross-compile ORBit2-2.14.13 for my ARM machine using
&lt;br&gt;&amp;gt; code-sourcery gnu toolchain. I'm getting the following error during
&lt;br&gt;&amp;gt; configuration.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt; checking whether byte ordering is bigendian... no
&lt;br&gt;&amp;gt; checking alignment of CORBA_octet... 0
&lt;br&gt;&amp;gt; configure: error: Failed to find alignment. Check config.log for details.
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In config.log I found that compiler is not able to set the alignment
&lt;br&gt;&amp;gt; of CORBA_octet and ac_cv_alignof_CORBA_octet is set to 0. Thats why
&lt;br&gt;&amp;gt; I'm getting this error.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Similarly I'm sure I will get the same error while setting the
&lt;br&gt;&amp;gt; alignment of CORBA_boolean, char, wchar etc..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Are there any known values for the following variables which I can
&lt;br&gt;&amp;gt; cache during configuration process?
&lt;br&gt;&amp;gt;
&lt;/div&gt;well, the alignment is defined by CORBA-Spec, octet and structs &amp;nbsp;and
&lt;br&gt;others are not aligned, probably expressed as &amp;quot;1&amp;quot;
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; alignment of CORBA_octet &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt; alignment of CORBA_boolean &amp;nbsp; 4 (bool is represented as long)
&lt;br&gt;&amp;gt; alignment of CORBA_char &amp;nbsp; &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt; alignment of CORBA_wchar &amp;nbsp; &amp;nbsp; 2 (same as short)
&lt;br&gt;&amp;gt; alignment of CORBA_short &amp;nbsp; &amp;nbsp; 2
&lt;br&gt;&amp;gt; alignment of CORBA_long &amp;nbsp; &amp;nbsp; &amp;nbsp;4
&lt;br&gt;&amp;gt; alignment of CORBA_long_long 8
&lt;br&gt;&amp;gt; alignment of CORBA_float &amp;nbsp; &amp;nbsp; 4
&lt;br&gt;&amp;gt; alignment of CORBA_double &amp;nbsp; &amp;nbsp;8
&lt;br&gt;&amp;gt; alignment of CORBA_long_double ? (probably 8)
&lt;br&gt;&amp;gt; alignment of CORBA_struct &amp;nbsp; &amp;nbsp;1
&lt;br&gt;&amp;gt; alignment of CORBA_pointer &amp;nbsp; (not specified by CORBA, probably platform
&lt;/div&gt;specific)
&lt;br&gt;&amp;gt;
&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;Regards, frank
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.2.2 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;iD8DBQFJG/Tk99BSmbIl7S0RAqmSAKC+yEIS8oJjgmDeKnR0W0PWVgK/WQCgv6xk
&lt;br&gt;kbvdx4jERv7b18aSFv3Fj/o=
&lt;br&gt;=QDXO
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20477459&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-while-cross-compiling-ORBit2-2.14.1-for-%22ARM-Cortex-A8%22-tp20475964p20477459.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20475964</id>
	<title>error while cross-compiling ORBit2-2.14.1 for &quot;ARM Cortex-A8&quot;</title>
	<published>2008-11-12T23:32:51Z</published>
	<updated>2008-11-12T23:32:51Z</updated>
	<author>
		<name>amit pundir</name>
	</author>
	<content type="html">Hello team,
&lt;br&gt;&lt;br&gt;First of all please excuse me for my questions if they seem trivial or
&lt;br&gt;if they have already been discussed on this mailing list though I have
&lt;br&gt;done much googling for this information.
&lt;br&gt;&lt;br&gt;I'm trying to cross-compile ORBit2-2.14.13 for my ARM machine using
&lt;br&gt;code-sourcery gnu toolchain. I'm getting the following error during
&lt;br&gt;configuration.
&lt;br&gt;&lt;br&gt;----------------------------
&lt;br&gt;checking whether byte ordering is bigendian... no
&lt;br&gt;checking alignment of CORBA_octet... 0
&lt;br&gt;configure: error: Failed to find alignment. Check config.log for details.
&lt;br&gt;----------------------------
&lt;br&gt;&lt;br&gt;In config.log I found that compiler is not able to set the alignment
&lt;br&gt;of CORBA_octet and ac_cv_alignof_CORBA_octet is set to 0. Thats why
&lt;br&gt;I'm getting this error.
&lt;br&gt;&lt;br&gt;Similarly I'm sure I will get the same error while setting the
&lt;br&gt;alignment of CORBA_boolean, char, wchar etc..
&lt;br&gt;&lt;br&gt;Are there any known values for the following variables which I can
&lt;br&gt;cache during configuration process?
&lt;br&gt;&lt;br&gt;alignment of CORBA_octet
&lt;br&gt;alignment of CORBA_boolean
&lt;br&gt;alignment of CORBA_char
&lt;br&gt;alignment of CORBA_wchar
&lt;br&gt;alignment of CORBA_short
&lt;br&gt;alignment of CORBA_long
&lt;br&gt;alignment of CORBA_long_long
&lt;br&gt;alignment of CORBA_float
&lt;br&gt;alignment of CORBA_double
&lt;br&gt;alignment of CORBA_long_double
&lt;br&gt;alignment of CORBA_struct
&lt;br&gt;alignment of CORBA_pointer
&lt;br&gt;&lt;br&gt;Any help on this will be appreciated.
&lt;br&gt;Thanks for your concern.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Amit Pundir
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20475964&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-while-cross-compiling-ORBit2-2.14.1-for-%22ARM-Cortex-A8%22-tp20475964p20475964.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20105161</id>
	<title>Re: win32 native build</title>
	<published>2008-10-22T00:08:03Z</published>
	<updated>2008-10-22T00:08:03Z</updated>
	<author>
		<name>Marcelo Vanzin</name>
	</author>
	<content type="html">On Tue, Oct 21, 2008 at 11:35 PM, Bart Vanherck
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20105161&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bvanherck@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; True, the simple hello world application crached when I runned them. I know
&lt;br&gt;&amp;gt; now that the solution is try to build the lib with MVC and patch it to
&lt;br&gt;&amp;gt; export the variables and functions and so on ...
&lt;br&gt;&lt;br&gt;If you want to play with that, you may want to take a look at
&lt;br&gt;&lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=537328&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug.cgi?id=537328&lt;/a&gt;. It's been a few
&lt;br&gt;months since I touched that code, but it worked for me with MSVC.
&lt;br&gt;&lt;br&gt;(I have my own hacked together makefiles to compile orbit on Win32, I
&lt;br&gt;could send them to you but they're not pretty.)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Marcelo Vanzin
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20105161&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mmvgroups@...&lt;/a&gt;
&lt;br&gt;&amp;quot;Life's too short to drink cheap beer.&amp;quot;
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20105161&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/win32-native-build-tp20014855p20105161.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20104833</id>
	<title>Re: win32 native build</title>
	<published>2008-10-21T23:35:48Z</published>
	<updated>2008-10-21T23:35:48Z</updated>
	<author>
		<name>Bart Vanherck-4</name>
	</author>
	<content type="html">Tor Lillqvist wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; It seems to work, at least for function calls. The data structures remain
&lt;br&gt;&amp;gt;&amp;gt; still unresolved.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think that must be because the corresponding declarations in the
&lt;br&gt;&amp;gt; headers don't have the __declspec(dllimport) attributes. gcc can
&lt;br&gt;&amp;gt; manage without, MSVC can't.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; My linkage gives unresolved for this (DATA) symbols. The solution was that I
&lt;br&gt;&amp;gt;&amp;gt; just needed to remove &amp;quot;DATA&amp;quot; before building the lib file. But my little
&lt;br&gt;&amp;gt;&amp;gt; test program links now.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But it is probable that actual use of these variables without MSVC
&lt;br&gt;&amp;gt; knowing that they are actually imported from a DLL produces bogus
&lt;br&gt;&amp;gt; results or even crashes? Does the program actually work?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --tml
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;True, the simple hello world application crached when I runned them. I 
&lt;br&gt;know now that the solution is try to build the lib with MVC and patch it 
&lt;br&gt;to export the variables and functions and so on ...
&lt;br&gt;&lt;br&gt;Bart
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20104833&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/win32-native-build-tp20014855p20104833.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20044440</id>
	<title>Re: win32 native build</title>
	<published>2008-10-17T23:10:13Z</published>
	<updated>2008-10-17T23:10:13Z</updated>
	<author>
		<name>Tor Lillqvist</name>
	</author>
	<content type="html">&amp;gt; It seems to work, at least for function calls. The data structures remain
&lt;br&gt;&amp;gt; still unresolved.
&lt;br&gt;&lt;br&gt;I think that must be because the corresponding declarations in the
&lt;br&gt;headers don't have the __declspec(dllimport) attributes. gcc can
&lt;br&gt;manage without, MSVC can't.
&lt;br&gt;&lt;br&gt;&amp;gt; My linkage gives unresolved for this (DATA) symbols. The solution was that I
&lt;br&gt;&amp;gt; just needed to remove &amp;quot;DATA&amp;quot; before building the lib file. But my little
&lt;br&gt;&amp;gt; test program links now.
&lt;br&gt;&lt;br&gt;But it is probable that actual use of these variables without MSVC
&lt;br&gt;knowing that they are actually imported from a DLL produces bogus
&lt;br&gt;results or even crashes? Does the program actually work?
&lt;br&gt;&lt;br&gt;--tml
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20044440&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/win32-native-build-tp20014855p20044440.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20034071</id>
	<title>Re: win32 native build</title>
	<published>2008-10-17T06:33:12Z</published>
	<updated>2008-10-17T06:33:12Z</updated>
	<author>
		<name>Bart Vanherck-4</name>
	</author>
	<content type="html">Thank you.
&lt;br&gt;&lt;br&gt;It seems to work, at least for function calls. The data structures 
&lt;br&gt;remain still unresolved.
&lt;br&gt;&lt;br&gt;In the def file for example I see this:
&lt;br&gt;TC_CORBA_short_struct DATA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;TC_CORBA_string_struct DATA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;TC_CORBA_unsigned_long_long_struct DATA &amp;nbsp; 
&lt;br&gt;TC_CORBA_unsigned_long_struct DATA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;TC_CORBA_unsigned_short_struct DATA &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;My linkage gives unresolved for this (DATA) symbols. The solution was 
&lt;br&gt;that I just needed to remove &amp;quot;DATA&amp;quot; before building the lib file. But my 
&lt;br&gt;little test program links now.
&lt;br&gt;&lt;br&gt;kind regards,
&lt;br&gt;&lt;br&gt;Bart
&lt;br&gt;&lt;br&gt;Tor Lillqvist wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I already downloaded the
&lt;br&gt;&amp;gt;&amp;gt; ORBit2-dev_2.4.16-1_win32.zip from the gnome ftp site, but there were no lib
&lt;br&gt;&amp;gt;&amp;gt; files included.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can produce one for instance like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; download &lt;a href=&quot;http://tml.pp.fi/pexports-0.44.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tml.pp.fi/pexports-0.44.zip&lt;/a&gt;, unpack, put pexports.exe
&lt;br&gt;&amp;gt; somewhere in %PATH% . pexports also comes with mingw.
&lt;br&gt;&amp;gt; cd foo\lib
&lt;br&gt;&amp;gt; pexports ..\bin\libORBit-2-0.dll &amp;gt;ORBit-2.def
&lt;br&gt;&amp;gt; lib -def:ORBit-2.def -machine:x86 -out:ORBit-2.lib
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; where lib is lib.exe that comes with MSVC.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can also use link -dump -exports instead of pexports, but then you
&lt;br&gt;&amp;gt; will have to edit the output file into .def syntax, and the exported
&lt;br&gt;&amp;gt; variables won't be marked with the DATA keyword, which probably is
&lt;br&gt;&amp;gt; very relevant for the produced import library to be useful with MSVC.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Note that I have never used ORBit2 with MSVC-built code myself, I only
&lt;br&gt;&amp;gt; told above how to produce an MS import library.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --tml
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20034071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/win32-native-build-tp20014855p20034071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20019234</id>
	<title>Re: win32 native build</title>
	<published>2008-10-16T10:40:21Z</published>
	<updated>2008-10-16T10:40:21Z</updated>
	<author>
		<name>Tor Lillqvist</name>
	</author>
	<content type="html">&amp;gt; download &lt;a href=&quot;http://tml.pp.fi/pexports-0.44.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tml.pp.fi/pexports-0.44.zip&lt;/a&gt;, unpack, put pexports.exe
&lt;br&gt;&amp;gt; somewhere in %PATH% .
&lt;br&gt;&lt;br&gt;I misremembered, that file contains pexports sources, no executable...
&lt;br&gt;(and compiling it requires flex and bison (or lex and yacc)). So look
&lt;br&gt;for pexports.exe from mingw instead.
&lt;br&gt;&lt;br&gt;--tml
&lt;br&gt;_______________________________________________
&lt;br&gt;orbit-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20019234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;orbit-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/orbit-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/orbit-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/win32-native-build-tp20014855p20019234.html" />
</entry>

</feed>
