[omniORB] Windows x64 Build Errors

Gmail anthony.beard89 at gmail.com
Tue Feb 27 16:28:52 UTC 2024


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.win32.txt, but I am running into “Error 127” issues when I run “make export”.

Below is the output from “make export”. It fails when doing something with “linkwrapper.exe” with “Error 127”. However, the interesting thing to me is that if I run it again, it fails on a different spot with “oidlwrapper.exe”. On a third attempt it fails on a completely different spot, etc.

I would appreciate some help on this. I can provide what I have done up to this 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/omniORB-4.3.2/src/tool'
making export in src/tool/win32...
make[2]: Entering directory '/cygdrive/c/Users/anthony.beard/Documents/omniORB-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/omniORB-4.3.2/src/tool/win32'
make[1]: *** [dir.mk:22: export] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/anthony.beard/Documents/omniORB-4.3.2/src/tool'
make: *** [dir.mk:26: export] Error 2


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.omniorb-support.com/pipermail/omniorb-list/attachments/20240227/0b4ed176/attachment.html>


More information about the omniORB-list mailing list