-
Notifications
You must be signed in to change notification settings - Fork 1
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
yaml.h #9
Comments
Well, if somebody else have this issue, just fixed it by adding /usr/local/include to the gcc include path, the path to yaml.h was missing...
Now i'm getting:
I'm using FreeBSD btw. Will keep looking into it. |
Hi, @reinier-gonzalez Yomel is assuming that yaml.h from libyaml is used. I'm sorry; the compile process isn't tested enough. Thanks. |
@reinier-gonzalez I'm so sorry! It had a bug that wrong paths were specified. |
@reinier-gonzalez This issue helped me use libyaml in my C project. Thanks! |
Hi Joe,
Thank you very much for this library, very cool.
Now, i'm new to elixir and was trying to use your library in my project, i add it to the deps in mix.exs and do mix deps.get, all good, but then on compile time i keep getting:
What i'm missing? thanks!
I have yaml-cpp installed and yaml.h is in /usr/local/include/yaml.h ... Also, FYI, i'm trying to use this in a eJabberd module.
The text was updated successfully, but these errors were encountered: