Sgenmi / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Compilation fails under latest mingw64 #549

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get latest mingw64 (e.g. from Debian sid or from latest cygwin(
2. Try to build

What is the expected output? What do you see instead?

Expected to work. Instead fail due to sleep and nanosleep available natively in 
mingw headers. Compiler rightfully complains that we're trying to redefine them 
in windows/port.h

Please use labels and text to provide additional information.

Original issue reported on code.google.com by alkondratenko on 14 Jul 2013 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by alkondratenko on 14 Jul 2013 at 4:41

Attachments:

GoogleCodeExporter commented 9 years ago
merged a fix

Original comment by alkondratenko on 20 Jul 2013 at 9:39