-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows compilation failure on master/v2.0.0 since today #171
Comments
@lrapetti @Yeshasvitvs This regression is quite critical for the whole robotology-superbuild CI system. If you are ot able to work on it, could you at least comment on when you think you can work on this, so that we can organize how to deal with this, for example disabling this software in the CI? Thanks a lot. |
If the fix concern just adding the few line you mentioned above I can do it, but unfortunately I am not sure I will be able to do any actual test on Windows today. Anyway is the link in your comment above correct:
because I see an error related to |
Even if that does not fix it, "perhaps" failing the compilation is for sure better then "for sure" failing the compilation. Furthermore, once the fix is pushed to master, we can see immediately if it works via the jobs of the robotology-superbuild are fixed.
Yes. The messages related to |
@traversaro please check #172 if it is what you were suggesting |
@lrapetti it is! |
Unfortunatly the failure is also in other devices, see https://github.com/robotology/robotology-superbuild/pull/338/checks?check_run_id=420219032 :
|
PR adding to |
Today there has been a regression on the master branch (apparently the robotology-superbuild uses the master branch as both stable and unstable tags for wearables and human-dynamics-estimation, and this may be a problem as we catch certain issues only when they land in master). In particular, Windows compilation is now failing with this error:
See https://github.com/robotology/robotology-superbuild/runs/416976325 for a related failure.
You can read more in detail about the error in https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/fatal-error-c1128?view=vs-2019 , even if I am not sure what is actually creating it, as the
HumanStatePublisher.cpp
does not seems to be so big. However, to fix it is should be sufficient to just pass the/bigobj
option to the compiler when compiling the compilation units of that library, by adding:The text was updated successfully, but these errors were encountered: