Missing emake
- Posted by hvalles Mar 04, 2009
- 898 views
Hi everybody,
I'm new in Euphoria and I already test Euphoria 3.1 but I just want to know a little more about new features in 4.0.
So I want to build it from source, I already got it from svn and run build.bat, but it seems that is a file missing "emake" it's called from build.bat and I didn't find it in any path neither 3.11 nor 4.0.
First I tried to build it with Borland, but I got some compile errors in lines 903,943,1017
It was pretty much the same bcc complaint
903 Current if (s1->ref == 1 *target == s1) {
903 Change for Borland if (s1->ref == 1 (s1_ptr)*target == s1) {
BCC was only complaint about casting (s1_ptr) so I add in all lines, but as I'm not a good c/c developer, check it twice please ;)
Later the problem was the link and fatal errors (there was a borfiles.lnk workaround .c to .obj). Then I better dwld open watcom and add an extra flag in build.bat /dEOW and buid was fine.
be_runtime.c Line 493 : #if (defined(ELCC) || defined(EWATCOM) || defined(EUNIX)) !defined(EOW)
So I stop here, Is there any chance that I could drop that file in clean.bat, or perhaps it was missing from repository.
Or perhaps, am I following wrong directions to build it? =)
Great work.
Regards,
Héctor