Re: [fpc-pascal] unixsockets

2025-01-03 Thread Andrew Haines via fpc-pascal
On 1/3/25 6:12 AM, Michael Van Canneyt via fpc-pascal wrote: Yes. It was not built, I added it to fpmake. I also applied the fix you mentioned for the size_t problem. Thanks very much! ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] unixsockets

2025-01-03 Thread Michael Van Canneyt via fpc-pascal
On Sat, 28 Dec 2024, Andrew Haines via fpc-pascal wrote: Hi, is unixsockets.pp in rtl-extra supposed to be included when fpc is built for linux? I ran Yes. It was not built, I added it to fpmake. I also applied the fix you mentioned for the size_t problem. Michael. ___

[fpc-pascal] unixsockets

2024-12-28 Thread Andrew Haines via fpc-pascal
Hi, is unixsockets.pp in rtl-extra supposed to be included when fpc is built for linux? I ran 'find /usr/lib/fpc/ | grep unixsockets' and it returns nothing, also not in /usr/local/lib/fpc. I needed msghdr/cmsghdr which I found in packages/rtl-extra/src/linux/unixsocketsh.inc. grep -r "uni