473,395 Members | 1,999 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

omniORB 4.0.3 and omniORBpy 2.3 available

omniORB 4.0.3 and omniORBpy 2.3 are now available. They are bug fix
releases. Many thanks to all the people who have contributed bug fixes
and features.

omniORB is a robust, high performance CORBA implementation for C++.
omniORBpy is a version for Python. They are open source, available
under the terms of the GNU LGPL.

As always, the releases can be downloaded from SourceForge in source
and Windows binary formats:

http://sourceforge.net/project/showf...group_id=51138

Enjoy.

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.org --
-- http://www.grisby.org --
Jul 18 '05 #1
4 1937
RCS
I downloaded both the omniORB-4.0.3.tar.gz and the
omniORB-4.0.3-x86_win32.zip files, and tried to build the libs and DLL
(using Visual Studio 7).

The platform I chose was
platform = x86_nt_4.0_vs_7

In both cases I got a ton of unsresolved externals (632 of them).

When I build OmniORB-4.0.2 I used the exact same procedure, using the same
compiler, and it went fine.

What is missing from the 4.0.3 distribution?

Regards,
RCS

"Duncan Grisby" <du*********@grisby.org> skrev i melding
news:46***************************@nf2.news-service.com...
omniORB 4.0.3 and omniORBpy 2.3 are now available. They are bug fix
releases. Many thanks to all the people who have contributed bug fixes
and features.

omniORB is a robust, high performance CORBA implementation for C++.
omniORBpy is a version for Python. They are open source, available
under the terms of the GNU LGPL.

As always, the releases can be downloaded from SourceForge in source
and Windows binary formats:

http://sourceforge.net/project/showf...group_id=51138

Enjoy.

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.org --
-- http://www.grisby.org --

Jul 18 '05 #2
In article <hH******************@news4.e.nsc.no>, RCS <rc****@online.no> wrote:
I downloaded both the omniORB-4.0.3.tar.gz and the
omniORB-4.0.3-x86_win32.zip files, and tried to build the libs and DLL
(using Visual Studio 7).

The platform I chose was
platform = x86_nt_4.0_vs_7

In both cases I got a ton of unsresolved externals (632 of them).

When I build OmniORB-4.0.2 I used the exact same procedure, using the same
compiler, and it went fine.


First, as another poster suggested, make sure you have nothing to do
with omniORB on your path before you try the new compile. If that
still fails, please subscribe to the omniORB mailing list, and post
details of the missing symbols to there.

Cheers,

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.org --
-- http://www.grisby.org --
Jul 18 '05 #3
RCS

"Duncan Grisby" <du*********@grisby.org> skrev i melding
news:15***************************@nf2.news-service.com...
First, as another poster suggested, make sure you have nothing to do
with omniORB on your path before you try the new compile.
I did that, and tough luck, the same unresolved 632 external symbols.
If that still fails, please subscribe to the omniORB mailing list, and post details of the missing symbols to there.


Well, I have tried earlier to post to the mailing lists, but what I always
get as a response is this:

"Your mail to 'omniORB-list' with the subject
<my message subject>
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list"

and some time later I recieve an email that the message was not accepted due
to my not being a member, even if I have registered as a member (and recieve
mails every day from the list).

So I excpect it this time also not to pass through to the members of the
mailing list.

Anyway, here are some of the unresolved external symbols (from among those I
could capture in the DOS window):

* CosNaming::NamingContext::CannotProceed::insertToA nyFn ... referenced in
function CosNaming::NamingContext::CannotProceed:: scalar deleting
destructor
* CosNaming::NamingContext::CannotProceed::_NP_repoI d ... referenced in
function CosNaming::NamingContext::CannotProceed::CannotPro ceed
* CosNaming::NamingContext::NotFound::_NP_typeId ...
* CosNaming::NamingContextExt_Helper::release ...
* CosNaming::NamingContext_Helper::release
* CosNaming::NamingContext::AlreadyBound::~AlreadyBo und
* CosNaming::NamingContext::NotEmpty::_NP_marshal
* CosNaming::NamingContext::InvalidName::_NP_repoId
Regards
RCS


Jul 18 '05 #4
In article <EM******************@news4.e.nsc.no>, RCS <rc****@online.no> wrote:
First, as another poster suggested, make sure you have nothing to do
with omniORB on your path before you try the new compile.


I did that, and tough luck, the same unresolved 632 external symbols.


Just to check, are you using the source tarball, or the pre-compiled
Win32 binary .zip file? You should not use the binary .zip since that
is compiled with VC++ 6, and will conflict with VC++ 7.
If that still fails, please subscribe to the omniORB mailing list, and
post details of the missing symbols to there.


Well, I have tried earlier to post to the mailing lists, but what I always
get as a response is this:

"Your mail to 'omniORB-list' with the subject
<my message subject>
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list"

and some time later I recieve an email that the message was not accepted due
to my not being a member, even if I have registered as a member (and recieve
mails every day from the list).


I see you have sorted it out now, but for anyone else, the cause of
this is always that you have subscribed from one email address but are
trying to post from another address.

Cheers,

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.org --
-- http://www.grisby.org --
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Duncan Grisby | last post by:
omniORB version 4.0.2 and omniORBpy 2.2 are now available. omniORB is a robust, high performance CORBA ORB for C++. omniORBpy is a version for Python. They are freely available under the terms of...
3
by: denginere | last post by:
I have a situation where I am embedding python in c++ and calling omniorb within python. c++ -> python -> c++ -> python The python is called using the following // Import the module/script...
0
by: Diez B. Roggisch | last post by:
Hi, I currently try to use omniorb it conjunction with new-style classes. What I want to accomplish is simple: I'd like to associate the authentication-info the user has provided with the...
3
by: Birgit Rahm | last post by:
Hello newsgroup, I work with omniORB for python and I what to log the calls, does anyone in this group know how I can do this? I use the command to initialize the ORB ORB =...
1
by: RajaSrinivasan | last post by:
can we script CORBA objects/events with python. my search for simple examples has not yielded any results. any help appreciated.
3
by: gerald.maher | last post by:
Hi, I am trying to excuate the follwong code: I get the following error: Here is my Lib path:
0
by: gerald.maher | last post by:
Hi, I just want to execute a script that used omniORB, omniORBpy Python, Here are the version that I Tried, is this correct ? omniORBpy 2.5 omniORB 4.0.5 Python 2.4.1 The script is below:
0
by: Duncan Grisby | last post by:
I am pleased to announce that omniORB 4.1.1 and omniORBpy 3.1 are now available. omniORB is a robust, high performance CORBA implementation for C++; omniORBpy is a version for Python. You can...
3
by: Ilan | last post by:
Hello, My apologies if this is not the correct forum for thses quiestions, by I'm rather new to python+CORBA Has anyone used omniORBpy as CORBA implementation? are there any drawbacks? Does...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.