Discussion:
[omniORB] Is this forum still alive?
Dalecki, Janusz
2013-07-22 07:41:22 UTC
Permalink
Hi,
I have sent a message to this forum and I can see the page (with some strange prefix http://old.nabble.com<http://old.nabble.com/>) with my messages posted with the warning:
"WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever."
Is this forum still supported?
Regards,
Janusz

________________________________

This e-mail contains privileged and confidential information intended for the use of the addressees named above. If you are not the intended recipient of this e-mail, you are hereby notified that you must not disseminate, copy or take any action in respect of any information contained in it. If you have received this e-mail in error, please notify the sender immediately by e-mail and immediately destroy this e-mail and its attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20130722/56d76a87/attachment.html>
Duncan Grisby
2013-07-22 08:30:16 UTC
Permalink
Post by Dalecki, Janusz
I have sent a message to this forum and I can see the page (with some
strange prefix http://old.nabble.com) with my messages posted with the
?WARNING: This server is unstable and will be retired in the next
days. If you want to keep this forum available, please request
immediately a migration on the Nabble Support forum. Forums that don't
receive any migration request will be deleted forever.?
Is this forum still supported?
This is not a forum, it is a mailing list, and it is very much alive.
Quite low-traffic, but definitely alive.

The right place to go for information about the mailing list is:

http://www.omniorb-support.com/mailman/listinfo/omniorb-list

Nabble is some third-party mailing list aggregator. It has nothing to do
with omniORB or the operation of the omniORB mailing list.

Regards,

Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
Dalecki, Janusz
2013-07-22 23:45:47 UTC
Permalink
Hi Dunca,
Thanks.
Maybe you could throw a little light on the problem I have.
I can?t compile the omniORB-4.1.2 ? as described in the file README.win32.txt.
I am building omniorb from source using Cygwin a cut-down version & a minimal
version of Python.
1) My Cygwin is located in C:\gnuwin32 ? so I added C:\gnuwin32\bin to the system path.
2) Run C:\gnuwin32\bin\checkmounts C:\gnuwin32 (I got warning ?mount: warning - /bin does not exist?)
3) I have selected in config.mk platform = x86_win32_vs_8 as I use Visual Studio 2005
4) Uncommented the line PYTHON = $(ABSTOP)/$(BINDIR)/omnipython in x86_win32_vs_8.mk
When I run ?make export? I keep getting this error:
LINK : fatal error LNK1104: cannot open file 'python.lib'

I can?t find 'python.lib' anywhere on my disk ? there is ?python15.lib? in C:\tools\omniORB-4.1.7\lib\x86_win32 folder.
I don?t really know what am I doing wrong.
Can somebody please help me?
Regards,
Janusz

-----Original Message-----
From: Duncan Grisby [mailto:duncan at grisby.org]
Sent: Monday, 22 July 2013 6:30 PM
To: Dalecki, Janusz
Cc: omniorb-list at omniorb-support.com
Subject: Re: [omniORB] Is this forum still alive?
Post by Dalecki, Janusz
I have sent a message to this forum and I can see the page (with some
strange prefix http://old.nabble.com) with my messages posted with the
?WARNING: This server is unstable and will be retired in the next
days. If you want to keep this forum available, please request
immediately a migration on the Nabble Support forum. Forums that don't
receive any migration request will be deleted forever.?
Is this forum still supported?
This is not a forum, it is a mailing list, and it is very much alive.
Quite low-traffic, but definitely alive.

The right place to go for information about the mailing list is:

http://www.omniorb-support.com/mailman/listinfo/omniorb-list

Nabble is some third-party mailing list aggregator. It has nothing to do with omniORB or the operation of the omniORB mailing list.

Regards,

Duncan.

--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --



________________________________

This e-mail contains privileged and confidential information intended for the use of the addressees named above. If you are not the intended recipient of this e-mail, you are hereby notified that you must not disseminate, copy or take any action in respect of any information contained in it. If you have received this e-mail in error, please notify the sender immediately by e-mail and immediately destroy this e-mail and its attachments.
Duncan Grisby
2013-07-23 12:55:38 UTC
Permalink
Post by Dalecki, Janusz
I can?t compile the omniORB-4.1.2 ? as described in the file README.win32.txt.
Why are you trying to compile omniORB 4.1.2? It is very very old. The
current release is 4.1.7. You should use that.
Post by Dalecki, Janusz
I am building omniorb from source using Cygwin a cut-down version & a minimal
version of Python.
Both of those are very old and obsolete too. You should use full
installs of both Cygwin and Python.

Cheers.

Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
Loading...