Hi, Nova.
Here is a link to the build istructions:
http://li394-117.members.linode.com:8090/display/DOC/GMAT+BUILD+SCRIPTThis may be the same information you were already using when building. When I look at the snapshots you uploaded, I think that I see the problem. In the instructions, this line:
- Code: Select all
Build.sh -arch [x86 | x64]
is intended to say that you need to select an option based on your Linux architecture -- use the option x86 for 32-bit Linux, or x64 for 64-bit Linux. So if you are using 32-bit Ubuntu, the build line should be
- Code: Select all
Build.sh -arch x86
and for 64-bit, you should use
- Code: Select all
Build.sh -arch x64
One additional issue I ran into when using the new build system was that I needed to add a folder named "linux" into the build folder. If you look in your GMAT build folder, make sure that there is a folder there named "linux" -- I think this issue was resolved, but have not checked it.