On 7/14/07, Antoine Jacoutot <[EMAIL PROTECTED]> wrote:

On Fri, 13 Jul 2007, Landry Breuil wrote:
> Please forget about it, it's a rough wip and needs way more
patching/testing
> in GNUmakefiles. I'll repost it later.

Here's a cleaned up version.
Not perfect yet but if people feel like testing.
(report feedbacks to ports@).


Way better with this version - a small note, i had to add --disable-ipv6 to
make samples work, because by default in its internals omniORB listens on
ipv6 but connects on ipv4. So, here are the options :

- disable ipv6 in the port, this support was recently added (in 4.1.0 beta1)
and is still experimental
- use the configuration file provided to force ipv6<->ipv6 and ipv4<->ipv4
connections
- there are hacks/workaround for freebsd in the code to make it work, use
the same workarounds (OMNI_IPV6_SOCKETS_ACCEPT_IPV4_CONNECTIONS in
src/lib/omniORB/orbcore/tcp/tcpEndpoint.cc and various other places, grep
-ri bsd * shows freebsd is supported and handled well)

I'm sending an e-mail to omniorb support list to report that it compiles and
works on openbsd (add it to the list of supported oses), and see with them
what is the best way to handle this particular case.

I haven't seen other glitches atm, but some may still surface.

Landry

Reply via email to