Compile error C2146 #2900
Unanswered
DennisHudr
asked this question in
Asking for Help
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a ([graduate / undergrad] student / professor / researcher) at XYZ, I use MuJoCo for my research on ABC.
My setup
MuJoCo 3.3.7 windows 11.
My question
I tried to build mujoco 3.3.7 against Visual studio 2019 withWindows SDK 10.0.22621.0
I got some error as:
engine_collision_gjk.c(2225,24): error C2146: syntax error: missing ';' before identifier 'Vertex'
Not sure where _Thread_local is defined. Do we need to define _Thread_local as __declspec(thread).
Thanks.
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions