ddd
[Top][All Lists]
Advanced

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

Re: Problems Compiling DDD


From: Andrew Gaylard
Subject: Re: Problems Compiling DDD
Date: Tue, 02 Aug 2005 14:57:04 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114

Djamel Boudjerda wrote:
Greetings,

I am having problems trying to build DDD version 3.3.11 on Solaris 8.

Configure runs fine but when I type make I get a lot of errors relating to standard g++ header files. Here is a sample of the errors:

   In file included from /usr/local/include/g++-v3/fstream:48,

                   from ddd.h:33,

                   from ddd.C:135:

/usr/local/include/g++-v3/bits/basic_file.h:52: parse error before `{' token

/usr/local/include/g++-v3/bits/basic_file.h:57: virtual outside class declaration

/usr/local/include/g++-v3/bits/basic_file.h:57: function `int std::overflow(int = -1)' is initialized like a variable

/usr/local/include/g++-v3/bits/basic_file.h:60: virtual outside class declaration

/usr/local/include/g++-v3/bits/basic_file.h:60: function `int std::underflow()' is initialized like a variable

/usr/local/include/g++-v3/bits/basic_file.h:63: virtual outside class declaration

/usr/local/include/g++-v3/bits/basic_file.h:63: function `int std::uflow()' is initialized like a variable

/usr/local/include/g++-v3/bits/basic_file.h:66: virtual outside class Declaration

  …….

My environment is:

    SunOS 5.8

    GNU make 3.79.1

    Gcc 3.1

    LessTif 0.94.4

    Ddd 3.3.11

This is an error in GCC's header files; it isn't a DDD problem per se.
It looks like you need to reinstall gcc (and 3.1 is too old anyway).

Andrew.





reply via email to

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