I am trying to compile under Windows with rig control support.
I am using MSYS2 mingw64
What works:
- git clone
- cp Makefile.msys2.nodebug Makefile
- make linrad64.exe
- Success
What doesn't work:
- git clone
- cp Makefile.msys2.nodebug Makefile
- cp users_tr.c hwaredriver.c
- make linrad64.exe
- Error: I start getting lots of errors in hwaredriver.c
I guess I am missing something?
Thanks in advance.