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
When compiling and building the INSTALL target with VS2022 under Win10 there is a bunch of errors.
OpenMP is activated in the project properties (-openmp).
Thank you,
Sven
The text was updated successfully, but these errors were encountered:
Same problem here.
Disabling OpenMP manually in VS helps solving most of the errors. Some errors remain in ForceOpenGRInstallation, but Super4PCS.exe is built correctly.
The problem i having is object file format limit. asking me add bigobj. Its a library project so I dont have the C++ option in properties. How do i go around it? Using VS 20222
Indeed I have the same problem in Win10 VS2019.
Severity Code Description Project File Line Suppression State
Error C1128 number of sections exceeded object file format limit: compile with /bigobj D:\API\OpenGR\out\build\x64-Debug\OpenGR D:\API\OpenGR\apps\Super4PCS\super4pcs_test.cc 1
Hi,
When compiling and building the INSTALL target with VS2022 under Win10 there is a bunch of errors.
OpenMP is activated in the project properties (-openmp).
Thank you,
Sven
The text was updated successfully, but these errors were encountered: