We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello again.
So, I was checking all missing headers, while compiling https://go.googlesource.com/gollvm and https://github.com/ianlancetaylor/libbacktrace .
So while I was checking
-- Looking for dlfcn.h -- Looking for dlfcn.h - not found
I found that such a project exists: https://github.com/dlfcn-win32/dlfcn-win32 . It seems to be oriented against CMake - so it could be vibrant with #12.
@TimothyGu , @pali , @ramiropolla , @traversaro - please follow up. Also hence #12
Ivan
The text was updated successfully, but these errors were encountered:
There is no reason to use <dlfcn.h> on Windows. It's fine that the file does not exist there.
Sorry, something went wrong.
No branches or pull requests
Hello again.
So, I was checking all missing headers, while compiling https://go.googlesource.com/gollvm and https://github.com/ianlancetaylor/libbacktrace .
So while I was checking
I found that such a project exists:
https://github.com/dlfcn-win32/dlfcn-win32
. It seems to be oriented against CMake - so it could be vibrant with #12.
@TimothyGu , @pali , @ramiropolla , @traversaro - please follow up.
Also hence #12
Ivan
The text was updated successfully, but these errors were encountered: