Re: [Hamlib-developer] WSJT-X build error with latest hamlib version
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@n0...> - 2025-08-03 21:39:46
|
I just double-checked and compared the Windows binary archives between the 4.6.4 release and 4.7~git. The only changes are: ~/tmp/hamlib-w64-4.6.4 $ tree lib/ lib/ ├── gcc │ └── libhamlib.dll.a └── msvc ├── libhamlib-4.def └── libhamlib-4.lib 3 directories, 3 files ~/tmp/hamlib-w64-4.7~git $ tree lib/ lib/ ├── gcc-mingw │ ├── libhamlib-4.lib │ └── libhamlib.dll.a └── msvc └── libhamlib-4.def 3 directories, 3 files If this is where the issue lies it should be possible to direct the build system to try one and then the other. If this is not the issue, then I am at a loss at the moment. 73, Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Web: https://www.n0nb.us Projects: https://github.com/N0NB GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819 |