Skip to content
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

bsf dependency cannot be downloaded. #127

Closed
FSMaxB opened this issue Dec 21, 2020 · 5 comments
Closed

bsf dependency cannot be downloaded. #127

FSMaxB opened this issue Dec 21, 2020 · 5 comments

Comments

@FSMaxB
Copy link

FSMaxB commented Dec 21, 2020

$ cmake ..
-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Defaulting to release build.
-- Binary dependencies for 'bsfDependencies' are missing. Downloading package...
CMake Error at lib/bsf/Source/CMake/HelperMethods.cmake:338 (message):
  Binary dependencies failed to download from URL:
  https://data.banshee3d.com/bsfDependencies_Linux_Master_11.zip
Call Stack (most recent call first):
  lib/bsf/Source/CMake/HelperMethods.cmake:364 (update_binary_deps)
  lib/bsf/Source/CMakeLists.txt:59 (check_and_update_binary_deps)


-- Configuring incomplete, errors occurred!
@mworchel
Copy link
Contributor

The author of bsf abandoned his project and most likely took down the domain (banshee3d.com). I'd advise to build bsf from source (https://github.com/GameFoundry/bsf).

@FSMaxB
Copy link
Author

FSMaxB commented Dec 21, 2020

Oh, it seems like this error message is actually coming from https://github.com/GameFoundry/bsf, this repository already includes bsf as a submodule.

@FSMaxB
Copy link
Author

FSMaxB commented Dec 21, 2020

@FSMaxB
Copy link
Author

FSMaxB commented Dec 21, 2020

Replacing the URL in lib/bsf/Source/CMake/HelperMethods.cmake as suggested in the comment above did actually work.

@mworchel
Copy link
Contributor

Thanks for looking into that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants