Re: Problem creating executables (rev 1189)
- Posted by mattlewis (admin) Oct 03, 2008
- 933 views
RStowasser said...
Hello Matt,
unfortunately I cannot create the binaries of rev 1189.
This is the end of the output in my console window:
fic.c): redefinition of _31string_to_int_ ignored
Warning! W1027: file .\intobj\scientific.obj(C:\EUPHORIA\SOURCE40\intobj\scienti
Did you do a make clean first? Some files changed, and the build process detects dynamically which translated C files need to be included, so old, no longer needed files left over can confuse the process.
RStowasser said...
If I try to run eu.ex with exwc of rev 1188 I get this result:
...
Errors resolving the following references: .\execute.e (2429): symbol_in_include_path .\execute.e (2440): is_direct_includeI suppose to build revision 1189 I need a newer execute.e?
Oops. Those functions went away (in favor of a much faster solution). I'll have to go back and update execute.e before it will work.
Matt