operator << 가
error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available
이런 에러를 내 뿜을때..
에서 -mmacosx-version-min=10.5
의 10.5를 10.7로 고쳐주면 해결!!!
반응형
'Programming' 카테고리의 다른 글
MATLAB에서 socket 통신 (0) | 2014.02.27 |
---|---|
matlab, nargin, nargout 주의점. (0) | 2014.01.22 |
matlab read and play wav files (2) | 2013.02.14 |
VTK in c++ undefined reference to ~~~~ 라이브러리를 찾지 못할때. (0) | 2012.08.09 |
리눅스 C 에서 파일 다루기 (0) | 2012.05.03 |