No, sorry for the mess. Everything is well with the toolchain the problem is in clang that it cannot find '__to_xstring' in mingw headers which I include in completion config.
On 10/26/2013 2:38 PM, niXman wrote: > CanisMajorWuff писал 2013-10-26 16:33: >> Hello, >> >> I have problems using clang complete in vim because of the following >> errors from MinGW headers: >> >> 'D:\Software\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\lib\gcc\x86_64-w64-mingw32\4.7.3\include\c++\bits/basic_string.h|2869 >> col 12 error| no matching function for call to '__to_xstring' >> D:\Software\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\lib\gcc\x86_64-w64-mingw32\4.7.3\include\c++\bits/basic_string.h|2875 >> col 12 error| no matching function for call to '__to_xstring' >> D:\Software\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\lib\gcc\x86_64-w64-mingw32\4.7.3\include\c++\bits/basic_string.h|2880 >> col 12 error| no matching function for call to '__to_xstring' >> D:\Software\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\lib\gcc\x86_64-w64-mingw32\4.7.3\include\c++\bits/basic_string.h|2886 >> col 12 error| no matching function for call to '__to_xstring' >> D:\Software\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\lib\gcc\x86_64-w64-mingw32\4.7.3\include\c++\bits/basic_string.h|2892 >> col 12 error| no matching function for call to '__to_xstring' >> D:\Software\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\lib\gcc\x86_64-w64-mingw32\4.7.3\include\c++\bits/basic_string.h|2901 >> col 12 error| no matching function for call to '__to_xstring' >> >> >> I added the following include directories: >> >> '-ID:\\Software\\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\\lib\\gcc\\x86_64-w64-mingw32\\4.7.3\\include\\c++', >> '-ID:\\Software\\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\\lib\\gcc\\x86_64-w64-mingw32\\4.7.3\\include\\c++\\\\x86_64-w64-mingw32', >> '-ID:\\Software\\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\\lib\\gcc\\x86_64-w64-mingw32\\4.7.3\\include\\c++\\backward', >> '-ID:\\Software\\MinGW64-x64-4.7.3-release-win32-sjlj-rev1\\x86_64-w64-mingw32\\include', >> >> Any ideas? > Just update your toolchain. > > ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
