Hi Vlad,

I got this problem moths ago trying to install dx-4.2.0 on a Red Hat 8.0
with gcc 3.2. Some people suggest me to use a minor version of gcc.
But I solved the problem modifying the file: dx/include/dxconfig.h.
Looking at dxconfig.h I realized that the variable HAVE_STRSTREAM_H was
not defined (at line 397 approx). Then, I had to write
#define HAVE_STRSTREAM_H. In this way, strstream.h header was included.
Some other similar errors was solved in this way. Actually my DX instalation
is running well.

I hope this help you

Best regards,
                                  .--.
  Luis M. de la Cruz S.          |o_o | PhD. Candidate, IIMAS, UNAM
  C?mputo Aplicado,              |:_/ |          Linux User: 195159
  DGSCA, UNAM, M?xico           //   \ \
  Tel. 562-26774               (|     | )      ?L'art c'est l'azur!
  http://www.mcc.unam.mx/~lmd /'\_   _/`\              Victor Hugo
                              \___)=(___/

On Tue, 28 Jan 2003, Vlad Cojocaru wrote:

> Dear opendx users,
>   I am trying to use opendx on SuSE 8.1 Linux
> After I give: ./configure.csh --prefix=/home/dx and "make"
> I receive the following error:
> Could somebody help me to fix this problem???
> Thanks alot,
> vlad
>
>
> In file included from /usr/include/g++/backward/iostream.h:31,
>                 from GARApplication.h:19,
>                 from GARCommand.C:23:
> /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
> This file i                           ncludes 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 includ                           e 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 -W
> no-deprecated.
> GARCommand.C: In member function `virtual boolean
>   GARCommand::doIt(CommandInterface*)':
> GARCommand.C:53: `strstream' undeclared (first use this function)
> GARCommand.C:53: (Each undeclared identifier is reported only once for each
>   function it appears in.)
> GARCommand.C:53: parse error before `;' token
> GARCommand.C:80: `tmpstr' undeclared (first use this function)
> make[3]: *** [GARCommand.o] Error 1
> make[3]: Leaving directory
> `/home/vcojoca/Software/dx-4.2.0/src/uipp/prompter'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/vcojoca/Software/dx-4.2.0/src/uipp'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/vcojoca/Software/dx-4.2.0/src'
> make: *** [all-recursive] Error 1
>
> --
> Vlad Cojocaru
> Max Planck Institute for Biophysical Chemistry
> Department: 060
> Am Fassberg 11, 37077 Goettingen, Germany
> tel: ++49-551-201.1327
> e-mail: [EMAIL PROTECTED]
> home tel: ++49-551-9963204
>
>
>
>

Reply via email to