PLECS unable to find rpc.h file in macos

rpc.h is a Windows system include file. It is used to access functions that are implemented in the Windows operating system.

MacOS does not offer the same functions and the rpc.h file would be useless on MacOS. You will need to port the Windows-specific code in your C-script to MacOS specific code.