-
Notifications
You must be signed in to change notification settings - Fork 4
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
compile error with dyld[29812]: Library not loaded: @rpath/libparaconf.1.dylib
#566
base: main
Are you sure you want to change the base?
compile error with dyld[29812]: Library not loaded: @rpath/libparaconf.1.dylib
#566
Conversation
attempt to address the dyld issue
Last Commit a23a227 does not work |
cmake/SuperBuild.cmake
Outdated
if("x${LD_LIBRARY_PATH}x" STREQUAL xx) | ||
set(ENV{LD_LIBRARY_PATH} "${ADDPATH}") | ||
set(ENV{DYLD_LIBRARY_PATH} "${ADDPATH}") | ||
else() | ||
set(ENV{LD_LIBRARY_PATH} "${ADDPATH}:${LD_LIBRARY_PATH}") | ||
set(ENV{DYLD_LIBRARY_PATH} "${ADDPATH}:${DYLD_LIBRARY_PATH}") | ||
endif() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the whole if
should be duplicated to check the previous state of DYLD_LIBRARY_PATH
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the whole
if
should be duplicated to check the previous state ofDYLD_LIBRARY_PATH
The last commit did not solve the issue.
…ile-error-with-dyld29812-library-not-loaded-rpathlibparaconf1dylib
attempt to address the dyld issue
List of things to check before making a PR
Before merging your code, please check the following:
.clang-format
;Fix #issue
keyword to autoclose the issue when merged.