admb-project / admb

AD Model Builder
http://admb-project.org
Other
64 stars 19 forks source link

File VERSION causes errors when building a admb program. #240

Closed johnoel closed 2 years ago

johnoel commented 2 years ago

If building the tpl in the root directory of admb where VERSION file exists, it will fail to build with the below compile error under the macOS.

./version:1:1: error: expected unqualified-id

It would be better to just rename VERSION to VERSION.txt to avoid the error.