[vtk-developers] bug 8513, updating freetype; need Windows dev to help

pat marion pat.marion at kitware.com
Tue Mar 2 16:14:02 EST 2010


Hi Sean,

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>.

Pat

On Mon, Jan 11, 2010 at 1:13 PM, Sean McBride <sean at rogue-research.com>wrote:

> Hi all,
>
> I believe I have now fixed all the compiler warnings since I changed
> freetype last month.  Except one:
>
> warning C4306: 'type cast' : conversion from 'int' to 'FT_UShort *' of
> greater size
>
> because of:
>
> #define ALL_POINTS  (FT_UShort*)( -1 )
>
> I think I'll #pragma disable this warning (several are already), but I
> thought I'd ask here if anyone has a solution.
>
> The source file is here:
> <http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/vtkfreetype/src/
> truetype/ttgxvar.c?view=markup<http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/vtkfreetype/src/%0Atruetype/ttgxvar.c?view=markup>
> >
>
> Thanks,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100302/46b2982b/attachment.html>


More information about the vtk-developers mailing list