Re: Translator problem?
- Posted by LarryMiller May 01, 2009
- 925 views
Updated to svn 2019 binaries and tried again. Still produces the same error.
The init-.c file is now split into two. init-.c 579,157 bytes init-0.c 77,159 bytes
Neither contains the symbol init_literal0_
Hm. Oh, you want to search for init_literal0, i.e. without the trailing _ ... That is added by the C compiler (I don't know the internals as to why). But the function name should be init_literal0.
Can you grep the sources for init_literal0 and let me know where (if) it is defined? It's strange that I had this exact problem but the inclusion of init-0.c fixed it for me. The code I was testing with was the translator itself, i.e. euc -con euphoria\source\ec.ex
Jeremy
Jeremy
The symbol init_literal0 is found as a function (or procedure) at the very end of init-.c and the beginning of init-0.c It is not found anywhere else.