|
|
 |
|
|
|
 |
At revision 424:
All tests for sequence.e and search.e pass under Eu 3.1.1 .
I cannot yet compile Eu 4.0 under WinXP, OpenWatcom 1.7, getting these errors,
already reported iirc:
linking all the files...
Warning! W1008: cannot open graph.lib : No such file or directory
Error! E2028: _4wildcard_file_ is an undefined reference
Error! E2028: _18scientific_to_atom_ is an undefined reference
Error! E2028: _22intoptions_ is an undefined reference
Error! E2028: _23get_switches_ is an undefined reference
Error! E2028: compile_pcre_ is an undefined reference
Error! E2028: exec_pcre_ is an undefined reference
file file.obj(C:\EUPHORIA\source\file.c): undefined symbol _4wildcard_file_
file scanner.obj(C:\EUPHORIA\source\scanner.c): undefined symbol _18scientific_t
o_atom_
file backend.obj(C:\EUPHORIA\source\backend.c): undefined symbol _22intoptions_
file backend.obj(C:\EUPHORIA\source\backend.c): undefined symbol _23get_switches
_
file be_machine.obj(C:\EUPHORIA\source\be_machine.c): undefined symbol compile_p
cre_
file be_machine.obj(C:\EUPHORIA\source\be_machine.c): undefined symbol exec_pcre
_
irc.freenode.net displays a page saying "It works!" Good to know, but not quite
functional...
CChris