MantisBT - VTK
View Issue Details
0014645VTK(No Category)public2014-03-21 11:412014-10-01 13:20
kentwilliams 
Sean McBride 
highminorhave not tried
closedunable to reproduce 
6.0.0 
 
TBD
usability
0014645: Compiler error in VTK/ThirdParty/freetype/vtkfreetype/builds/unix/ftsystem.c
OS X 10.9.2
XCode 5.1
Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix

Apparently the preprocessor symbol HAVE_FCNTL_H is not getting propogated down into ftsystem.c when it is compiled.

/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/freetype/vtkfreetype/builds/unix/ftsystem.c:241:32: error:
      use of undeclared identifier 'O_RDONLY'
    file = open( filepathname, O_RDONLY );
                               ^
1 error generated.
No tags attached.
txt CMakeCache.txt (200,312) 2014-03-21 11:41
https://www.vtk.org/Bug/file/9629/CMakeCache.txt
Issue History
2014-03-21 11:41kentwilliamsNew Issue
2014-03-21 11:41kentwilliamsFile Added: CMakeCache.txt
2014-03-21 12:01Sean McBrideAssigned To => Sean McBride
2014-03-21 12:01Sean McBrideStatusbacklog => tabled
2014-10-01 09:38Sean McBrideNote Added: 0033388
2014-10-01 09:38Sean McBrideTag Attached: hackaton
2014-10-01 12:40Berk GeveciStatustabled => backlog
2014-10-01 13:18kentwilliamsNote Added: 0033397
2014-10-01 13:19Sean McBrideStatusbacklog => closed
2014-10-01 13:19Sean McBrideResolutionopen => unable to reproduce
2014-10-01 13:20Sean McBrideTag Detached: hackaton

Notes
(0033388)
Sean McBride   
2014-10-01 09:38   
kent, what happened with this issue?

Was it an error on your side? Can we close this?
(0033397)
kentwilliams   
2014-10-01 13:18   
I haven't run into it again. I don't know if something changed in VTK, but I don't have this problem with current builds.