Re: SVN3467 problem
- Posted by jimcbrown (admin) Oct 08, 2010
- 1412 views
mattlewis said...
bugfinder said...
I am using xp home edition. watcom compiler
- my batch file contains
- wmake -f makefile.wat clean
- wmake -f makefile.wat distclean
- call configure --eubin e:\eu4\bin
- wmake -f makefile.wat all
I searched all directories found no coverage.h
Could you try running coverage.ex from the source dir manually to see what happens? Try just like you saw in the wmake output:
> e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj
I committed a fix so errors are shown. Before, if coverage.ex can't find the file it needs to read, or if it can't find the line it is looking for, it would fail silently.
The real cause of the problem seems to be regex related. I don't know why the regex is failing, but it did. Using match() instead of regex, and coverage.ex generates coverage.h correctly.