Hello all!

I haven't been able to find a solution to a problem I am having getting 
started.  When I try to make with MinGW 5.1.6, I get the following error:

C:\UnitTest++>make
src/Test.cpp
In file included from 
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/postypes.h:46,
                 from 
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/iosfwd:50,
                 from 
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/ios:44,
                 from 
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/istream:45,
                 from 
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/sstream:45,
                 from src/MemoryOutStream.h:8,
                 from src/Test.cpp:6:
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/cwchar:161: 
error: `::swprintf' has not been declared
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/cwchar:168: 
error: `::vswprintf' has not been declared
make: *** [src/Test.o] Error 1

I'm either looking for a way around this problem, or alternatively, a means of 
getting a compiled copy of the UnitTest++.a.  :)

Thanks!
------------------------------------------------------------------------------

_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel

Reply via email to