I'm in the process of porting an existing program from Windows 10 to Linux (RHEL 6.9) that uses LabWindows/CVI and have an issue on the Linux side where I'm getting an error stating that ssize_t is being redefined in cvidef.h. I'm using the CVI RTE 2013 for Linux and am not sure how to get around this problem as ssize_t is defined in /usr/include/sys/types.h in G++.
Is this a known issue and if so, how do I get around it? If it's not, are there any ideas on how to get around this?