carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.11k stars 3.58k forks source link

CMake Error: The source directory "C:/Users/bibin/carla/Build/zlib-source" does not appear to contain CMakeLists.txt. #7131

Closed bibinpeter1706 closed 5 months ago

bibinpeter1706 commented 7 months ago

CMake Error: The source directory "C:/Users/bibin/carla/Build/zlib-source" does not appear to contain CMakeLists.txt.<!--

Thanks for contributing to CARLA!

If you are reporting an issue, please use the following outline:

CARLA version: Platform/OS: Problem you have experienced: What you expected to happen: Steps to reproduce: Other information (documentation you consulted, workarounds you tried):

If you are asking a question please make sure your question was not asked before by searching among the existing issues and checking the CARLA forum https://github.com/carla-simulator/carla/discussions. Also make sure you have read ourdocumentation and FAQ at http://carla.readthedocs.io.

If your question is about creating content (assets, levels) you'll most likely have all the info you need in the Unreal Engine's documentation https://docs.unrealengine.com

Please, keep the threads focused and single-themed. Make them easy to find for everyone.

-->

jimmyw404 commented 6 months ago

Looks like the zlib urls are broken.

From https://github.com/carla-simulator/carla/blob/master/Util/InstallersWin/install_zlib.bat#L58 :

https://www.zlib.net/zlib1.2.13.zip

https://carla-releases.s3.eu-west-3.amazonaws.com/Backup/zlib1.2.13.zip

are both dysfunctional URLs.

zlib 1.2.13 can be found at https://github.com/madler/zlib/releases/tag/v1.2.13 or https://www.zlib.net/fossils/

Following the instructions in the install_zlib.bat to extract the source into zlib-source and rebuilding works fine.

@MarcelPiNacy good luck with the UE5 port, we are all counting on you and the rest of the team!!!

xavisolesoft commented 5 months ago

Thank you for providing the working link, I created a PR change the primary donwload link. This issuw will be automatically closed when the PR is merged.