Fivetonsofflax / opentyrian

Automatically exported from code.google.com/p/opentyrian
GNU General Public License v2.0
0 stars 0 forks source link

Using GCC 4.8.1 will result in io.h error: unknown type name 'off64_t' #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Mingw with GCC 4.8.1
2.run make

What is the expected output? What do you see instead?
expected: compile without error
got: error: unknown type name 'off64_t' in io.h

Please provide any additional information below.
Can be fixed by using Compiler Flag -std=gnu99 instead of -std=c99

Original issue reported on code.google.com by Michael....@gmail.com on 9 Jan 2014 at 8:31

GoogleCodeExporter commented 9 years ago
This is a mingw32 bug [1].

[1] http://sourceforge.net/p/mingw/bugs/2024/

Original comment by mindless...@gmail.com on 9 Jan 2014 at 2:49