| Author |
Message |
|
|
|
Post subject: qnx6 and omniORB??
Posted: Feb 25, 2004 - 06:14 PM
|
|
New Member
Joined: Feb 25, 2004
Posts: 9
|
|
Hi everybody,
i'm trying to port omniORB to QNX6, but I have
problems to find proper settings to compile the sourcecode.
Is there anyone who already was
successful in porting omniORB to QNX?
THX for your help.... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 25, 2004 - 06:31 PM
|
|
Senior Member
Joined: Jul 06, 2002
Posts: 1633
|
|
I remember Kinners has done it before, but I don't think it's been made available anywhere.
Kinners wrote:
omniORB works well on 6.1, once I set it up for compiling on qnx. ORBit also works but might be lacking in features compared to other ORBs. ORBix/E from Iona (www.iona.com) supports QNX and looks quite good, I'll probably try it out soon.
|
|
|
| |
|
|
|
 |
|
|
|
Post subject: Success
Posted: Mar 06, 2004 - 05:00 PM
|
|
New Member
Joined: Feb 25, 2004
Posts: 9
|
|
Hi all,
I made it... I'm going to post a QNX 6 and omniORB 4.0.3 "guide" in the next few days.
Thanks to Kinners for his help... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 10, 2004 - 08:47 AM
|
|
New Member
Joined: Feb 25, 2004
Posts: 9
|
|
I still have some minor problems with the namingservice  |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 23, 2004 - 12:27 PM
|
|
New Member
Joined: Feb 25, 2004
Posts: 9
|
|
problems solved. but i have no idea how
the name service is running, and it is possible to connect to it.
the last problem is, that i get core dumped errors, if the client
is destroyed...
now i'm trying to port it to qnx 6.2.1 pe.
there i get the following error:
no matching function for call to 'std::basic_ofstream<char,std::char_traits<char> >::attach (int &) '
the <fstream.h> is included, i also try
#include <fstream>
using namespace std;
i didn't had this problem with qnx 6.2.1 non commercial....  |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 23, 2004 - 06:18 PM
|
|
Senior Member
Joined: Jul 06, 2002
Posts: 1633
|
|
| I believe in the PE version, the default is to use Dinkum C++, which is probably not very compatible with omniORB. You can always use "QCC -V gcc_ntox86_gpp" as your compiler, which uses GNU C++ ... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 23, 2004 - 07:17 PM
|
|
New Member
Joined: Feb 25, 2004
Posts: 9
|
|
Yes, thats it. I used the right function (-V gcc_ntox86_gpp)
at the wrong place But now i changed my makefile and it seems
to work...
Now hopefully without core dumped error.... I'll let you now
.
.
---edit---
The same "memory fault (core dumped)" error occurs...
But I'm still going to solve that problem |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 23, 2004 - 09:35 PM
|
|
Senior Member
Joined: Jul 06, 2002
Posts: 1633
|
|
If "memory fault (core dumped)" happens in both NC and PE, it's likely a porting issue. You will need to talk to Kinners again  |
|
|
| |
|
|
|
 |
|
|
Post subject: QNX6.3.2 and omniORB-4.1.0 anyone?
Posted: Sep 20, 2007 - 05:10 PM
|
|
New Member
Joined: Aug 15, 2007
Posts: 4
|
|
Hello
Has anyone tried omniORB-4.1.0 on QNX6.3.2? If so could they tell me the magic settings?
It compiles but currently I get segmentation faults when a client stops talking to the name service or a server.
Thanks in advance.
Hajime |
|
|
| |
|
|
|
 |
|
|