Hi Jason,

I’ve seen this error with the Apple M1 port.  It’s because the version of the 
fortran compiler you are using is newer and treats this as an error instead of 
a warning like the older fortran compiler.  I’m not sure what the recommended 
version is for WSJT-X but for Intel Macs it was 6.x.


If this error is coming from lib/grid2deg.f90 then you can try this patch:

Remove the line:
  character*6 grid0,grid

And replace with:
 character(len=*) :: grid0
 character*6 grid


alex
K6LOT

> On Jan 6, 2022, at 2:22 PM, Jason Selwitz via wsjt-devel 
> <wsjt-devel@lists.sourceforge.net> wrote:
> 
>   Hi there,
> 
> I was wondering if anyone had seen the following error it usually happens 
> when I try to double click on another callsign to start attempting to make a 
> contact Ive tried removing and rebuilding the configuration and tried 
> changing a few settings in the software to try to find a work around but so 
> far no luck. if anyone has any tip, suggestions, etc it would be much 
> appreciated, if this is not the right place I can always try to follow up 
> with the FreeBSD porters team.
> 
> Fortran runtime error: Actual string length is shorter than the declared one 
> for dummy argument 'msgsent' (-4294967274/22)
> 
> Thanks, again!
> 
> Jason
> 
> 
> 
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel



_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to