-
Notifications
You must be signed in to change notification settings - Fork 2
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
Get a newer version of yaml-cpp working and in tree #119
Comments
Where should we put all of the .h and .so? |
I'm not sure, maybe in |
@zacharyjsnow Are you fine with that? It sounds good to me. I have the newest git version build BTW. |
My only concern is that the last time we tried testing the latest version, it segfaulted, but I think it might be because the headers weren't up to date. |
That could be it. |
BTW Could we preload |
I think last time I looked for it on the roboRIO I didn't find it, but I could look again when I have access to the robot |
It is in glibc, here is the source. Edit: Also:
|
The latest release of yaml-cpp has better error messages, and it would be useful to have the headers and .so in tree because it would no longer be necessary to copy the files into the frc toolchain directory. Would also fix #23.
The text was updated successfully, but these errors were encountered: