Closed GoogleCodeExporter closed 9 years ago
This patch works on the trunk.
It fixes the use of mkdir(2) and provide a replacement for mkstemp(3).
Original comment by nicolas....@gmail.com
on 6 Mar 2009 at 9:53
Attachments:
Nicolas, I am not that familiar with MinGW but I understand that it provides
header
files for accessing the Windows API. Can you try to define GTEST_OS_WINDOWS on
the
MinGW platform and see if it compiles using Windows API? This may require less
modifications to the source and enable more features that would not be
available on
MinGW otherwise.
Original comment by vladlosev
on 7 Mar 2009 at 8:00
[deleted comment]
missdeer - I was able to build gtest with your patch under mingw. We'll want to
abstract the compiler used from the API, which will require more work. We'll
work on
this after getting release 1.3 out.
Note to self:
http://wiki.wxwidgets.org/Cross-Compiling_Under_Linux#Cross-compiling_under_Linu
x_for_MS_Windows
explains how to cross compile with mingw.
Original comment by vladlosev
on 14 Mar 2009 at 8:20
Thanks for the fix. Works a treat.. thought i was going crazy
Original comment by chaus...@gmail.com
on 6 May 2009 at 6:25
Original comment by vladlosev
on 6 May 2009 at 5:14
[deleted comment]
chausler - what version of Google Test are you using?
Original comment by vladlosev
on 7 Jul 2009 at 4:14
Original issue reported on code.google.com by
nicolas....@gmail.com
on 6 Mar 2009 at 6:37Attachments: