new snapshot (ss-20021118), etc

Ralf Corsepius corsepiu at faw.uni-ulm.de
Wed Nov 20 16:37:22 UTC 2002


Am Mit, 2002-11-20 um 16.15 schrieb Jerry Needell:
> Joel Sherrill wrote:
> > 
> > Finally there were some problems with the Makefiles in the
> > example programs so there is a new set of examples.  The 
> > two C++ examples appear to have obsolete C++ in them.  If
> > someone C++ knowledgeable could look into those, it would
> > be appreciated.
> 
> 
> the examples filerdback and repeated_opens include a header file 
> memory.h. This file does not appear to exist on my sparc/erc32 build.
Memory.h is a BSD-ism. It should not be used in any POSIX-compliant
code.

=> Try again with the #include <memory.h> lines removed.

If the examples still do not compile try replacing the 
#include <memory.h> 
lines with 
#include <string.h>
(memory.h's POSIX counterpart)

> I have not delved too far into this.
RTEMS installs memory.h is if the BSD-networking stack is enabled.

Ralf





More information about the users mailing list