On MacOS (10.15.3 with Apple clang++) and Ubuntu 18.04 with g++ 7,
when installing from source (both git repository and ADMB-12.1-src.zip were tested),
make all
command finished without error.
However
make install
failed with following error
chmod: ../build/admb/contrib/include/*.*: No such file or directory
at line 724 of src/GNUMakefile from GitHub repo and at line 679 of that from admb-12.1-src.zip.
In fact, "../build/admb/contrib/include/" is not created but "../build/admb/contrib/include/" is created when
On MacOS (10.15.3 with Apple clang++) and Ubuntu 18.04 with g++ 7, when installing from source (both git repository and ADMB-12.1-src.zip were tested),
command finished without error. However
failed with following error
at line 724 of src/GNUMakefile from GitHub repo and at line 679 of that from admb-12.1-src.zip. In fact, "../build/admb/contrib/include/" is not created but "../build/admb/contrib/include/" is created when
finished. I suspect,
in src/GNUMakefile should be