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

CMake issue #25

Open
AliMoal opened this issue Jul 14, 2024 · 5 comments
Open

CMake issue #25

AliMoal opened this issue Jul 14, 2024 · 5 comments

Comments

@AliMoal
Copy link

AliMoal commented Jul 14, 2024

Hi, thank you for sharing your knowledge.
When I want to compile it this error fox cmake occurs:

-- Could NOT find libdw (missing: LIBDW_LIBRARY LIBDW_INCLUDE_DIR) 
-- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR) 
-- Could NOT find libdwarf (missing: LIBELF_LIBRARY LIBELF_INCLUDE_DIR) 

I tried so much but nothing changed.
I'm using Ubuntu 22.04.4 LTS.

@hofmannu
Copy link
Owner

Hi, this is a dependency issue for the stacktracing library I use called backward. I think apt-get install binutils-dev should do the job.

@AliMoal
Copy link
Author

AliMoal commented Jul 17, 2024

Hi, this is a dependency issue for the stacktracing library I use called backward. I think apt-get install binutils-dev should do the job.

Thank you but there is no package with this name

@AliMoal
Copy link
Author

AliMoal commented Jul 17, 2024

It has this error too:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
H5CPP_LIB
    linked by target "Volume" in directory ...
H5_LIB
    linked by target "Volume" in directory ...

@hofmannu
Copy link
Owner

According to ubuntu it should exist. Yes, that next missing thing is the hdf5 dependency already mentioned in the readme. I am realizing a lot of bad patterns though within the code and am rewriting big bits at the moment. So maybe wait a few weeks before trying to use it.

@AliMoal
Copy link
Author

AliMoal commented Jul 19, 2024

Thanks, by the way

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