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. -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingw-w64/ ___________________________________________________ Another online IDE: http://liveworkspace.org/ ------------------------------------------------------------------------------ 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
