Hi Jon,

> I have now made some progress in building pil21 on my Mac.

Good! :)


> lib.c:7:35: warning: format specifies type 'unsigned long' but the argument 
> has type 'int64_t'
>       (aka 'long long') [-Wformat]
>    fprintf(stderr, "%s %lX\n", s, n);

I see, that's an easy one. Just a warning - I fixed it here now by changing the
line 7 in src/lib.c to

   fprintf(stderr, "%s %lX\n", s, (unsigned long)n);

Will be in the next release.

The rest of 'make' went through without cemplaints?


> I noticed that there’s a mail link to me on the
> https://software-lab.de/down.html page. You may change my mail address there
> to jon.klei...@icloud.com.

Ah, thanks! Changed.

> And the two file links there (gl.tgz and china.tgz)
> will probably go 404 in a few months.

OK, I see. I removed them from down.html


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to