Re: edbi on 64 bit machines?
- Posted by jimcbrown (admin) May 07, 2013
- 2753 views
egis said...
I am trying to install on Linux Centos with 64 bit on a virtual machine.
When using make on version 4.1 I get the following output with errors:
The first complaint is with: hg: command not found.
You can ignore this one.
If you really want to fix it, just install mercurial.
egis said...
Any help would be helpful.
The real issue is that for some reason, INFINITY is not defined in your math.h
Go to line 65 of be_machine.c - there's an alternative definition of INFINITY there. You can just delete the surrounding ifdefs and that should fix the build.

