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

G4UI_USE and G4VIS_USE removed in Geant4 10.6, breaks compilation #4

Open
a2wagner opened this issue Jun 5, 2020 · 0 comments
Open

Comments

@a2wagner
Copy link

a2wagner commented Jun 5, 2020

The preprocessor macros G4UI_USE and G4VIS_USE are removed with the release of Geant4 version 10.6, see release notes. They are currently used in the beginning of A2.cc and are essential for A2.cc#L167 to compile. By removing the #ifdef preprocessor macros in the beginning of the file the code compiles again.

Further checks are required to assure the code still works as intended, otherwise we should think about specifically mentioning that 10.6 is not supported. (Implicitly this is the case right now as in the dependencies section it is not mentioned)

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

1 participant