开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io

fldigi 4.2.06.18 test version available at


 

开云体育

Added configurable tone shaping.? This is specifc to THOR.

???????????????????????????? 0 msec risetime???????????????????????????????????????????????????????????????????????????? 4 msec risetime

4 msec leading/trailing edge is similar to a CW signal.

David


 

开云体育

Hi Dave

Had a build failure here. I build/test every fldigi change plus hamlib just prior. I have not tried to run this down, so only regard as background info.

Hamlib comes from git pull;
./bootstrap
./configure --with-python-binding PYTHON_VERSION='3.11' (FreeDATA?)
nice make -j 4
sudo make install
Hamlib 4.7~git 2024-12-29T16:43:39Z SHA=028d75 64-bit

fldigi build is vanilla
./configure --enable-optimizations=native
nice make -j 4

rigcontrol/hamlib.cxx: In function ‘void hamlib_get_rigs()’:
rigcontrol/hamlib.cxx:612:26: error: invalid conversion from ‘int (*)(rig_caps*, void*)’ to ‘int (*)(const rig_caps*, void*)’ [-fpermissive]
? 612 |???????? rig_list_foreach(add_to_list, 0);
????? |????????????????????????? ^~~~~~~~~~~
????? |????????????????????????? |
????? |????????????????????????? int (*)(rig_caps*, void*)
In file included from ./include/rigclass.h:27,
???????????????? from ./include/main.h:36,
???????????????? from ./include/squelch_status.h:31,
???????????????? from ./include/status.h:29,
???????????????? from ./include/nanoIO.h:42,
???????????????? from ./include/confdialog.h:424,
???????????????? from rigcontrol/hamlib.cxx:34:
/usr/local/include/hamlib/rig.h:3794:18: note:?? initializing argument 1 of ‘int rig_list_foreach(int (*)(const rig_caps*, void*), void*)’
?3794 | rig_list_foreach HAMLIB_PARAMS((int (*cfunc)(const struct rig_caps *, rig_ptr_t),
????? |????????????????? ^~~~~~~~~~~~~
make[3]: *** [Makefile:5636: rigcontrol/fldigi-hamlib.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/data.lap/mountpoints/raid10/data2/home/shared/Active/src-Active/lapp600/fldigi-4.2.06.18/src'
make[2]: *** [Makefile:8878: all-recursive] Error 1
make[2]: Leaving directory '/home/data.lap/mountpoints/raid10/data2/home/shared/Active/src-Active/lapp600/fldigi-4.2.06.18/src'
make[1]: *** [Makefile:2044: all] Error 2
make[1]: Leaving directory '/home/data.lap/mountpoints/raid10/data2/home/shared/Active/src-Active/lapp600/fldigi-4.2.06.18/src'
make: *** [Makefile:471: all-recursive] Error 1

Cheers Bob VK2YQA

On 31/12/24 06:47, Dave, W1HKJ wrote:

Added configurable tone shaping.? This is specifc to THOR.

???????????????????????????? 0 msec risetime???????????????????????????????????????????????????????????????????????????? 4 msec risetime

4 msec leading/trailing edge is similar to a CW signal.

David


 

On Mon, Dec 30, 2024 at 5:20?PM Bob Cameron, VK2YQA via <bob3bob3=[email protected]> wrote:

Hi Dave

Had a build failure here. I build/test every fldigi change plus hamlib just prior. I have not tried to run this down, so only regard as background info.


There was a change in the datatype?for Hamlib 4.6 which has since been reverted due to this issues (not yet released). It will be corrected in a future hamlib release.

Thanks,
Richard
KF5OIM?


 

开云体育

Hi Richard

I think I remember that datatype error back in (my) 4.6 days. This would however be a recent change in the current master branch? Mine is at Hamlib 4.7~git 2024-12-29T16:43:39Z SHA=028d75 64-bit

Is it likely to be reverted in this branch?

Cheers Bob VK2YQA

On 31/12/24 10:50, Richard Shaw, KF5OIM via groups.io wrote:

On Mon, Dec 30, 2024 at 5:20?PM Bob Cameron, VK2YQA via <bob3bob3=[email protected]> wrote:

Hi Dave

Had a build failure here. I build/test every fldigi change plus hamlib just prior. I have not tried to run this down, so only regard as background info.


There was a change in the datatype?for Hamlib 4.6 which has since been reverted due to this issues (not yet released). It will be corrected in a future hamlib release.

Thanks,
Richard
KF5OIM?