lcn2 / calc

C-style arbitrary precision calculator
http://www.isthe.com/chongo/tech/comp/calc/index.html
Other
357 stars 51 forks source link

Bug: git head build error: missing file: cal/w2f.cal #100

Closed gene-git closed 1 year ago

gene-git commented 1 year ago

Calc bug report template version: 1.3 2022-11-27

Git head as of commit 20ce75a06dd90c22cdc83a9258f96aac5bd76be9 fails to build due to missing file cal/w2f.cal:

make[1]: *** No rule to make target 'w2f.cal', needed by 'all'. Stop.

lcn2 commented 1 year ago

Hello @gene-git,

Our mistake. We had a test code in the source directory and forgot to remove it before rebuilding the file list.

You can temporarily just create an empty file cal/w2f.cal to work around it.

Right now we are away from the repository, otherwise we'd fix it immediately. Later today we will either remote it from the official list, or add it as useful example of FILE I/O.

Thanks for letting us know!

lcn2 commented 1 year ago

Hello @gene-git,

Fixed with commit b55d41c221f125dda258013e42d943fca62b3a0d.

Thanks for the bug report!

gene-git commented 1 year ago

had changed my build script to create the missing file if not found after git pull.
I confirm it's now fixed too.

thank you!