[omniORB] compile OmniORBpy 4.2.3 on windows 10 + VS 2017 + Python 3
Duncan Grisby
duncan at grisby.org
Sun Jun 2 22:42:55 BST 2019
On Sun, 2019-06-02 at 00:19 +0200, Nabil Ghodbane via omniORB-list
wrote:
> I finally managed to compile the omniORBpy. For track, in case
> someone experiences a similar issue, one needs to:
> copy omniORBpy in OmniORB\src\lib
> edit OmniORB\src\lib\dir.mk and set SUBDIRS = omnithread omniORB
> omniORBpy
> define the environment variables:
> SET OMNIORB_ROOT=%omniORB folder%
> SET DATADIR=%OMNIORB_ROOT%
> run: make export in OmniORB\src
Why did you do things that way? That is not necessary, and it is not
what it tells you to do in the omniORBpy README.txt file.
This is what the instructions say, and you only need to do that,
nothing else:
If you do not have Autoconf support on your platform (e.g. on
Windows), you must install the omniORBpy source in the $TOP/src/lib
directory of a working omniORB 4.2 tree. Make sure the directory is
called omniORBpy -- if you downloaded a release archive you must
rename the directory to remove the version from the directory name.
Once you have the source in the right place, simply do a make export
in the $TOP/src/lib/omniORBpy directory.
You do not need to set any environment variables. You do not need to
edit any files.
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list