Topic: Unreadable chars in RPi compilation error msgs
In Linux RPi SF 2.26.2147 Gtk+, compilation error msgs are full of many unreable chars.
Example:
Warning: Type mismatch in argument ânumâ at (1); passed INTEGER(4) to INTEGER(2)
In this example, the unreadable chars seen here as ânumâ, where I have pasted them into this report, have taken on a different appearance from how they look in the SF editor pane. I can only describe in words how the characters ânumâ look in the SF editor pane, because I can't reproduce them in this report. They consist of, â, then two symbols like miniature 4 x 4 matrices, then numâ, then two more symbols like miniature 4 x 4 matrices
The line of Fortran code referred to in this message was this:
12 if(travel(kk).lt.0)call bug(25)
To give you an idea of how many of these there are, here is a longer compiler output fragment
{Warning: Type mismatch in argument ânumâ at (1); passed INTEGER(4) to INTEGER(2)
Source/ADVENTUR.FOR:744:14:
5120 if((liq(0).eq.k.and.here(bottle).eq.1).or.k.eq.liqloc(loc))
1
Error: Type mismatch in argument âdummyâ at (1); passed INTEGER(4) to INTEGER(2)
Source/ADVENTUR.FOR:771:26:
if(kk.eq.0)call bug(26)
1
Warning: Type mismatch in argument ânumâ at (1); passed INTEGER(4) to INTEGER(2)
Source/ADVENTUR.FOR:791:34:
12 if(travel(kk).lt.0)call bug(25)
1
Warning: Type mismatch in argument ânumâ at (1); passed INTEGER(4) to INTEGER(2)
Source/ADVENTUR.FOR:809:18:
call rspeak(nl-500)
1
Warning: Type mismatch in argument âiâ at (1); passed INTEGER(4) to INTEGER(2)
Source/ADVENTUR.FOR:816:30:
if(newloc.gt.3)call bug(20)
1
Warning: Type mismatch in argument ânumâ at (1); passed INTEGER(4) to INTEGER(2)
Source/ADVENTUR.FOR:826:18:
call rspeak(117)
1
Warning: Type mismatch in argument âiâ at (1); passed INTEGER(4) to INTEGER(2)
Source/ADVENTUR.FOR:843:24:
---
John