Discussion:
[omniORB] omniORB 4.1.6 64bit on VC 9
Mark Gabriel Paylaga
2014-04-14 08:43:34 UTC
Permalink
Hello All,
Is there an omniORB 4.1.6 with a VC9 version?

All I can find from the website is:
omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>
We are still using VC9 and no plans on upgrading to vc10 yet because the
project is huge. We want to migrate to Windows 64-bit. I was hoping there
is a VC9 version for the .zip.

Currently I'm trying to compile the omniORB-4.1.6 in windows (using the
omniORB-4.1.6.tar.bz2<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6.tar.bz2/download>,
using gnuwin32 'make'). However I get a lot of linking errors maybe because
the \omniORB_4.1.6\bin\x86_win32 files are still in 32-bit.

Is it ok I use omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>
even
if I have VC9?
If not, how can I compile for VC9?

Regards,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140414/5ede0318/attachment.html>
Urban Purkat
2014-04-14 09:21:59 UTC
Permalink
Hi,

Follow the steps in README.win32.txt file (section Building omniORB from
the source files).

The readme file can be found in the root of the source tree,

Regards,
Urban
Post by Mark Gabriel Paylaga
Hello All,
Is there an omniORB 4.1.6 with a VC9 version?
omniORB-4.1.6-win64-vc10-py27.zip
<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>
We are still using VC9 and no plans on upgrading to vc10 yet because
the project is huge. We want to migrate to Windows 64-bit. I was
hoping there is a VC9 version for the .zip.
Currently I'm trying to compile the omniORB-4.1.6 in windows (using
the omniORB-4.1.6.tar.bz2
<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6.tar.bz2/download>,
using gnuwin32 'make'). However I get a lot of linking errors maybe
because the \omniORB_4.1.6\bin\x86_win32 files are still in 32-bit.
Is it ok I use omniORB-4.1.6-win64-vc10-py27.zip
<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download> even
if I have VC9?
If not, how can I compile for VC9?
Regards,
Mark
_______________________________________________
omniORB-list mailing list
omniORB-list at omniorb-support.com
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140414/d9f709dd/attachment.html>
Obermaier, Stephen J (IS)
2014-04-14 13:57:44 UTC
Permalink
There are a number of things you need to do to build x64 from the tarball.

Make sure you have an x64 version of python 2.7.x.
The 64-bit version of the Cygwin tools are nice to have, but not required.

Delete everything in the omniORB bin directory
Delete the exe's in the src\tool\win32 directory

Run the vcvarsamd64.bat file to set up the VC9 x64 environment.
From the omniORB\src directory do a make veryclean
In tool\win32 do a make -f dir.mk to rebuild the windows wrappers

Do a make export to rebuild the ORB.

That should do it!


Steve O.

From: Mark Gabriel Paylaga [mailto:mpaylaga at gmail.com]
Sent: Monday, April 14, 2014 4:44 AM
To: omniorb-list at omniorb-support.com
Subject: EXT :[omniORB] omniORB 4.1.6 64bit on VC 9

Hello All,
Is there an omniORB 4.1.6 with a VC9 version?

All I can find from the website is:
omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>
We are still using VC9 and no plans on upgrading to vc10 yet because the project is huge. We want to migrate to Windows 64-bit. I was hoping there is a VC9 version for the .zip.

Currently I'm trying to compile the omniORB-4.1.6 in windows (using the omniORB-4.1.6.tar.bz2<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6.tar.bz2/download>, using gnuwin32 'make'). However I get a lot of linking errors maybe because the \omniORB_4.1.6\bin\x86_win32 files are still in 32-bit.

Is it ok I use omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download> even if I have VC9?
If not, how can I compile for VC9?

Regards,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140414/ef9da8c7/attachment.html>
Mark Gabriel Paylaga
2014-04-16 05:45:04 UTC
Permalink
Hi,
Thanks for the replies.
FYI, I followed the README.win32 when I did the compilation.

Steve, are you sure I should delete everything in the bin directory?
because it has 2 folders inside: script and x86_win32.
Inside the x86_win32 has a lot of exe files.

The newly created .exe in src\tool\win32 are just 4. Even after copying
them and putting it in the bin\x86_win32, it will give me a new error :
"RegQueryValueEx failed - error 109".

I wanted to work around this and just copied the bin of
omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>.
However, I get tons of linking errors during the omniORB compilation, just
like my previous posts.

Any idea if it is a linker problem or the C:\gnuwin32 problem or what?
Because I get the same linking errors for the different versions of
omniORB4.1.x in Win64. However on my other machine, 32bit Windows, it's
ok(using the same steps).

