View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006255VTK(No Category)public2008-01-17 13:152008-06-03 14:51
Reporterandy s 
Assigned ToSean McBride 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006255: VTK fails to build on OSX Leopard
DescriptionVTK fails to build on OS 10.5 because the compiler is stricter on type checking,

In vtkCocoaRenderWindow.mm, there are several instances where a long is passed to aNSOpenGLPixelFormat which expect a GLint.

All instances of long (I changed 3 or 4) need to be changed to a GLint in order to compile properly on OS 10.5.
TagsNo tags attached.
Project
Type
Attached Filestxt file icon diff.txt [^] (123 bytes) 2008-01-19 14:10 [Show Content]

 Relationships

  Notes
(0010200)
andy s (reporter)
2008-01-19 14:11

attached is a diff
(0010211)
Sean McBride (developer)
2008-01-22 10:25

This was fixed about 1/2 a year ago in CVS. Are you talking about VTK 5.0.3? If so, don't bother with it on 10.5, use CVS.
(0010213)
Sean McBride (developer)
2008-01-22 10:33

BTW, its not because "the compiler is stricter on type checking", it's because Apple changed their headers. If you build against the 10.4 SDK, you won't have any problem.

 Issue History
Date Modified Username Field Change
2008-01-17 13:15 andy s New Issue
2008-01-19 14:10 andy s File Added: diff.txt
2008-01-19 14:11 andy s Note Added: 0010200
2008-01-22 10:25 Sean McBride Note Added: 0010211
2008-01-22 10:32 Sean McBride Assigned To => Sean McBride
2008-01-22 10:32 Sean McBride Status backlog => tabled
2008-01-22 10:33 Sean McBride Note Added: 0010213
2008-01-22 10:33 Sean McBride Status tabled => @80@
2008-01-22 10:33 Sean McBride Resolution open => fixed
2008-06-03 14:51 Sean McBride Status @80@ => closed
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team