I'm trying to recompile ISSM on my Mac OSx. I previously downloaded the binaries and ISSM worked well. However, when trying to run the Inversion tutorial I got and error message stating that M1qn3 was not downloaded correctly and that I would need to recompile.
Following the directions on the ISSM webpage I edited my .bashrc script to:
export ISSM_DIR=ISSMPATH
source $ISSM_DIR/etc/environment.sh
where ISSMPATH was my trunk directory. I have double checked this and there shouldn't be anything wrong with my directory location. However, when I run the install.sh script in the autotools folder I get the error ISSM_DIR: unbound variable.
I'm hoping the problem is not that I've updated my operating system to El Capitan 10.11.4. I also updated my xcode and dev tools in case that was the problem and still had no luck.
Any recommendations?
Thanks in advance