Best regards,
Mark


On Mon, Apr 14, 2014 at 9:57 PM, Obermaier, Stephen J (IS) <
Post by Obermaier, Stephen J (IS)
There are a number of things you need to do to build x64 from the tarball.
Make sure you have an x64 version of python 2.7.x.
The 64-bit version of the Cygwin tools are nice to have, but not required.
Delete everything in the omniORB bin directory
Delete the exe?s in the src\tool\win32 directory
Run the vcvarsamd64.bat file to set up the VC9 x64 environment.
From the omniORB\src directory do a make veryclean
In tool\win32 do a make ?f dir.mk to rebuild the windows wrappers
Do a make export to rebuild the ORB.
That should do it!
Steve O.
*From:* Mark Gabriel Paylaga [mailto:mpaylaga at gmail.com]
*Sent:* Monday, April 14, 2014 4:44 AM
*To:* omniorb-list at omniorb-support.com
*Subject:* EXT :[omniORB] omniORB 4.1.6 64bit on VC 9
Hello All,
Is there an omniORB 4.1.6 with a VC9 version?
omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>
We are still using VC9 and no plans on upgrading to vc10 yet because the
project is huge. We want to migrate to Windows 64-bit. I was hoping there
is a VC9 version for the .zip.
Currently I'm trying to compile the omniORB-4.1.6 in windows (using the
omniORB-4.1.6.tar.bz2<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6.tar.bz2/download>,
using gnuwin32 'make'). However I get a lot of linking errors maybe because
the \omniORB_4.1.6\bin\x86_win32 files are still in 32-bit.
Is it ok I use omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download> even
if I have VC9?
If not, how can I compile for VC9?
Regards,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140416/c0941ea0/attachment.html>
Mark Gabriel Paylaga
2014-04-16 05:50:29 UTC
Permalink
By using the same steps, I meant, using the README.win32.
Post by Mark Gabriel Paylaga
Hi,
Thanks for the replies.
FYI, I followed the README.win32 when I did the compilation.
Steve, are you sure I should delete everything in the bin directory?
because it has 2 folders inside: script and x86_win32.
Inside the x86_win32 has a lot of exe files.
The newly created .exe in src\tool\win32 are just 4. Even after copying
"RegQueryValueEx failed - error 109".
I wanted to work around this and just copied the bin of
omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>.
However, I get tons of linking errors during the omniORB compilation, just
like my previous posts.
Any idea if it is a linker problem or the C:\gnuwin32 problem or what?
Because I get the same linking errors for the different versions of
omniORB4.1.x in Win64. However on my other machine, 32bit Windows, it's
ok(using the same steps).
Best regards,
Mark
On Mon, Apr 14, 2014 at 9:57 PM, Obermaier, Stephen J (IS) <
Post by Obermaier, Stephen J (IS)
There are a number of things you need to do to build x64 from the tarball.
Make sure you have an x64 version of python 2.7.x.
The 64-bit version of the Cygwin tools are nice to have, but not required.
Delete everything in the omniORB bin directory
Delete the exe?s in the src\tool\win32 directory
Run the vcvarsamd64.bat file to set up the VC9 x64 environment.
From the omniORB\src directory do a make veryclean
In tool\win32 do a make ?f dir.mk to rebuild the windows wrappers
Do a make export to rebuild the ORB.
That should do it!
Steve O.
*From:* Mark Gabriel Paylaga [mailto:mpaylaga at gmail.com]
*Sent:* Monday, April 14, 2014 4:44 AM
*To:* omniorb-list at omniorb-support.com
*Subject:* EXT :[omniORB] omniORB 4.1.6 64bit on VC 9
Hello All,
Is there an omniORB 4.1.6 with a VC9 version?
omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download>
We are still using VC9 and no plans on upgrading to vc10 yet because the
project is huge. We want to migrate to Windows 64-bit. I was hoping there
is a VC9 version for the .zip.
Currently I'm trying to compile the omniORB-4.1.6 in windows (using the
omniORB-4.1.6.tar.bz2<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6.tar.bz2/download>,
using gnuwin32 'make'). However I get a lot of linking errors maybe because
the \omniORB_4.1.6\bin\x86_win32 files are still in 32-bit.
Is it ok I use omniORB-4.1.6-win64-vc10-py27.zip<http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.6/omniORB-4.1.6-win64-vc10-py27.zip/download> even
if I have VC9?
If not, how can I compile for VC9?
Regards,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140416/1158f998/attachment-0001.html>
Loading...