We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to build the Carla on Windows 11.
When I do Update.bat , the process stops at OSM2OD-visualstudio with CMAKE error.
Can anyone help me with this issue please 🥹
The text was updated successfully, but these errors were encountered:
This could be an issue with the file BuildOSM2ODR.bat that's under carla\Util\BuildTools.
In line 112 cmake -G %GENERATOR% %PLATFORM%^ should be changed to cmake -G %GENERATOR% -A x64^
cmake -G %GENERATOR% %PLATFORM%^
cmake -G %GENERATOR% -A x64^
(source: #6898 (comment))
Sorry, something went wrong.
Yeah thanks for answer this. Are you happy to close this issue?
I am closing the issue, feel free to reopen
Blyron
No branches or pull requests
Hi,
I am trying to build the Carla on Windows 11.
When I do Update.bat , the process stops
at OSM2OD-visualstudio with CMAKE error.
Can anyone help me with this issue please 🥹
The text was updated successfully, but these errors were encountered: