Re: euc question

new topic     » goto parent     » topic index » view thread      » older message » newer message

The routines in euphoria/info.e get their information from the backend via machine_func(M_EU_INFO). When using the interpreter, backend functions are inside the interpreter itself. But when using the translator, backend functions are in the static library.

This tells me that you most likely have built a new translator but are still referencing an old static library. This is typically the case when you haven't fully "installed" what you've built or are not telling the new translator to use the new library in the build directory.

Did you use cp or make install to copy the binaries from the build directory to a system directory like /usr/local/euphoria/bin? If so, is the new eu.a or eudbg.a static library there as well? And is eu.cfg present and correct?

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu