freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

notes on compiling for gcc-2.96-RH (and small bug?)


From: Garnet Kin-Lic Chan
Subject: notes on compiling for gcc-2.96-RH (and small bug?)
Date: Wed, 17 Jul 2002 00:00:16 -0700 (PDT)


I've found that I need to make a few changes to compile
for this version of gcc, one of
which is due to a small bug I believe.

choose arch LINUXgcc
in /lib/$ARCH/PoomaConfiguration.h,
#define POOMA_MISSING_IO_MANIPS POOMA_YES
#define POOMA_NO_STD_IOSBASE POOMA_YES

in src/$ARCH/IO/DiskLayout.cmp.cpp, change #include <ios> to #include
<iostream>

in src/$ARCH/IO/DiskLayout.h there is no #include <string> (I believe this
is an error). Add this to the header.

in src/Tiny/Vector.h, change #include <ios> to #include
<iostream>.

Garnet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]