Changes between Version 1 and Version 2 of Ticket #47754, comment 6


Ignore:
Timestamp:
May 26, 2015, 2:23:30 PM (9 years ago)
Author:
BSeppke (Benjamin Seppke)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47754, comment 6

    v1 v2  
    33The error of this subject is more or less a clang error. The symbol is just not defined in the libc++ of clang++. Thus, we get the compiler/linker error during the compilation of the module. The (forced) setting to -stdlib=libstc++ temporary solves *this* issue, but hinders other things like the boost::python bindings to compile.
    44
    5 When using the LLVWM c/c++ compiler the error does not arise, since all symbols are defined here. And this is also the reason, why I was able to compile the vigra in my previous posting here. I tried it using this one:
     5When using the LLVM c/c++ compiler the error does not arise, since all symbols are defined here. And this is also the reason, why I was able to compile the vigra in my previous posting here. I tried it using this one:
    66
    77Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)