Re: Assertion name not printed when using rescue
Cyril ADRIAN <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
Frantisek Fuka wrote:
>Sorry about the previous post. As pointed out by Pierre-Nicolas, I
>made a mistake in my_ncurses.c. However, after I corrected it,
>compiler still says that ${sys} is not defined (in fact, says it
>twice, for unknown reason), and then that it cannot see base.h:
>
>
It's my fault, again. In this context, ${sys} is not a variable and
therefore cannot be used. ACE files know only environment variables, as
well as those defined within the [Environment] section of your .serc file.
Thus instead of ${sys}, use ${path_lib}../sys
Hope it helps!
Best regards,
Cyril