[vtkusers] Error compiling Koenig's VtkQt solution with latest CVS [SOLVED]
Matt Schmiermund
matt at plasticflow.com
Mon Jun 20 15:09:39 EDT 2005
I made a mistake here. I didn't change the source
directory in CMake, so I rebuilt an older version of
vtk, but I copied the .h files from the new source
code to create an include directory and things just
didn't match up.
-Matt
--- Matt Schmiermund <matt at plasticflow.com> wrote:
> I got the latest version of vtk from cvs this
> morning
> and I am now trying to compile Koenig's vtkqt
> solution
> and I am getting an error I haven't seen with
> previous
> versions.
>
> vtkQtRenderWindow.cpp:
> Fatal F1003 C:\vtk\include\vtkType.h 194: Error
> directive: "No native data type
> can represent a 64-bit integer."
> *** 1 errors in Compile ***
>
> In the file vtkType.h:
>
> 191 # define VTK_TYPE_UINT64 VTK_UNSIGNED___INT64
> 192 # define VTK_TYPE_INT64 VTK___INT64
> 193 #else
> 194 # error "No native data type can represent a
> 64-bit integer."
> 195 #endif
>
> If anyone knows why this error occurs and/or how I
> can
> fix it I would greatly appreciate the help.
>
> -Matt
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list