You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to build onnx lib using Mingw because windows.h defines a macro named OPTIONAL which is used as variable name in the onnx lib. This leads to a compiler error.
Description
It is not possible to build
onnx
lib using Mingw becausewindows.h
defines a macro namedOPTIONAL
which is used as variable name in theonnx
lib. This leads to a compiler error.Package and Environment Details
Conan profile
[settings]
os=Windows
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
compiler.threads=posix
compiler.exception=seh
arch=x86_64
build_type=Release
[tool_requires]
mingw-builds/13.2.0
Steps to reproduce
conan install -r conancenter onnx/1.16.2
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: