View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0006255 | VTK | (No Category) | public | 2008-01-17 13:15 | 2008-06-03 14:51 | ||||
Reporter | andy s | ||||||||
Assigned To | Sean McBride | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0006255: VTK fails to build on OSX Leopard | ||||||||
Description | VTK 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. | ||||||||
Tags | No tags attached. | ||||||||
Project | |||||||||
Type | |||||||||
Attached Files | ![]() | ||||||||
Relationships | |
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. |
Notes |
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) |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |