Skip to content

Instantly share code, notes, and snippets.

@yoneken
Created August 18, 2012 02:42
Show Gist options
  • Save yoneken/3384044 to your computer and use it in GitHub Desktop.
Save yoneken/3384044 to your computer and use it in GitHub Desktop.
This is an error message of building OpenRTM-aist on Mac OSX 10.8 (Mountain Lion).
1983 :info:build In file included from ConfigSample.cpp:10:
1984 :info:build In file included from ./ConfigSample.h:14:
1985 :info:build In file included from ../../src/lib/rtm/Manager.h:36:
1986 :info:build In file included from ../../src/lib/rtm/SystemLogger.h:29:
1987 :info:build ../../src/lib/coil/include/coil/stringutil.h:571:12: error: call to function 'operator>>' that is neither visible in the template definition nor found by argument-dependent lookup
1988 :info:build if ((s >> val).fail()) { return false; }
1989 :info:build ^
1990 :info:build ../../src/lib/rtm/RTObject.h:2246:49: note: in instantiation of function template specialization 'coil::stringTo<std::vector<double, std::allocator<double>> >' requested here
1991 :info:build bool (*trans)(VarType&, const char*) = c oil::stringTo)
1992 :info:build ^
1993 :info:build ./VectorConvert.h:10:15: note: 'operator>>' should be declared prior to the call site or in namespace '__gnu_cxx'
1994 :info:build std::istream& operator>>(std::istream& is, std::vector<T>& v)
1995 :info:build ^
1996 :info:build 1 warning and 1 error generated.
1997 :info:build make[2]: *** [ConfigSample.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment