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

Issue with Building #91

Open
Double5S opened this issue Nov 2, 2024 · 3 comments
Open

Issue with Building #91

Double5S opened this issue Nov 2, 2024 · 3 comments

Comments

@Double5S
Copy link

Double5S commented Nov 2, 2024

Getting the following when attempting to build a .sln:

PS C:\GitHub\HedgeLib> cmake -S . -B build
-- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.19045.
-- Could NOT find Fbx (missing: FBX_LIBRARIES FBX_INCLUDE_DIRS)
-- Note that the FindFbx.cmake script can fail to find the newest Fbx sdk if there are multiple ones installed. Please set "FBX_DIR" environment or cmake variable to choose a specific version/location.
-- Searching for robin_hood...
CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find robin_hood (missing: ROBIN_HOOD_LIBRARY
ROBIN_HOOD_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/Findrobin_hood.cmake:61 (find_package_handle_standard_args)
HedgeLib/CMakeLists.txt:169 (find_package)

-- Configuring incomplete, errors occurred!

Any help with this would be appreciated.

@Radfordhound
Copy link
Owner

Hey, sorry for the trouble! Did you run .\Get-Dependencies.ps1 before building with CMake? Were there any errors with running that script?

@Double5S
Copy link
Author

Double5S commented Nov 4, 2024

I did run it and had no issues with it

@Double5S
Copy link
Author

Double5S commented Nov 4, 2024

I've made some progress by changing the line of code in the CMakeLists.txt as mentioned in other issues, and I've produced a HedgeLib.sln. I've (I think) managed to build and got as message reading 10 succeeded, but now I'm not sure where they are as I don't see them under "build"

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