MantisBT - VTK | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0015535 | VTK | (No Category) | public | 2015-06-11 13:21 | 2016-07-06 11:21 | |||||
Reporter | dkuegler | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | 6.0.0 | |||||||||
Target Version | Fixed in Version | |||||||||
Project | TBD | |||||||||
Type | incorrect functionality | |||||||||
Summary | 0015535: Visual Studio 2015 Compilation Errors | |||||||||
Description | Similar to 0015534 I encountered the error Severity Code Description Project File Line Error C2375 'lfind': redefinition; different linkage vtktiff C:\Program Files (x86)\Windows Kits\10\Include\10.0.10056.0\ucrt\corecrt_search.h 191 From tiffiop.h of Project vtktiff (ThirdParty/tiff/vtktiff/) #ifdef HAVE_SEARCH_H # include <search.h> #else extern void *lfind(const void *, const void *, size_t *, size_t, int (*)(const void *, const void *)); #endif Solution according to the header of corecrt_search.h: Define HAVE_SEARCH_H Why is this an issue? Because search.h included through stdlib.h before. This would be the only reference to HAVE_SEARCH_H, that I could find. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2015-06-11 13:21 | dkuegler | New Issue | ||||||||
2015-06-11 13:48 | dkuegler | Note Added: 0034537 | ||||||||
2015-07-08 05:48 | dkuegler | Note Added: 0034690 | ||||||||
2015-08-28 08:28 | T.J. Corona | Relationship added | related to 0015534 | |||||||
2016-07-06 11:21 | Sean McBride | Note Added: 0036177 | ||||||||
2016-07-06 11:21 | Sean McBride | Status | backlog => closed | |||||||
2016-07-06 11:21 | Sean McBride | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|