-
Notifications
You must be signed in to change notification settings - Fork 15
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
possible issue: make issac server #170
Comments
cc'ing @psychocoderHPC |
ping @psychocoderHPC |
The error still persists. The executable in the build directory works. The one in the install path does not. |
You need to set |
@psychocoderHPC you are a genius. Setting the |
CMake is running an extra step during |
When building the current isaac
dev
as follows:I ran into the following problem:
executing
results in
and also
ldd
shows that the library is not linked.Ween I however execute the
isaac
server directly from the build directory:it runs fine (and
ldd
shows that all links work). Also when I copy this executable to another location it still runs fine.Hashing both executables shows a different hash. Thus the
isaac
server binary installed in theCMAKE_INSTALL_PREFIX
is a different version than the one installed in the.build/
directory.This confused me a lot, since I thought that the first is just a copy of the latter.
What is going wrong here (in the CMake files)?
The text was updated successfully, but these errors were encountered: