Changes between Initial Version and Version 1 of Ticket #42800


Ignore:
Timestamp:
Mar 11, 2014, 2:26:16 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the main.log file.

Also, please report the problem to the developers of ddd so they can fix it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42800

    • Property Port ddd added
  • Ticket #42800 – Description

    initial v1  
    11Hi, I am running MacOS 10.9.2 Mavericks and just upgraded to XCode 5.1. I completely wiped out and re-installed MacPorts from scratch. All went well except for the rebuild of ddd, which failed with compile errors. All was OK up to this point:
    22
     3{{{
    34/usr/bin/clang++ -DHAVE_CONFIG_H -I.  -I./..  -I/opt/local/include  -Os  -Wall -W -Wwrite-strings -pipe -arch x86_64 -trigraphs  -MT cwd.o -MD -MP -MF .deps/cwd.Tpo -c -o cwd.o cwd.C
    4 
    55In file included from cook.C:36:
    6 
    76In file included from ./cook.h:31:
    8 
    97./strclass.h:813:19: error: friend declaration specifying a default argument must be a definition
    10 
    118    friend string common_prefix(const string& x, const string& y,
    12 
    139./strclass.h:815:19: error: friend declaration specifying a default argument must be a definition
    14 
    1510    friend string common_suffix(const string& x, const string& y
    16 
    1711./strclass.h:866:16: error: friend declaration specifying a default argument must be a definition
    18 
    1912    friend int readline(std::istream& s, string& x,
    2013
    21 
    22143 errors generated.
    23 
    2415make[2]: * [cook.o] Error 1
    25 
     16}}}