Closed chrisportela closed 9 years ago
My gcc and g++ version info
cp at Chriss-MacBook-Pro in ~/Code/frontend/src/node_modules (master●)
$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
cp at Chriss-MacBook-Pro in ~/Code/frontend/src/node_modules (master●)
$ g++ --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
Not seeing a version so maybe I'm not using GCC. I'm gonna try to ensure GCC is installed/updated and retry. In previous version this worked, although I saw an issue where you said this was more important now.
Didn't realize I needed to git submodule ...
. Everything works.
There is no debug log when I checked.