Open Erhannis opened 2 years ago
I commented out #include <limits.h>
in the project I'm compiling, and it seems like that problem's gone away for now, so...maybe I'm ok on this front. It may still be relevant for anybody that actually DOES depend on this header.
A project I'm trying to compile includes
limits.h
. It looks like lljvm is intended to support this, but does so incompletely. Consider the following, in the Docker described in the README (which I appreciate, btw - assuming there's not a heap of other gotchas past this one I'm running into, providing a pre-built docker will have been the easiest way of getting this to run, out of the several c->jvm projects I've tried.)