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

Linux build error #65

Open
werdahias opened this issue May 13, 2022 · 2 comments
Open

Linux build error #65

werdahias opened this issue May 13, 2022 · 2 comments

Comments

@werdahias
Copy link

I am in the process of packaging stduuid. As Debian allows no "vendored" dependencies, I resolved the dependencies on catch, gsl and uuid by installing the following packages: uuid-dev, libmgsl-dev and catch. Still I get an build error despite the dependencies being present (externally). I suspect that this is related to the CmakeLists. Maybe you could allow external dependencies? I.e. if the local one is not found (uuid/uuid.h), then /usr/include is checked.

OS: Debian Testing
GCC: 11

@mariusbancila
Copy link
Owner

I'll be very honest: I'm not good at Linux. I don't have a Linux machine and there's been very little work I've done on Linux in my life. But PRs are welcomed.

@werdahias
Copy link
Author

The basic fix would be change the include headers from "something.h" to <something.h>. I have no idea how to edit the cmake lists to search for a local header first.

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