Skip to content
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

Your 2.8 - 2.9 are not compiling successfully, while this is not the case with versions before 2.7 #141

Open
dollPrincess opened this issue Mar 25, 2025 · 1 comment

Comments

@dollPrincess
Copy link

Hello. This problem is very disturbing . Your 2.8 - 2.9 are not compiling successfully and always gives errors when generating on VS after cmake generates the project.

However, this is not the case with versions before 2.7.

I've opened incidents before to seek then solution and of course got enthusiastic help from one of the developers. So when I found out that you guys released a new version I compiled the new version as soon as I could, but the problem is still not solved for 2.9!

Errors in VS 2022 are listed as below: (Windows 11)

`23>Done building project "FEBioStudio2.vcxproj" -- FAILED.
24>------ Rebuild All started: Project: ALL_BUILD, Configuration: Release x64 ------
24>Building Custom Rule D:/Projects/FEBioStudio 2.9/FEBioStudio-develop/CMakeLists.txt
========== Rebuild All: 20 succeeded, 4 failed, 0 skipped ==========

Image

`

@SteveMaas1978
Copy link
Member

The issue "Cannot open include: SimpleITK.h" means that the compiler cannot locate this file. Do you have SimpleITK installed on your computer? If you do, then you may need to rerun cmake and make sure that all paths are configured correctly. Or you can opt to not build with support for ITK.

The other issue "isValid: is not a member of MSimpleExpressions" is probably caused by pointing to the wrong FEBio version. The 2.9 release of FEBio Studio also comes with a new FEBio release of version 4.9. You need to make sure that you are using this new version.

Best,

Steve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants