<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi All,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I&#8217;m trying to build the omni service.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I get the below error while doing so. Please let me know how to resolve this. I&#8217;m building this using Cygwin in VS2012. The Cygwin has configured with corresponding information to use the correct Visual Studio.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>$ make export<o:p></o:p></p><p class=MsoNormal>making export in src/tool...<o:p></o:p></p><p class=MsoNormal>make[1]: Entering directory '/cygdrive/c/omniORB-4.1.6/src/tool'<o:p></o:p></p><p class=MsoNormal>making export in src/tool/omniidl...<o:p></o:p></p><p class=MsoNormal>make[2]: Entering directory '/cygdrive/c/omniORB-4.1.6/src/tool/omniidl'<o:p></o:p></p><p class=MsoNormal>making export in src/tool/omniidl/cxx...<o:p></o:p></p><p class=MsoNormal>make[3]: Entering directory '/cygdrive/c/omniORB-4.1.6/src/tool/omniidl/cxx'<o:p></o:p></p><p class=MsoNormal>Traceback (most recent call last):<o:p></o:p></p><p class=MsoNormal>&nbsp; File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;<o:p></o:p></p><p class=MsoNormal>AttributeError: 'module' object has no attribute 'lower'<o:p></o:p></p><p class=MsoNormal>making export in src/tool/omniidl/cxx/cccp...<o:p></o:p></p><p class=MsoNormal>make[4]: Entering directory '/cygdrive/c/omniORB-4.1.6/src/tool/omniidl/cxx/ccc<o:p></o:p></p><p class=MsoNormal>'<o:p></o:p></p><p class=MsoNormal>+ rm -f omnicpp.exe<o:p></o:p></p><p class=MsoNormal>+ ../../../../../bin/x86_win32/linkwrapper -gnuwin32 -out:omnicpp.exe -nologo -<o:p></o:p></p><p class=MsoNormal>anifest -DEBUG -PDB:omnicpp.exe.pdb -libpath:../../../../../lib/x86_win32 cexp.<o:p></o:p></p><p class=MsoNormal> cccp.o config.o alloca.o index.o<o:p></o:p></p><p class=MsoNormal>link -out:omnicpp.exe -nologo -manifest -DEBUG -PDB:omnicpp.exe.pdb -libpath:..<o:p></o:p></p><p class=MsoNormal>..\..\..\..\lib\x86_win32 cexp.o cccp.o config.o alloca.o index.o<o:p></o:p></p><p class=MsoNormal>link: unknown option -- o<o:p></o:p></p><p class=MsoNormal>Try 'link --help' for more information.<o:p></o:p></p><p class=MsoNormal>+ mt.exe '/outputresource:omnicpp.exe;#1' /manifest omnicpp.exe.manifest<o:p></o:p></p><p class=MsoNormal>Microsoft (R) Manifest Tool version 6.3.9600.17298<o:p></o:p></p><p class=MsoNormal>Copyright (c) Microsoft Corporation 2012.<o:p></o:p></p><p class=MsoNormal>All rights reserved.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>omnicpp.exe.manifest : general error c1010070: Failed to load and parse the man<o:p></o:p></p><p class=MsoNormal>fest. The system cannot find the file specified.<o:p></o:p></p><p class=MsoNormal>dir.mk:55: recipe for target 'omnicpp.exe' failed<o:p></o:p></p><p class=MsoNormal>make[4]: *** [omnicpp.exe] Error 31<o:p></o:p></p><p class=MsoNormal>make[4]: Leaving directory '/cygdrive/c/omniORB-4.1.6/src/tool/omniidl/cxx/cccp<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>dir.mk:21: recipe for target 'export' failed<o:p></o:p></p><p class=MsoNormal>make[3]: *** [export] Error 1<o:p></o:p></p><p class=MsoNormal>make[3]: Leaving directory '/cygdrive/c/omniORB-4.1.6/src/tool/omniidl/cxx'<o:p></o:p></p><p class=MsoNormal>dir.mk:15: recipe for target 'export' failed<o:p></o:p></p><p class=MsoNormal>make[2]: *** [export] Error 1<o:p></o:p></p><p class=MsoNormal>make[2]: Leaving directory '/cygdrive/c/omniORB-4.1.6/src/tool/omniidl'<o:p></o:p></p><p class=MsoNormal>dir.mk:22: recipe for target 'export' failed<o:p></o:p></p><p class=MsoNormal>make[1]: *** [export] Error 1<o:p></o:p></p><p class=MsoNormal>make[1]: Leaving directory '/cygdrive/c/omniORB-4.1.6/src/tool'<o:p></o:p></p><p class=MsoNormal>dir.mk:26: recipe for target 'export' failed<o:p></o:p></p><p class=MsoNormal>make: *** [export] Error 1<o:p></o:p></p></div></body></html>