Miroslaw,<br><br>Have you set up correctly &lt;omniORB_src_dir&gt;/mk/platforms/<a href="http://x86_win32_mingw.mk/" target="_blank">x86_win32_mingw.mk</a>?<br><br>You should specify something like:<br>PYTHON = /usr/bin/python<br>
in this file.<br>
<br>You must have a working python installation in order to build omniORB. It is required by<br>the omniidl tool.<br><br>But I think I have bad news for you. We are trying to do the same thing. As far as I know<br>omniORB
can not be build over MinGW. In the first place we have that MinGW
offers a very limited subset of Posix commands. omniORB uses Posix. In
the second place, I obtained a number of warnings regarding the lack of
some Cygwin DLLs before the build crashed.<br>
<br>Let me know if you have more luck than me!<br><br>Regards