Unknown type name ‘off64_t’

后端 未结 7 1839
你的背包
你的背包 2021-02-12 17:52

I have a problem using Apache Portable Runtime on Ubuntu with GCC 4.8.1

The problem is that the off64_t from is not availab

7条回答
  •  独厮守ぢ
    2021-02-12 18:41

    Also late to the party, but the main reason for receiving this issue was installing the 64-bit version of MinGW instead of 32-bit:

    https://sourceforge.net/projects/mingw/

提交回复
热议问题