Compiling error with GUI window 11 #1021
-
I've installed the EGSnrc and have been struggling with compiling with the GUI. I had the exactly same issue with git, reported here: #970, and no longer see the same error message after following the solution provided. But it still can't be compiled and this is the output I got when I compiled the cavity :
I've been also trying it on PowerShell, compiling the 'myapp', but it never works either. (the output I got on PowerShell is too long to be pasted here). How can I fix this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Adding the |
Beta Was this translation helpful? Give feedback.
Adding the
-lquadmath
compiler flag should resolve these errors, see #972. We are about to release a2023a
version to address a few such compilation issues on Windows.