Hi Sean,<br><br>Compiling with the Portland Group compiler (pgi) I get an error in ttgxvar.c with your most recent change to that file.  UINTPTR_MAX is not defined unless I add #include <stdint.h>.<br><br>Pat<br><br>
<div class="gmail_quote">On Mon, Jan 11, 2010 at 1:13 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
I believe I have now fixed all the compiler warnings since I changed<br>
freetype last month.  Except one:<br>
<br>
warning C4306: 'type cast' : conversion from 'int' to 'FT_UShort *' of<br>
greater size<br>
<br>
because of:<br>
<br>
#define ALL_POINTS  (FT_UShort*)( -1 )<br>
<br>
I think I'll #pragma disable this warning (several are already), but I<br>
thought I'd ask here if anyone has a solution.<br>
<br>
The source file is here:<br>
<<a href="http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/vtkfreetype/src/%0Atruetype/ttgxvar.c?view=markup" target="_blank">http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/vtkfreetype/src/<br>
truetype/ttgxvar.c?view=markup</a>><br>
<br>
Thanks,<br>
<div><div></div><div class="h5"><br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br>