Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-26734

std::iostream errors with Mountain Lion

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 4.8.1, 4.8.4
    • None
    • Mountain Lion

    Description

      When compiling on Mountain Lion some std::iostream errors occur. A sample is below. This happens with gcc not clang. Initially I thought it was a change of compatibility in the version of gcc that ships with Xcode. But in a forum someone suggested changing the -mmacosx-version-min from 10.5 to 10.7 resolved the issue.

      ../CalcolatriceSensibile/mainTest.cpp: In 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>]’:
      ../CalcolatriceSensibile/mainTest.cpp:16: instantiated from here
      ../CalcolatriceSensibile/mainTest.cpp:16: 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
      ../CalcolatriceSensibile/mainTest.cpp: In 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>]’:
      ../CalcolatriceSensibile/mainTest.cpp:16: instantiated from here
      ../CalcolatriceSensibile/mainTest.cpp:16: 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
      ../CalcolatriceSensibile/mainTest.cpp: In 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>]’:
      ../CalcolatriceSensibile/mainTest.cpp:16: instantiated from here
      ../CalcolatriceSensibile/mainTest.cpp:16: 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
      make: *** [mainTest.o] Error 1
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thiago Thiago Macieira
            gosuperninja Tyler Conant
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes