seacode / gmacs

A generic size-structured stock assessment model
https://seacode.github.io/gmacs
18 stars 14 forks source link

BBRKC 2017: Makefiles don't run in Windows #198

Open adletaw opened 6 years ago

adletaw commented 6 years ago

For gmacs/examples/bbrkc_2017. May need a make.bat instead

Running gmacs/examples/bbrkc_2017/Makefile:

make: seq: Command not found
echo "all success"
all success

Running gmacs/examples/bbrkc_2017/model_*/Makefile:

Error trying to open data input file C:\gmacs\src\build\release\gmacs.dat
Error trying to read in model data
This is usual caused by a missing DAT file
make: *** [run] Error 1
smartell commented 6 years ago

Many of these make files were written on linux or mac os. You can just use the usual command line options to compile and run the model code.

On Nov 6, 2017, at 11:45 AM, A.D. Letaw notifications@github.com wrote:

For gmacs/examples/bbrkc_2017. May need a make.bat instead

Running gmacs/examples/bbrkc_2017/Makefile:

make: seq: Command not found echo "all success" all success Running gmacs/examples/bbrkc2017/model*/Makefile:

Error trying to open data input file C:\gmacs\src\build\release\gmacs.dat Error trying to read in model data This is usual caused by a missing DAT file make: *** [run] Error 1 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seacode/gmacs/issues/198, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLiSOxZCwfWa8YcXTkFNDA1zC7-Z7npks5sz2HrgaJpZM4QTxcr.

Steve Martell martell.steve@gmail.com