-
Notifications
You must be signed in to change notification settings - Fork 27
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
Same computer and configuration, 2.7 can be compiled successfully, while the latest release of the code 2.8.1 & 2.8 cannot be compiled successfully #134
Comments
windows 11, VS 2022 I search for fail,error,fatal,etc.,and what I got is that
|
I'm a little puzzled since in the latest commit, that line you are referring to, is line 68, not line 67 (see here) Do you see these lines in the file (lines 67-69)?
If not, then I suspect you may not be on the latest commit. Best, Steve |
I really didn't move any configuration options or code. Umm. I am also able to see the lines through the linker called here in blue. But I suspect that it may not what you meant.
and the related code in FEBioJob.cpp is here
|
The fix I mentioned is not available yet in the releases. Instead, you can fork the FEBioStudio repo and then checkout the develop branch. That should give you the latest code. I suspect you are getting this error because you disabled USE_SSH in the cmake settings? You can try turning it on, but then you might need additional dependencies. Alternatively, you can also just temporarily comment out that line. Best, Steve |
No, it still can't work successfully.
Using FEBio 4.8 and FS 2.8.1, which is the lastest release version.
The text was updated successfully, but these errors were encountered: