Hi Experts,
I already installed command line tools on XCode 5.0.2 but I have this error(*) using this configuration on Macbook Pro.
sudo ./configure macosx64 --enable-python
–with-python-incdir=/System/Library/Frameworks/Python.framework/Headers
–with-python-libdir=/usr/bin/python --enable-tmva
and GCC version is here:
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
Please, could you clarify this point for me?
Thanks again,
Sandro Fonseca
UERJ/Brazil
()
cint/cint/src/symbols.cxx:235:22: error: reference to ‘hash’ is ambiguous
fClassHash = hash(classname.c_str());
^
cint/cint/src/symbols.cxx:43:22: note: candidate found by name lookup is ‘hash’
inline unsigned long hash(const char str)
^
/Library/Developer/CommandLineTools/usr/bin/…/lib/c++/v1/memory:3081:29: note: candidate found by name lookup is ‘std::__1::hash’
template struct hash;
^
cint/cint/src/symbols.cxx:239:22: error: reference to ‘hash’ is ambiguous
fClassHash = hash(demanstr);
^
cint/cint/src/symbols.cxx:43:22: note: candidate found by name lookup is ‘hash’
inline unsigned long hash(const char* str)
^
/Library/Developer/CommandLineTools/usr/bin/…/lib/c++/v1/memory:3081:29: note: candidate found by name lookup is ‘std::__1::hash’
template struct hash;
^
cint/cint/src/symbols.cxx:268:20: warning: multiple unsequenced modifications to ‘cline’ [-Wunsequenced]
cline = cline++;
~ ^
cint/cint/src/symbols.cxx:364:14: error: reference to ‘hash’ is ambiguous
return hash(fLibname);
^
cint/cint/src/symbols.cxx:43:22: note: candidate found by name lookup is ‘hash’
inline unsigned long hash(const char* str)
^
/Library/Developer/CommandLineTools/usr/bin/…/lib/c++/v1/memory:3081:29: note: candidate found by name lookup is ‘std::__1::hash’
/Library/Developer/CommandLineTools/usr/bin/…/lib/c++/v1/memory:3081:29: note: candidate found by name lookup is ‘std::__1::hash’
template struct hash;
^
cint/cint/src/symbols.cxx:879:30: error: reference to ‘hash’ is ambiguous
if ((symbol->fClassHash==hash(“std”) && classstr==“std”) && protostr.at(0)==’_’){
^
cint/cint/src/symbols.cxx:43:22: note: candidate found by name lookup is ‘hash’
inline unsigned long hash(const char* str)
^
/Library/Developer/CommandLineTools/usr/bin/…/lib/c++/v1/memory:3081:29: note: candidate found by name lookup is ‘std::__1::hash’
template struct hash;
^
config.txt (7.17 KB)