EGSnrc, Problems getting started with myapp #1056
Replies: 2 comments 6 replies
-
Does your EGS_HOME environment variable end with a slash? When did you download EGSnrc? There was an update for v2023a released on August 3rd, so I'd like to know if it was before or after that. I noticed that you didn't install using git. Please consider installing git and using 'git clone' instead of downloading the zip file to install EGSnrc. This makes it much easier to track what is going on. You may not need to re-install yet, but it is likely a good solution to delete everything and start over using git. |
Beta Was this translation helpful? Give feedback.
-
If you look in the installation log there are many failures, both for the C++ and Fortran codes. I noticed that you installed mingw 6.4.0, not 6.3.0. I think that 6.4.0 should work, but I wanted to check to make sure that you haven't installed multiple versions, since that could cause problems. Make sure that your old installation of mingw in |
Beta Was this translation helpful? Give feedback.
-
Dear community.
I have installed EGSnrc with mingw64 on a 64bit Win10-system and the installation didn't show no error...
After trying my first simple "myapp" following exactly the tutorial "getting-started.pdf", I get the following result after typing "mingw32-make.exe":
Obviously, the g++ compiler cannot generate the file myapp.exe because it is using the wrong directory "C:\EGSnrc\EGS_HOMEbin\EGSNRC_Win64" instead of "C:\EGSnrc\EGS_HOME\bin\EGSNRC_Win64" (missing the backslash between EGS_Home and bin). I already checked the environment variables - they are set correctly.
Any ideas for solving the problem are appreciated.
Thanks in advance
Uwe
Beta Was this translation helpful? Give feedback.
All reactions