From: <no...@so...> - 2002-08-30 17:27:30
|
Bugs item #602543, was opened at 2002-08-30 10:27 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=602543&group_id=5523 Category: Compilation Problem Group: SableVM Status: Open Resolution: None Priority: 5 Submitted By: Archie Cobbs (archiecobbs) Assigned to: Nobody/Anonymous (nobody) Summary: #include <malloc.h> is a Linux-ism Initial Comment: Please wrap instances of #include <malloc.h> within #ifdef HAVE_MALLOC_H . There are two instances in the sablevm-native-library tarball. <malloc.h> is a Linux-specific thing. All the world does not use Linux, sorry :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=602543&group_id=5523 |