1. Mac Install from source (4.0.5) - limits.h missing
- Posted by been Feb 11, 2013
- 1529 views
Hi! I'm trying to install Euphoria on a OSX 10.8 (with xCode already installed) and I get this error during make:
- In file included from alldefs.h:2, from be_decompress.c:3: execute.h:225:26: error: linux/limits.h: No such file or directory make[2]: * [/Users/arroubapedroivo/Desktop/euphoria-OSX-4.0.5/source/build/intobj/back/be_decompress.o] Error 1 make[1]: * [interpreter] Error 2 make:
- #
well... limits.h seems to be missing. does anyone know how to fix it?
2. Re: Mac Install from source (4.0.5) - limits.h missing
- Posted by jimcbrown (admin) Feb 11, 2013
- 1521 views
been said...
Hi! I'm trying to install Euphoria on a OSX 10.8 (with xCode already installed) and I get this error during make:
- In file included from alldefs.h:2, from be_decompress.c:3: execute.h:225:26: error: linux/limits.h: No such file or directory make[2]: * [/Users/arroubapedroivo/Desktop/euphoria-OSX-4.0.5/source/build/intobj/back/be_decompress.o] Error 1 make[1]: * [interpreter] Error 2 make:
- #
well... limits.h seems to be missing. does anyone know how to fix it?
See http://openeuphoria.org/forum/119432.wc and follow the steps outlined there.