View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002681VTK(No Category)public2006-01-05 07:342016-08-12 09:54
ReporterTim Peeters 
Assigned ToWill Schroeder 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002681: does not compile on freebsd 6.0-release
Descriptionin FBSD6 (perhaps earlier?), malloc.h is depricated:

/* $FreeBSD: src/include/malloc.h,v 1.5 2001/11/07 23:14:31 obrien Exp $ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif

malloc.h is included in vtkVRMLImporter.cxx for all systems except apple.

Included patch fixes this by adding an #ifndef __FreeBSD__.

I don't use vtkVRMLImporter so I haven't tested it, and I also did not compile it (yet) on other operating systems. But the fix seems quite simple.
TagsNo tags attached.
Project
Type
Attached Filespatch file icon vtkVRMLImporter.cxx.patch [^] (486 bytes) 1969-12-31 19:00 [Show Content]

 Relationships

  Notes
(0036817)
Kitware Robot (administrator)
2016-08-12 09:54

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036817
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team