Re: [fpc-pascal] Problem using ipc with OSX and fpc 3.0.0

2016-04-20 Thread Jonas Maebe
Tony Whyman wrote on Wed, 20 Apr 2016: The problem is that the code makes a direct call to the semctl function (defined in ipc.pp) and uses the SEM_GETVAL constant as the command value. "Identifier not found errors" are returned for SEM_GETVAL (and SEM_SETVAL as well). That's indeed a bu

[fpc-pascal] Problem using ipc with OSX and fpc 3.0.0

2016-04-20 Thread Tony Whyman
I have a problem with some existing code that compiled with fpc 2.6.4 under OSX and does not compile with fpc 3.0.0. The problem is that the code makes a direct call to the semctl function (defined in ipc.pp) and uses the SEM_GETVAL constant as the command value. "Identifier not found errors"