[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20000828: Building McIdas-X on Compaq XP1000 ALPHA (cont.)



>From: Frederic J Chagnon <address@hidden>
>Organization: MIT
>Keywords: 200008281553.e7SFrZN04794 McIDAS-X 7.60 map.pgm

Frederic,

>The build has worked.

Good news!

>Here is a log of all the changes I made (TRU64-UNIX OSF/1 v5.0)
>
>map.pgm:
>comment line 2802: "character*256 parameter"

OK, I incorporated this into my 7.6 distribution.  It doesn't fit in 7.7
since map was totally rewritten in C.

>sndedit.pgm:
>comment line 893: "integer count"

OK.  Incorporated.

>sndskewt.pgm:
>comment line 919: "CHARACTER*4 cunits"
>comment line 958: "INTEGER dcpix"
>comment line 991: "INTEGER luc"
>comment line 2848: "integer isave(MAXLVL)"
>comment line 3287: "integer luc"

Instead of commenting out line 2848, it would be cleaner to comment
out line 2837.  The change should be cosmetic, however, because 'isave'
is equivalenced to 'rsave' which is correctly dimensioned, and 'isave'
is only used in 'movb' calls (moves bytes from one array to another,
so the only pertinent thing is the starting address for the "from" and
"to" arrays).

>frntdisp.pgm:
>comment line 257: "integer itvlin"

OK, I deleted this line.

>mdfix.pgm:
>comment line 52: "integer mdcolpos"

OK, I deleted the first occurrance of "integer mdcolpos".

>mkraobid.pgm:
>line 110     write(20,'(I5.5,1X,A4,1X,A19,1X,A2,1X,A2,1X,A6,1X,
>         &   A7,1X,I4)') idn,cid(1:4),cinfo(1:19),cstate(1:2),
>         &   country(1:2),clat,clon,iele
>     
>On second line, after "A7,1X,I4" there was an extra comma before closing 
>parenthesis. It was erased.

OK, I erased the extra comment also.

>Hope this helps for future users/versions.

Yes.  Thanks for reporting back the warts that the OSF/1 5.0 Fortran
compiler found.  It seems that each new system the code is compiled
on turns up one or more small bugs.

>Thanks.

Thank you.

Tom