patchDDD - Patches: patch #8178, Fix build failure on OSX 10.9 DP6

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8178: Fix build failure on OSX 10.9 DP6

Submitter:  gongqijian <gongqj>
Submitted:  Thu 12 Sep 2013 06:24:03 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Works For Me Privacy:  Public
Assigned to:  eickeler Open/Closed:  Closed

Thu 12 Sep 2013 06:24:03 AM UTC, original submission:  

$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.1.74) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix

$ make
VSLDefList.C:63:61: error: use of overloaded operator '+' is ambiguous (with operand types 'string' and 'std::ostringstream' (aka 'basic_ostringstream<char>'))
        VSLLib::eval_error("no suiting definition for " + f_name() + s);
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
./strclass.h:1379:15: note: candidate function
inline string operator + (const string& x, const string& y)
              ^
./strclass.h:1399:15: note: candidate function
inline string operator + (const string& x, char y)
              ^
1 error generated.
make[2]: * [VSLDefList.o] Error 1
make[1]: * [all] Error 2
make: * [all-recursive] Error 1

gongqijian <gongqj>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #29114:  VSLDefList.C.svn.patch added by gongqj (418B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by eickeler (Updated the item)
  • -email is unavailable- added by gongqj (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-08-03 eickeler Open/ClosedOpen Closed
    2021-01-25 eickeler StatusNone Works For Me
    2021-01-24 eickeler Assigned toNone eickeler
    2013-09-12 gongqj Attached File- Added VSLDefList.C.svn.patch, #29114

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code