[vtkusers] obsolete <malloc.h> at vtkVRMLImporter.cxx:495
Mykola Khotyaintsev
ko at anna.irfu.se
Tue Mar 25 08:30:18 EST 2003
Dear VTK-developers!
The build of vtkVRMLImporter.cxx on FreeBSD-5.0 with gcc 3.2.1 fails due
to obsolete <malloc.h>.
vtkVRMLImporter.cxx contains an '#include <malloc.h>' on the line 495.
The <malloc.h> header has been obsoleted by the <stdlib.h> header for the
malloc(3) and free(3) functions, as per the ISO/IEC 9899:1990 ("ISO C89")
standard.
Will you simply remove that line?
Regards,
Mykola
More information about the vtkusers
mailing list