Thanks Paul, that’s not part of my portion…..
That’s great if it works!
toggle quoted message
Show quoted text
On Mar 18, 2024, at 12:12, Paul <g0kaohx@...> wrote:
?still in testing mode yet but when I rebuilt sbitx with your revised files, i got an error:
pi@sbitx:~/sbitx $ ./build sbitx
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Mon Mar 18 03:21:11 PM GMT 2024
database is intact
compiling sbitx version v3.02 in /home/pi/sbitx
sbitx_gtk.c:896:5: error: conflicting types for ‘field_set’; have ‘int(char *, char *)’
? 896 | int field_set(char *label, char *new_value){
? ? ? |? ? ?^~~~~~~~~
In file included from sbitx_gtk.c:37:
sdr_ui.h:6:5: note: previous declaration of ‘field_set’ with type ‘int(const char *, const char *)’
? ? 6 | int field_set(const char *label, const char *new_value);
? ? ? |? ? ?^~~~~~~~~
pi@sbitx:~/sbitx $?
I think it is a variable declaration consistency error, e.g. declared as Int but using character is my initial thoughts but not investigated it yet as it didn't stop sbitx from working but it might stop the required changes working properly
Regards
Paul