Closed rbs-sci closed 3 years ago
Thank you very much for your feedback. I applied your suggestion in commit c8ab56d.
The commit modifies Euler_angles_relion.h, not Euler_angles_dynamo.h? The build still fails because of the missing includes in Euler_angles_dynamo.h
Oops. This is my mistake. How about bee2efb?
RELION-4.0-beta-1-commit-bee2ef compiles and runs, thank you.
Not sure if a pull request is really needed for such a simple fix, but will make one if required (although am new to github).
Issue: Compiling RELION v4.0b on Arch linux fails with errors for tilt_geometry.cpp and Euler_angles_dynamo.h
Environment:
Solution: Add lines:
To tilt_geometry.cpp and Euler_angles_dynamo.h
And compilation will succeed. Not tested exhaustively yet.