-
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
Recent compile error on Mac #27
Comments
Just to be clear: it sounds like you've recompiled Three things:
|
Also, I'm 99.9% sure that "image" in the error message is referring to the library image--but juuuust in case...are the paths to the images correct? |
I didn't compile. I used your precompiled files. The image paths are correct (i just abbreviated them for clarity) |
Oh I see--I didn't realize you were using my binaries. I probably screwed up the compilation--I'll play with it and re-upload when I find something. |
Is this a problem with all the binaries from this release, or just this one? |
Tried visualize meshes and got the same error. Not sure about ALL but those 2 for sure. Would all of them use it that library? |
I use boost to parse the commandline arguments, so that would make it fail for all the binaries, I think. (There may be one or two where I haven't converted to Boost yet.) |
I must not have compiled Boost correctly (i.e., I must have compiled dynamic instead of static). |
Any chance you took another stab at this? |
When running dv-change-labels, I get a library error (Library not loaded: @rpath/libclang_rt.asan_osx_dynamic.dylib)
Exact code is below:
'~/Documents/dv-commandline-utils/dv-change-labels --input-image 4.nii.gz --output-image prep_seg.nii.gz --label-map 6 2 7 2 8 2 9 2 3 2 4 1 5 1 11 10 12 10 13 10
dyld: Library not loaded: @rpath/libclang_rt.asan_osx_dynamic.dylib
Referenced from: /Users/bowmore1/Documents/dv-commandline-utils/dv-change-labels
Reason: image not found
Trace/BPT trap: 5`
The text was updated successfully, but these errors were encountered: