Re: [SoX-devel] drop io.h

2024-06-06 Thread Martin Guy
Is it defined on Linux systems Is what defined on Linux systems? HAVE_IO, but you've answered that: no, the same as it seemed to me here on Debian. M OpenPGP_signature.asc Description: OpenPGP digital signature ___ SoX-devel mailing list SoX-d

Re: [SoX-devel] drop io.h

2024-06-06 Thread Jan Stary
On Jun 06 13:18:30, cla...@xenei.com wrote: > >From this post[1] the file is used by wine to compile linux code on windows. > https://stackoverflow.com/questions/64036740/io-h-not-found-clion-in-ubuntu-20-04 Ah, so that it knows what "read" or "int64" or "O_RDONLY" means? Thank you for the link. N

Re: [SoX-devel] drop io.h

2024-06-06 Thread Jan Stary
On Jun 06 12:10:42, martinw...@gmail.com wrote: > On 6/6/24 10:27, Jan Stary wrote: > > Does anyone know why SoX tries to include > > The header file seems to be linux specific. > > What is it supposed to provide? > > > > https://github.com/janstary/sox/issues/64 > > Dunno. Can you tell from wha

Re: [SoX-devel] drop io.h

2024-06-06 Thread Claude Warren
>From this post[1] the file is used by wine to compile linux code on windows. [1] https://stackoverflow.com/questions/64036740/io-h-not-found-clion-in-ubuntu-20-04 On Thu 6 Jun 2024, 12:11 Martin Guy, wrote: > On 6/6/24 10:27, Jan Stary wrote: > > Does anyone know why SoX tries to include > >

Re: [SoX-devel] drop io.h

2024-06-06 Thread Martin Guy
On 6/6/24 10:27, Jan Stary wrote: Does anyone know why SoX tries to include The header file seems to be linux specific. What is it supposed to provide? https://github.com/janstary/sox/issues/64 Dunno. Can you tell from what code it inserts or doesn't according to whether it's set or not? Is