bug-ddd
[Top][All Lists]
Advanced

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

Re: Building DDD-3.2.95 on HP-UX 11.00


From: Lutz Jaenicke
Subject: Re: Building DDD-3.2.95 on HP-UX 11.00
Date: Sat, 13 Jan 2001 16:07:09 +0100
User-agent: Mutt/1.2.5i

On Sat, Jan 13, 2001 at 04:58:11PM +0200, Andrew Gaylard wrote:
> Hello,
> 
> I'm unable to build DDD-3.2.95 on HP-UX 11.00.
> A log of my build process is attached -- I hope it helps.
...

> aCC -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I/usr/local/include     -DNDEBUG -g   
> -c SourceView.C
> Error 366: "SourceView.C", line 2885 # Cannot have two initializers for a 
> default argument.
>     void SourceView::refresh_code_bp_disp(bool reset = false)
>                      ^^^^^^^^^^^^^^^^^^^^                    

This bug was already reported for SGI (and HP, if I remember correctly)
in the last days. The fix is to remove the initialization:
  void SourceView::refresh_code_bp_disp(bool reset)

Besides this problem, DDD builds fine with HP's compilers. I run it this
way on 10.20, there is a corresponding hint in the PROBLEMs section.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             Lutz.Jaenicke@aet.TU-Cottbus.DE
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153



reply via email to

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