[Insight-developers] Wrapping warning

Miller, James V (Research) millerjv at crd . ge . com
Wed, 9 Jul 2003 08:39:21 -0400


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_01C34616.81A7C395
Content-Type: text/plain;
	charset="iso-8859-1"

It looks like the generated wrap_ITKTransformsPython.cxx file is getting a
little big.  The wrap_ITKTransforms.cxx file instantiates every type of
transformation.   This expanded into a single file of bindings.  The .NET
compiler emits a warning that the number of lines in the file is greater
than 16 bits.

wrap_ITKTransformsPython.cxx(66944) : warning C4049: compiler limit :
terminating line number emission

Compiler limit for line number is 65535

While this is only a warning, I suspect that somewhere down the line some
compiler is not going to like files that have that many lines.  Should we
break this up into several files?

Jim Miller 
_____________________________________
Visualization & Computer Vision
GE Research
Bldg. KW, Room C218B
P.O. Box 8, Schenectady NY 12301

millerjv at research . ge . com <mailto:millerjv at research . ge . com> 

james . miller at research . ge . com
(518) 387-4005, Dial Comm: 8*833-4005, 
Cell: (518) 505-7065, Fax: (518) 387-6981 

 

------_=_NextPart_001_01C34616.81A7C395
Content-Type: text/html;
	charset="iso-8859-1"

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


<META content="MSHTML 6.00.2800.1141" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT size=2><FONT size=1>
<P><SPAN class=706563412-09072003><FONT size=2>It looks like the generated 
wrap_ITKTransformsPython.cxx file is getting a little big.&nbsp; The 
wrap_ITKTransforms.cxx file instantiates every type of 
transformation.&nbsp;&nbsp; This expanded into a single file of bindings.&nbsp; 
The .NET compiler emits a warning that the number of lines in the file is 
greater than 16 bits.</FONT></SPAN></P>
<P>wrap_ITKTransformsPython.cxx(66944) : warning C4049: compiler limit : 
terminating line number emission</P>
<P>Compiler limit for line number is 65535</P>
<P><SPAN class=706563412-09072003><FONT size=2>While this is only a warning, I 
suspect that somewhere down the line some compiler is not going to like files 
that have that many lines.&nbsp; Should we break this up into several 
files?</FONT></SPAN></P></FONT></FONT></DIV>
<DIV>
<P style="MARGIN: 0in 0in 0pt"><B><SPAN 
style="COLOR: navy; FONT-FAMILY: 'Comic Sans MS'">Jim Miller</SPAN></B> 
<BR><B><I><SPAN 
style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial">_____________________________________</SPAN></I></B><BR><EM><SPAN 
style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Arial">Visualization &amp; 
Computer Vision</SPAN></EM><I><SPAN 
style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Arial"><BR><EM>GE 
Research</EM><BR><EM>Bldg. KW, Room C218B</EM><BR><EM>P.O. Box 8, Schenectady NY 
12301</EM><BR><BR></SPAN></I><EM><U><SPAN 
style="FONT-SIZE: 7.5pt; COLOR: blue"><A 
href="mailto:millerjv at research . ge . com">millerjv at research . ge . com</A></SPAN></U></EM></P>
<P style="MARGIN: 0in 0in 0pt"><EM><U><SPAN 
style="FONT-SIZE: 7.5pt; COLOR: blue">james . miller at research . ge . com</SPAN></U></EM><BR><I><SPAN 
style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Arial">(518) 387-4005, Dial 
Comm: 8*833-4005, </SPAN></I><BR><I><SPAN 
style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Arial">Cell: (518) 505-7065, 
Fax: (518) 387-6981</SPAN></I> </P></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------_=_NextPart_001_01C34616.81A7C395--