[Insight-developers] [Fwd: [Fwd: SGI compilation from Sintef

Lorensen, William E (Research) lorensen@crd.ge.com
Wed, 4 Dec 2002 10:35:39 -0500


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C29BAA.A821E1D4
Content-Type: text/plain

I agree. Something is strange here. Some of the changes seem to hardwire to the 730 compiler.
 

-----Original Message-----
From: Bill Hoffman [mailto:bill.hoffman@kitware.com]
Sent: Wednesday, December 04, 2002 10:18 AM
To: Luis Ibanez; Lorensen, William E (Research); Miller, James V (Research)
Cc: 'Insight Developers'
Subject: Re: [Insight-developers] [Fwd: [Fwd: SGI compilation from Sintef


We need to research this more.   His installation of the compiler may be broken.   I suspect if we
incorporate his changes, all other SGI's will stop working.    He has the exact same compiler that we
have access to on rolle but he gets different build results.   

-Bill


At 09:39 AM 12/4/2002 -0500, Luis Ibanez wrote:


Hi,

John Kaspersen from Sintef has found a number
of difficulties to build ITK on a SGI system.
Most of them related with vnl.

He found necessary to make the attached changed
in vnl files. There seems to be a compiler version
issue involved....

Should be incorporate these changes in ITK ?

Is there any better alternative ?


Thanks


   Luis







>From - Wed Dec 04 09:29:59 2002
X-Mozilla-Status2: 10000000
Return-Path: <luis.ibanez@kitware.com>
Received: from mx1.biz.rr.com ([192.168.200.23]) by fep06.biz.rr.com
          (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP
          id <20021204125203.HOWD3911.fep06.biz.rr.com@mx1.biz.rr.com>
          for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03 -0500
Received: from fep03.biz.rr.com (fep03.biz.rr.com [24.30.201.200])
        by mx1.biz.rr.com (8.12.6/8.12.6) with ESMTP id gB4Cq3jT017125
        for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03 -0500 (EST)
Received: from kitware.com ([24.29.66.132]) by fep03.biz.rr.com with ESMTP
          id <20021204125203.UBPB1580.fep03.biz.rr.com@kitware.com>
          for <luis.ibanez@kitware.com>; Wed, 4 Dec 2002 07:52:03 -0500
Message-ID: <3DEDFA0C.4040708@kitware.com>
Date: Wed, 04 Dec 2002 07:50:20 -0500
From: Luis Ibanez <luis.ibanez@kitware.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901
X-Accept-Language: en-us
MIME-Version: 1.0
To: luis.ibanez@kitware.com
Subject: [Fwd: SGI compiling again !]
Content-Type: multipart/mixed;
 boundary="------------030203090800080407000605"

Index: Insight/Code/Numerics/vxl/vcl/vcl_compiler.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_compiler.h,v
retrieving revision 1.5
diff -r1.5 vcl_compiler.h
8a9
> 
18a20,21
> 
> #error "compiler ver 730"
20a24
> #error "compiler ver 720"
22a27
> 
38a44
> 
Index: Insight/Code/Numerics/vxl/vcl/vcl_complex.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_complex.h,v
retrieving revision 1.5
diff -r1.5 vcl_complex.h
5a6,8
> 
> #define VCL_SGI_CC_730
> 
41a45
> #error "VCL_SGI_CC_730"
Index: Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h,v
retrieving revision 1.3
diff -r1.3 vcl_cstddef.h
15a16,17
> #elif defined(VCL_SGI_CC_730)
> # include <stddef.h>
Index: Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h,v
retrieving revision 1.4
diff -r1.4 vcl_cstdio.h
25a26,36
> # elif defined(VCL_SGI_CC_730)
> #error "FPRINT"
> 
> 
> #include "iso/vcl_cstdio.h"
> # undef  vcl_printf
> # define vcl_printf ::printf
> # undef  vcl_sprintf
> # define vcl_sprintf ::sprintf
> 
> 
Index: Insight/Code/Numerics/vxl/vcl/vcl_cstring.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstring.h,v
retrieving revision 1.3
diff -r1.3 vcl_cstring.h
15a16,23
> #elif defined(VCL_SGI_CC_730)
> # include<string.h>
> # define vcl_generic_cstring_STD /* */
> 
> # include "generic/vcl_cstring.h"
> 
> #error "MEMCPY"
> 
Index: Insight/Code/Numerics/vxl/vcl/vcl_ctime.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_ctime.h,v
retrieving revision 1.2
diff -r1.2 vcl_ctime.h
11c11
< #if !VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS)
---
> #if !VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS) || defined(VCL_SGI_CC_730)
Index: Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h,v
retrieving revision 1.3
diff -r1.3 vcl_cmath.h
4c4
< #if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CMATH) && !VCL_CXX_HAS_HEADER_CMATH)
---
> //#if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CMATH) && !VCL_CXX_HAS_HEADER_CMATH)
6c6
< 
---
> #error "inside sgi/vcl_cmath.h"
104,106c104,106
< #else // iso
< # include "../iso/vcl_cmath.h"
< #endif
---
> //#else // iso
> //# include "../iso/vcl_cmath.h"
> //#endif
Index: Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 vcl_complex.txx
0a1,2
> #error "In vcl_complex.txx"
> 
Index: Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h
===================================================================
RCS file: /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h,v
retrieving revision 1.1.1.2
diff -r1.1.1.2 vcl_cstdlib.h
5c5,7
< #if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) && !VCL_CXX_HAS_HEADER_CSTDLIB)
---
> #if defined(VCL_SGI_CC_730) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) && !VCL_CXX_HAS_HEADER_CSTDLIB)
> 
> //#if defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) &&
!VCL_CXX_HAS_HEADER_CSTDLIB)
>From - Sat Nov 30 08:31:08 2002
X-Mozilla-Status2: 00000000
Return-Path: <kaspersen@mac.com>
Received: from mx4.biz.rr.com ([192.168.200.29]) by fep06.biz.rr.com
          (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP
          id <20021130103516.EBCE24403.fep06.biz.rr.com@mx4.biz.rr.com>
          for <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 05:35:16 -0500
Received: from smtpout.mac.com (A17-250-248-88.apple.com [17.250.248.88])
        by mx4.biz.rr.com (8.12.6/8.12.6) with ESMTP id gAUAZFQm002325
        for <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 05:35:16 -0500 (EST)
Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66])
        by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id gAUAZEiU016663
        for <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 02:35:15 -0800 (PST)
Received: from mac.com ([129.241.242.50]) by asmtp02.mac.com
          (Netscape Messaging Server 4.15) with ESMTP id H6DXEP00.45O for
          <luis.ibanez@kitware.com>; Sat, 30 Nov 2002 02:35:13 -0800 
Date: Sat, 30 Nov 2002 11:35:14 +0100
Mime-Version: 1.0 (Apple Message framework v548)
Content-Type: multipart/mixed; boundary=Apple-Mail-28-215771916
Subject: SGI compiling again !
From: Jon Harald Kaspersen <kaspersen@mac.com>
To: Luis Ibanez <luis.ibanez@kitware.com>
Message-Id: <68F1C184-044F-11D7-A7AF-00039364CC7A@mac.com>
X-Mailer: Apple Mail (2.548)

Hi Luis, 

I got ITK to compile on my SGI system, with some hacks.  I followed the line I explained in my last
mail.  I had to redefine some of the vcl functions.  The procedure I followed does very much like the
one I followed when I was working with the CodeWarrior port.  Anyway, if you are interested, I have
attached the result of a cvs diff betweeen the cvs ITK version and the "hacked" sgi version. 

Have a nice weekend. 
Regards 
Jon 

<br>
<br>

======================================================== 
Jon Harald Kaspersen                    Tel:            +47 73 59 75 89 
Ph.D. Mechanical Engineering            Mob:            +47 93 03 65 90 
Senior Scientist                                Pager   +47 96 84 29 94 
SINTEF Unimed - Ultralyd                Fax:            +47 73 59 78 73 
N-7465 Trondheim 
NORWAY                  e-mail: Jon.H.Kaspersen@unimed.sintef.no 
                                WEB:      <http://www.us.unimed.sintef.no/>
http://www.us.unimed.sintef.no/ 
======================================================== 
<br>
</blockquote></x-html> 


------_=_NextPart_001_01C29BAA.A821E1D4
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">


<META content="MSHTML 5.50.4919.2200" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=131413415-04122002><FONT face=Arial color=#0000ff size=2>I 
agree. Something is strange here. Some of the changes seem to hardwire to the 
730 compiler.</FONT></SPAN></DIV>
<DIV><SPAN class=131413415-04122002></SPAN>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Bill Hoffman 
  [mailto:bill.hoffman@kitware.com]<BR><B>Sent:</B> Wednesday, December 04, 2002 
  10:18 AM<BR><B>To:</B> Luis Ibanez; Lorensen, William E (Research); Miller, 
  James V (Research)<BR><B>Cc:</B> 'Insight Developers'<BR><B>Subject:</B> Re: 
  [Insight-developers] [Fwd: [Fwd: SGI compilation from 
  Sintef<BR><BR></FONT></DIV>We need to research this more.&nbsp;&nbsp; His 
  installation of the compiler may be broken.&nbsp;&nbsp; I suspect if we 
  incorporate his changes, all other SGI's will stop working.&nbsp;&nbsp;&nbsp; 
  He has the exact same compiler that we have access to on rolle but he gets 
  different build results.&nbsp;&nbsp; <BR><BR>-Bill<BR><BR><BR>At 09:39 AM 
  12/4/2002 -0500, Luis Ibanez wrote:<BR>
  <BLOCKQUOTE class=cite cite type="cite">Hi,<BR><BR>John Kaspersen from 
    Sintef has found a number<BR>of difficulties to build ITK on a SGI 
    system.<BR>Most of them related with vnl.<BR><BR>He found necessary to make 
    the attached changed<BR>in vnl files. There seems to be a compiler 
    version<BR>issue involved....<BR><BR>Should be incorporate these changes in 
    ITK ?<BR><BR>Is there any better alternative 
    ?<BR><BR><BR>Thanks<BR><BR><BR>&nbsp;&nbsp; 
    Luis<BR><BR><BR><BR><BR><BR><BR><BR>&gt;From - Wed Dec 04 09:29:59 
    2002<BR>X-Mozilla-Status2: 10000000<BR>Return-Path: 
    &lt;luis.ibanez@kitware.com&gt;<BR>Received: from mx1.biz.rr.com 
    ([192.168.200.23]) by 
    fep06.biz.rr.com<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with 
    ESMTP<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id 
    &lt;20021204125203.HOWD3911.fep06.biz.rr.com@mx1.biz.rr.com&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    for &lt;luis.ibanez@kitware.com&gt;; Wed, 4 Dec 2002 07:52:03 
    -0500<BR>Received: from fep03.biz.rr.com (fep03.biz.rr.com 
    [24.30.201.200])<BR><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>by 
    mx1.biz.rr.com (8.12.6/8.12.6) with ESMTP id 
    gB4Cq3jT017125<BR><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>for 
    &lt;luis.ibanez@kitware.com&gt;; Wed, 4 Dec 2002 07:52:03 -0500 
    (EST)<BR>Received: from kitware.com ([24.29.66.132]) by fep03.biz.rr.com 
    with ESMTP<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id 
    &lt;20021204125203.UBPB1580.fep03.biz.rr.com@kitware.com&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    for &lt;luis.ibanez@kitware.com&gt;; Wed, 4 Dec 2002 07:52:03 
    -0500<BR>Message-ID: &lt;3DEDFA0C.4040708@kitware.com&gt;<BR>Date: Wed, 04 
    Dec 2002 07:50:20 -0500<BR>From: Luis Ibanez 
    &lt;luis.ibanez@kitware.com&gt;<BR>User-Agent: Mozilla/5.0 (X11; U; Linux 
    i686; en-US; rv:0.9.2.1) Gecko/20010901<BR>X-Accept-Language: 
    en-us<BR>MIME-Version: 1.0<BR>To: luis.ibanez@kitware.com<BR>Subject: [Fwd: 
    SGI compiling again !]<BR>Content-Type: 
    multipart/mixed;<BR>&nbsp;boundary="------------030203090800080407000605"<BR><BR>Index: 
    Insight/Code/Numerics/vxl/vcl/vcl_compiler.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_compiler.h,v<BR>retrieving 
    revision 1.5<BR>diff -r1.5 vcl_compiler.h<BR>8a9<BR>&gt; 
    <BR>18a20,21<BR>&gt; <BR>&gt; #error "compiler ver 730"<BR>20a24<BR>&gt; 
    #error "compiler ver 720"<BR>22a27<BR>&gt; <BR>38a44<BR>&gt; <BR>Index: 
    Insight/Code/Numerics/vxl/vcl/vcl_complex.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_complex.h,v<BR>retrieving 
    revision 1.5<BR>diff -r1.5 vcl_complex.h<BR>5a6,8<BR>&gt; <BR>&gt; #define 
    VCL_SGI_CC_730<BR>&gt; <BR>41a45<BR>&gt; #error "VCL_SGI_CC_730"<BR>Index: 
    Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstddef.h,v<BR>retrieving 
    revision 1.3<BR>diff -r1.3 vcl_cstddef.h<BR>15a16,17<BR>&gt; #elif 
    defined(VCL_SGI_CC_730)<BR>&gt; # include &lt;stddef.h&gt;<BR>Index: 
    Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstdio.h,v<BR>retrieving 
    revision 1.4<BR>diff -r1.4 vcl_cstdio.h<BR>25a26,36<BR>&gt; # elif 
    defined(VCL_SGI_CC_730)<BR>&gt; #error "FPRINT"<BR>&gt; <BR>&gt; <BR>&gt; 
    #include "iso/vcl_cstdio.h"<BR>&gt; # undef&nbsp; vcl_printf<BR>&gt; # 
    define vcl_printf ::printf<BR>&gt; # undef&nbsp; vcl_sprintf<BR>&gt; # 
    define vcl_sprintf ::sprintf<BR>&gt; <BR>&gt; <BR>Index: 
    Insight/Code/Numerics/vxl/vcl/vcl_cstring.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_cstring.h,v<BR>retrieving 
    revision 1.3<BR>diff -r1.3 vcl_cstring.h<BR>15a16,23<BR>&gt; #elif 
    defined(VCL_SGI_CC_730)<BR>&gt; # include&lt;string.h&gt;<BR>&gt; # define 
    vcl_generic_cstring_STD /* */<BR>&gt; <BR>&gt; # include 
    "generic/vcl_cstring.h"<BR>&gt; <BR>&gt; #error "MEMCPY"<BR>&gt; <BR>Index: 
    Insight/Code/Numerics/vxl/vcl/vcl_ctime.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/vcl_ctime.h,v<BR>retrieving 
    revision 1.2<BR>diff -r1.2 vcl_ctime.h<BR>11c11<BR>&lt; #if 
    !VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS)<BR>---<BR>&gt; #if 
    !VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS) || 
    defined(VCL_SGI_CC_730)<BR>Index: 
    Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cmath.h,v<BR>retrieving 
    revision 1.3<BR>diff -r1.3 vcl_cmath.h<BR>4c4<BR>&lt; #if 
    defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CMATH) &amp;&amp; 
    !VCL_CXX_HAS_HEADER_CMATH)<BR>---<BR>&gt; //#if defined(VCL_SGI_CC_720) || 
    (defined(VCL_CXX_HAS_HEADER_CMATH) &amp;&amp; 
    !VCL_CXX_HAS_HEADER_CMATH)<BR>6c6<BR>&lt; <BR>---<BR>&gt; #error "inside 
    sgi/vcl_cmath.h"<BR>104,106c104,106<BR>&lt; #else // iso<BR>&lt; # include 
    "../iso/vcl_cmath.h"<BR>&lt; #endif<BR>---<BR>&gt; //#else // iso<BR>&gt; 
    //# include "../iso/vcl_cmath.h"<BR>&gt; //#endif<BR>Index: 
    Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_complex.txx,v<BR>retrieving 
    revision 1.1.1.1<BR>diff -r1.1.1.1 vcl_complex.txx<BR>0a1,2<BR>&gt; #error 
    "In vcl_complex.txx"<BR>&gt; <BR>Index: 
    Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h<BR>===================================================================<BR>RCS 
    file: 
    /insight/cvsroot/Insight/Code/Numerics/vxl/vcl/sgi/vcl_cstdlib.h,v<BR>retrieving 
    revision 1.1.1.2<BR>diff -r1.1.1.2 vcl_cstdlib.h<BR>5c5,7<BR>&lt; #if 
    defined(VCL_SGI_CC_720) || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) &amp;&amp; 
    !VCL_CXX_HAS_HEADER_CSTDLIB)<BR>---<BR>&gt; #if defined(VCL_SGI_CC_730) || 
    (defined(VCL_CXX_HAS_HEADER_CSTDLIB) &amp;&amp; 
    !VCL_CXX_HAS_HEADER_CSTDLIB)<BR>&gt; <BR>&gt; //#if defined(VCL_SGI_CC_720) 
    || (defined(VCL_CXX_HAS_HEADER_CSTDLIB) &amp;&amp; 
    !VCL_CXX_HAS_HEADER_CSTDLIB)<BR>&gt;From - Sat Nov 30 08:31:08 
    2002<BR>X-Mozilla-Status2: 00000000<BR>Return-Path: 
    &lt;kaspersen@mac.com&gt;<BR>Received: from mx4.biz.rr.com 
    ([192.168.200.29]) by 
    fep06.biz.rr.com<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with 
    ESMTP<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id 
    &lt;20021130103516.EBCE24403.fep06.biz.rr.com@mx4.biz.rr.com&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    for &lt;luis.ibanez@kitware.com&gt;; Sat, 30 Nov 2002 05:35:16 
    -0500<BR>Received: from smtpout.mac.com (A17-250-248-88.apple.com 
    [17.250.248.88])<BR><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>by 
    mx4.biz.rr.com (8.12.6/8.12.6) with ESMTP id 
    gAUAZFQm002325<BR><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>for 
    &lt;luis.ibanez@kitware.com&gt;; Sat, 30 Nov 2002 05:35:16 -0500 
    (EST)<BR>Received: from asmtp02.mac.com (asmtp02-qfe3 
    [10.13.10.66])<BR><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>by 
    smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id 
    gAUAZEiU016663<BR><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>for 
    &lt;luis.ibanez@kitware.com&gt;; Sat, 30 Nov 2002 02:35:15 -0800 
    (PST)<BR>Received: from mac.com ([129.241.242.50]) by 
    asmtp02.mac.com<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    (Netscape Messaging Server 4.15) with ESMTP id H6DXEP00.45O 
    for<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    &lt;luis.ibanez@kitware.com&gt;; Sat, 30 Nov 2002 02:35:13 -0800 <BR>Date: 
    Sat, 30 Nov 2002 11:35:14 +0100<BR>Mime-Version: 1.0 (Apple Message 
    framework v548)<BR>Content-Type: multipart/mixed; 
    boundary=Apple-Mail-28-215771916<BR>Subject: SGI compiling again !<BR>From: 
    Jon Harald Kaspersen &lt;kaspersen@mac.com&gt;<BR>To: Luis Ibanez 
    &lt;luis.ibanez@kitware.com&gt;<BR>Message-Id: 
    &lt;68F1C184-044F-11D7-A7AF-00039364CC7A@mac.com&gt;<BR>X-Mailer: Apple Mail 
    (2.548)<BR><BR>Hi Luis, <BR><BR>I got ITK to compile on my SGI system, with 
    some hacks.&nbsp; I followed the line I explained in my last mail.&nbsp; I 
    had to redefine some of the vcl functions.&nbsp; The procedure I followed 
    does very much like the one I followed when I was working with the 
    CodeWarrior port.&nbsp; Anyway, if you are interested, I have attached the 
    result of a cvs diff betweeen the cvs ITK version and the "hacked" sgi 
    version. <BR><BR>Have a nice weekend. <BR>Regards <BR>Jon 
    <BR><BR>&lt;br&gt;<BR>&lt;br&gt;<BR><BR><FONT 
    face="Helvetica, Helvetica">======================================================== 
    <BR>Jon Harald 
    Kaspersen<X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>Tel: 
    <X-TAB>&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>+47 
    73 59 75 89 <BR>Ph.D. Mechanical 
    Engineering<X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>Mob:<X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>+47 
    93 03 65 90 <BR>Senior 
    Scientist<X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>Pager<X-TAB>&nbsp;&nbsp;&nbsp;</X-TAB>+47 
    96 84 29 94 <BR>SINTEF Unimed - 
    Ultralyd<X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>Fax: 
    <X-TAB>&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>+47 
    73 59 78 73 <BR>N-7465 Trondheim 
    <BR>NORWAY<X-TAB>&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>e-mail:<X-TAB>&nbsp;</X-TAB>Jon.H.Kaspersen@unimed.sintef.no 
    <BR><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB>WEB:<X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;</X-TAB></FONT><A 
    href="http://www.us.unimed.sintef.no/"><FONT face="Helvetica, Helvetica" 
    color=#1a1aff><U>http://www.us.unimed.sintef.no/</A></U></FONT><FONT 
    face="Helvetica, Helvetica"> 
    <BR>========================================================</FONT> 
    <BR>&lt;br&gt;<BR>&lt;/blockquote&gt;&lt;/x-html&gt; 
</BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C29BAA.A821E1D4--