I keep having trouble with the make file with the following error:
makefile.in:5: *** missing separator. Stop.
The relevant code is:
#------------------------------------------------------------------------
# To use this makefile the path for "$(FEAPHOME8_3)" must be set using
# setenv FEAPHOME8_3=/.... (in .chrc or .tchrc) or
# export FEAPHOME8_3=/.... (in .bashrc or file used)
setenv FEAPHOME8_3=~/Documents/FEAP83/ver83
export FEAPHOME8_3=~/Documents/FEAP83/ver83
# N.B. Information after the slash defines to FEAP directories.
After googling, I switched the three spaces to a tab which resulted in the error:
makefile.in:5: *** recipe commences before first target. Stop.
I will be grateful for any help.
(p.s. I successfully installed the file on my home computer)