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

Too hard too build this project. #153

Open
Saigut opened this issue Jul 15, 2021 · 5 comments
Open

Too hard too build this project. #153

Saigut opened this issue Jul 15, 2021 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@Saigut
Copy link

Saigut commented Jul 15, 2021

The cmake Hunter takes long time to setup dependency packages, and finally failed. I even can't find what it do every time it pause to wait something. And I can't understand why it failed, and I don't know what to do to help it to finish: Can I help it to download or compile or install package? I don't know.

Why don't choose a more traditional way to setup dependency packages, for example to use a shell or python script?
The cmake Hunter seems making things more complex than it need to be.

Does an open source project even like Linux Kernel harder to build than this?

@dchagniot
Copy link

@Saigut , yes I had as well some issues to build it.
Be sure to use gcc9 or clang12.

@xkcdjerry
Copy link

Be sure to use gcc9 or clang12.

The README seems to say gcc 7.4 or clang 6.0.1, does it need to be updated? (just asking)

@fourseaLee
Copy link

I have a machine what is installed ubuntu. Downloading is so lowly (hunter). Then I must change CMakeLists.txt to remove hunter, Using symtem dependency is so fast where compile.

@geiseri
Copy link

geiseri commented Sep 21, 2022

Set HUNTER_ENABLED=OFF in your cmake cache, but yeah the dependencies are a trainwreck since it uses personal forks of hat-trie and boost-di. I don't know why they use soralog since its a subset of spdlog. Either way would be better for consumers of this library if those were provided as git submodules since it would never work with anything mainline. I am trying to do that now in hopes of getting it to compile with vcpkg.

@DagmarM-2054569
Copy link

Are there any hopes of a vcpkg port being developed soon? (or soralog supporting msvc) I've rarely had more trouble trying to build this project and admittedly ultimately gave up on it.

@dhuseby dhuseby added the help wanted Extra attention is needed label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

7 participants