Windows x64 Build Errors

Gmail via omniORB-list <[email protected]> Tue, 27 Feb 2024 10:28:52 -0600
Newsgroups gmane.comp.corba.omniorb.user
Message-ID <[email protected]>
--===============8583012641731384733==
Content-Type: multipart/alternative; boundary=Apple-Mail-0FFA5AAC-FBC6-4B00-9DAE-6314CECE1609
Content-Transfer-Encoding: 7bit


--Apple-Mail-0FFA5AAC-FBC6-4B00-9DAE-6314CECE1609
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hello all,

I am trying to build omniORB v4.3.2 for Windows x64 with Visual Studio 2022 (=
v17.9.1). As far as I can tell, I have followed the instructions in README.w=
in32.txt, but I am running into =E2=80=9CError 127=E2=80=9D issues when I ru=
n =E2=80=9Cmake export=E2=80=9D.

Below is the output from =E2=80=9Cmake export=E2=80=9D. It fails when doing s=
omething with =E2=80=9Clinkwrapper.exe=E2=80=9D with =E2=80=9CError 127=E2=80=
=9D. However, the interesting thing to me is that if I run it again, it fail=
s on a different spot with =E2=80=9Coidlwrapper.exe=E2=80=9D. On a third att=
empt it fails on a completely different spot, etc.

I would appreciate some help on this. I can provide what I have done up to t=
his point if that would help.

Thanks,

Anthony Beard

*********** build output below: **************
C:\Users\anthony.beard\Documents\omniORB-4.3.2\src>make export
making export in src/tool...
make[1]: Entering directory '/cygdrive/c/Users/anthony.beard/Documents/omniO=
RB-4.3.2/src/tool'
making export in src/tool/win32...
make[2]: Entering directory '/cygdrive/c/Users/anthony.beard/Documents/omniO=
RB-4.3.2/src/tool/win32'
CL.EXE clwrapper.c advapi32.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33520 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

clwrapper.c
Microsoft (R) Incremental Linker Version 14.39.33520.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:clwrapper.exe
clwrapper.obj
advapi32.lib
CL.EXE libwrapper.c advapi32.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33520 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

libwrapper.c
Microsoft (R) Incremental Linker Version 14.39.33520.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:libwrapper.exe
libwrapper.obj
advapi32.lib
CL.EXE linkwrapper.c advapi32.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33520 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

linkwrapper.c
Microsoft (R) Incremental Linker Version 14.39.33520.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:linkwrapper.exe
linkwrapper.obj
advapi32.lib
make[2]: *** [dir.mk:14: linkwrapper.exe] Error 127
make[2]: Leaving directory '/cygdrive/c/Users/anthony.beard/Documents/omniOR=
B-4.3.2/src/tool/win32'
make[1]: *** [dir.mk:22: export] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/anthony.beard/Documents/omniOR=
B-4.3.2/src/tool'
make: *** [dir.mk:26: export] Error 2



--Apple-Mail-0FFA5AAC-FBC6-4B00-9DAE-6314CECE1609
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=3D=
utf-8"></head><body dir=3D"auto"><div>Hello all,</div><div><br></div><div>I a=
m trying to build omniORB v4.3.2 for Windows x64 with Visual Studio 2022 (v1=
7.9.1). As far as I can tell, I have followed the instructions in README.win=
32.txt, but I am running into =E2=80=9CError 127=E2=80=9D issues when I run =E2=
=80=9Cmake export=E2=80=9D.</div><div><br></div><div>Below is the output fro=
m =E2=80=9Cmake export=E2=80=9D. It fails when doing something with =E2=80=9C=
linkwrapper.exe=E2=80=9D with =E2=80=9CError 127=E2=80=9D. However, the inte=
resting thing to me is that if I run it again, it fails on a different spot w=
ith =E2=80=9Coidlwrapper.exe=E2=80=9D. On a third attempt it fails on a comp=
letely different spot, etc.</div><div><br></div><div>I would appreciate some=
 help on this. I can provide what I have done up to this point if that would=
 help.</div><br id=3D"lineBreakAtBeginningOfSignature"><div dir=3D"ltr">Than=
ks,<div><br></div><div>Anthony Beard</div><div><br></div><div>*********** bu=
ild output below: **************</div><div><p style=3D"margin: 0px 0px 16px;=
 font-style: normal; font-variant-caps: normal; font-stretch: normal; font-s=
ize: 12px; line-height: normal; font-family: Helvetica; font-size-adjust: no=
ne; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatu=
res: normal; font-variant-numeric: normal; font-variant-east-asian: normal; f=
ont-variant-position: normal; font-variant-emoji: normal; font-feature-setti=
ngs: normal; font-optical-sizing: auto; font-variation-settings: normal; col=
or: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">C:\Users\anthony.be=
ard\Documents\omniORB-4.3.2\src&gt;make export<br>
making export in src/tool...<br>
make[1]: Entering directory '/cygdrive/c/Users/anthony.beard/Documents/omniO=
RB-4.3.2/src/tool'<br>
making export in src/tool/win32...<br>
make[2]: Entering directory '/cygdrive/c/Users/anthony.beard/Documents/omniO=
RB-4.3.2/src/tool/win32'<br>
CL.EXE clwrapper.c advapi32.lib<br>
Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33520 for x64<br>
Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br>
<br>
clwrapper.c<br>
Microsoft (R) Incremental Linker Version 14.39.33520.0<br>
Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br>
<br>
/out:clwrapper.exe<br>
clwrapper.obj<br>
advapi32.lib<br>
CL.EXE libwrapper.c advapi32.lib<br>
Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33520 for x64<br>
Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br>
<br>
libwrapper.c<br>
Microsoft (R) Incremental Linker Version 14.39.33520.0<br>
Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br>
<br>
/out:libwrapper.exe<br>
libwrapper.obj<br>
advapi32.lib<br>
CL.EXE linkwrapper.c advapi32.lib<br>
Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33520 for x64<br>
Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br>
<br>
linkwrapper.c<br>
Microsoft (R) Incremental Linker Version 14.39.33520.0<br>
Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br>
<br>
/out:linkwrapper.exe<br>
linkwrapper.obj<br>
advapi32.lib<br>
make[2]: *** [dir.mk:14: linkwrapper.exe] Error 127<br>
make[2]: Leaving directory '/cygdrive/c/Users/anthony.beard/Documents/omniOR=
B-4.3.2/src/tool/win32'<br>
make[1]: *** [dir.mk:22: export] Error 2<br>
make[1]: Leaving directory '/cygdrive/c/Users/anthony.beard/Documents/omniOR=
B-4.3.2/src/tool'<br>
make: *** [dir.mk:26: export] Error 2</p></div><div><br></div></div></body><=
/html>=

--Apple-Mail-0FFA5AAC-FBC6-4B00-9DAE-6314CECE1609--


--===============8583012641731384733==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
omniORB-list mailing list
[email protected]
https://www.omniorb-support.com/mailman/listinfo/omniorb-list

--===============8583012641731384733==--