-
Notifications
You must be signed in to change notification settings - Fork 13
CPC compilation does not finish #15
Comments
With OCaml 4.01.0, I get tons of warnings from GCC but compilation does finish successfully. Did you try compiling the latest git snapshot from develop branch? Your /tmp/cpc-0.9.1 seems to indicate otherwise, and I honnestly can't remember if this a bug I have fixed in the past already or not. Also, I need to update CPC to the latest CIL version. If you use OCaml 4.02, this could be the bug fixed by this patch in CIL (but not imported into CPC yet): |
On 10/02/2015 13:23, Gabriel Kerneis wrote:
I tried both, same result.
Interesting. Yeah, it would be nice if you could do that. I'll have a Vincent |
Interesting. Yeah, it would be nice if you could do that. Ill have a
look on how I can do this myself too.
Unfortunately, it's going to be hard to do because CIL's infrastructure
has changed quite a bit (which is why I postponed the release many
times, etc.). And time is too scarce too. But please, go ahead and give
it a go. Feel free to ask me any question, I'd be glad to merge a patch.
(Mostly, you need to fetch CIL's develop branch, git merge, and resolve
the gazillion conflicts.)
|
On 10/02/2015 14:01, Gabriel Kerneis wrote:
I managed to get it compile by using the patch you mentionned. I will Vincent |
It stops at
where the program never finishes (and use 100% CPU).
This happens both on the git and the released version.
The text was updated successfully, but these errors were encountered: