-
Notifications
You must be signed in to change notification settings - Fork 5
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
cargo test fails on macOS #11
Comments
Friendly ping |
Hey Jack,
I got your message. I will be away for a 2 weeks so I may not have time to look at this for awhile. Additionally, I do not have a Mac so I have to do all of the testing with Travis :/ However, you may be able to get by with the repository I branched from: nagisa/lib_loading. At the very least, you may be able to come up with a solution on your own if you take a look at his branch and diff any changes after my last commit.
… On Sep 18, 2018, at 10:55, jackcmay ***@***.***> wrote:
Friendly ping
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I noticed some odd path problems on macOS too. Think there might be a missing \0 termination on the library path string. Patch below fixed it for me. I can try to get a fork and pull request up if people are interested. Looks like this is a duplicate of #10 as well.
|
Is CString preferred over PathBuf? |
PathBuf is not |
Continued discussion in #10. |
Interested in using this project but when I ran the tests I got failures, please advise:
The text was updated successfully, but these errors were encountered: