Re: Re: installation help

Sumit Jain <[email protected]> Mon, 1 Sep 2003 23:38:50 -0400 (EDT)
Newsgroups gmane.comp.compilers.suif.bugs
Message-ID <Pine.GSO.4.53.0309012327250.5057@compserv1>
Hi

I am using Red Hat Linux 9 (2.4.20) and gcc is 3.2.2
I haven't applied any patches to basesuif package.
The compiler command that gives rise to error in step 4 is g++.
some part of actual msg printed which leads to first error is as follows:

-------------------------------------------------------------
gmake[2]: Entering directory `/root/hcos/nci/suif/suif2b/common'
/usr/bin/g++ -DLONG_LONG_ALLOWED -c -o i_integer.o  -Wall \
-g  -I. -I/root/hcos/nci/include -I/root/hcos/nci/include  \
"-DSUIF_MODULE=\"common\"" i_integer.cpp
In file included from /usr/include/c++/3.2.2/backward/iostream.h:31,
                 from i_integer.cpp:35:
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2: warning: #warning
This file includes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the C++
standard. Examples include substituting the <X> header for the <X.h>
header for C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
i_integer.cpp: In member function `void IInteger::write(ostream*, int)
const':
i_integer.cpp:813: no match for `ostream& << char*&' operator
i_integer.cpp: In member function `void IInteger::read(istream*, int)':


------------------------------------------------------------------

If you can guess what the error can be, then please let me know.

thanks,
Sumit

On Thu, 28 Aug 2003, Glenn Holloway wrote:

> Sumit Jain writes:
>
> > I am trying to install suif2 on linux machine. I followed the instruction
> > given in README. I did followinf steps:
> >
> > 1. /bin/sh install
> > 2. source nci_setup.sh
> > 3. make setup
> > 4. make
> >
> > in the 4th step when it is building the whole system, it gives error at
> > many places like file not found and hence can not install the package
> > successfully. Though few components are installed and work too.
> > One of the error about file not found is
> > basicnodes/basic.h file not found
> > similarly lot of such errors.
>
> Please tell us what versions of Linux and GCC you're using.
> Have you applied any patches to the source tree of the
> basesuif-2.2.0-4 package?
>
> In the transcript resulting from step 4, what is the compilation
> command (invocation of GCC or G++) that gives rise to the first
> hard error, and what else does the compiler print leading up to
> that first error message?
>
> Glenn
>
>