[omniORB] Issue compiling with Microsoft Visual Studio 2022

Benjamin Bertrand benjamin.bertrand at maxiv.lu.se
Wed Jan 21 15:11:20 UTC 2026


Sorry for the slow reply, but I have been away.

> Well this is an enviornmental problem... In the meantime Windows understands Unix slashes more and more, maybe a single slash at the end would work?
>
> Since the "\\ " combination, or better written out below in the Unicode characters, produces
> a single space that is treated as a part of the argument
>
> Unicode Character 'REVERSE SOLIDUS' (U+005C)
> Unicode Character 'REVERSE SOLIDUS' (U+005C)
> Unicode Character 'SPACE (SP)' (U+0020)
>
> does it work if you use four backslashes instead "\\\\ “

I tried with 4 backslashes and it worked: https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/1437437/logs/40

>
> Unicode Character 'REVERSE SOLIDUS' (U+005C)
> Unicode Character 'REVERSE SOLIDUS' (U+005C)
> Unicode Character 'REVERSE SOLIDUS' (U+005C)
> Unicode Character 'REVERSE SOLIDUS' (U+005C)
> Unicode Character 'SPACE (SP)' (U+0020)
>
> To further troubleshoot this I think there might be an error in the way
> D:\a\_temp\58292c41-7f29-49bd-933b-fc51c78aa3ac.cmd or some other .bat file gets generated.
>
> Definitely those commands should be run with CMD but not with an UNIX shell.
>
> Can you ask it to run it under cmd?

In the conda recipe, I just create a bld.bat file to run “make export”.
The rest is handled by conda-build. I don’t think I can change anything.

Benjamin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.omniorb-support.com/pipermail/omniorb-list/attachments/20260121/cd3332c5/attachment-0001.htm>


More information about the omniORB-list mailing list