eth-sri / ELINA

ELINA: ETH LIbrary for Numerical Analysis
http://elina.ethz.ch/
Other
129 stars 53 forks source link

'sys/sysinfo.h' cannot be found on mac #45

Closed caballa closed 5 years ago

caballa commented 5 years ago

This is after commit https://github.com/eth-sri/ELINA/commit/28fc733877d561834af57b3ec7bab051afb296dd

In file included from zonoml_internal.c:30:
./zonoml_internal.h:36:10: fatal error: 'sys/sysinfo.h' file not found
#include <sys/sysinfo.h>
GgnDpSngh commented 5 years ago

Hi Jorge,

I made a fix by removing the dependency on 'sys/sysinfo.h'. Can you check if this fixes the issue on your mac?

Cheers, Gagan

caballa commented 5 years ago

It works now. Thanks again!