This is my first question in stackoverflow. I am trying to be specific.
I was trying to install opencv on my mac and I found Installing openCV 2.4.2 on Mac OS X 10.9 (Mavericks). According to the answer, I tried "sudo port install opencv" after installing macports.
But I got the following message: Error: Unable to open port: can't set "compiler.blacklist": couldn't determine build number of compiler "llvm-gcc-4.2"
I think it has something to do with gcc and clang, but I'm not sure how it works. I installed Xcode5 as well as the command line tool.
simicah:~$ 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.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix
Could you help me fix this and explain why I encountered that error? Thanks.