Hi all,
I'm using mingw under winxp. I could get g++ work in dos prompt,
but when I tried to g++ within Vim using g++ -Wall -ansi -pedantic
filename.cpp -o filename.o, the compiler complains:
d:\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\include\c++
\3.4.5\cwchar|161| error: `::swprintf' has not been declared
d:\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\include\c++
\3.4.5\cwchar|168| error: `::vswprintf' has not been declared
Any thoughts? Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---