Peter Teuben

Results 155 comments of Peter Teuben

I do believe some people have been able to use falcON as a library, your main() will be in C++.

Just a million is still "small enough", you could quite possibly use the ascii route to avoid having to build your potential getter. tabtos took me 0.4sec to convert 1M...

Your note is a great way to catalog this idea. If I know a better example, I'll let you know. I know of one or two projects that use falcOn...

Reminder: there is a very simple tabplot.py in $NEMO/src/scripts/python

another example is a commandline wrapper around hyperfit.readthedocs.io

The hacked solution on Ubuntu22 is patching the Makefile: - add **-I/usr/include/tirpc** to CFLAGS - add **-ltirpc** to OFLAGS - make sure you've installed tirpc: **sudo apt install libtirpc-dev**

not clear if this is still an issue: removing an BIN= (or even a NEED=) binary from a Testfile directory correctly shows FAIL now.

Found a case: remove ccdrow and perhaps being in a pipe, it does not correctly report a FAIL

The solution should be that for every target in the BIN= in a Testfile, there needs to be a direct test in that target without being in that pipe, viz....

It seems the big new word on the block is "System Integrity Protection" (SIP) https://developer.apple.com/forums/thread/9233 and it appears I'm finally catching up with this.