eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.65k stars 384 forks source link

Building iceoryx with bazel on Windows is broken #2320

Closed elBoberido closed 1 month ago

elBoberido commented 1 month ago

Required information

Operating system: Windows

Compiler version: latest MSVC

Eclipse iceoryx version: main branch

Observed result or behaviour: When building with bazel, the iceoryx_platform includes are not found

Expected result or behaviour: The iceoryx_platform includes are found

Conditions where it occurred / Performed steps: Running bazel build //... on Windoww

Additional helpful information

It seems the BUILD.bazel file has some additional ** for the includes on Windows.