ra1nb0w
ra1nb0w
We did an update from May 1. Do you receive the same error?
Can you post the error and the main.log? thank you
or you can re-try to build NanoVNA-QT since I committed a fix
you need to `sudo port sync` `sudo port install nanovna-qt` if you have homebrew installed into `/usr/local` you can have trouble to build software correctly.
Seems a stealth update from upstream. try with ``` sudo port clean --dist sudo port sync sudo port install nanovna-qt ``` now should be correctly in sync the checksum. thank...
good! @m-stefanski still fail to build?
to access nanovna v2 from command line you need to write code in c/c++, see https://github.com/nanovna-v2/NanoVNA-QT/tree/master/libxavna raspberry: yes, you can compile and install nanovna-qt in the same way or use...
- use lover `.h` to avoid problem with case-sensitive file system - you need to include the header/library paths `cc -l/opt/local/include -L/opt/local/lib your_test.c`
`xavna.h` is not a valid C header for many reasons: - `extern "C"` is only valid on C++ - bool doesn't exist in C until C99 with `stdbool.h` - C...
another way to comunicate with nanovna2 is to use python, see https://github.com/nanovna-v2/NanoVNA2-firmware/tree/master/python https://github.com/nanovna-v2/NanoVNA2-firmware/pull/75