> In the C panel I get the message
>
> [stuff deleted]
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
> make.exe": *** [eref.o] Error 3
> [stuff deleted]
> What's odd is that this project compiles fine when pressing F7 (I'm on an
> Win XP PC). The same project compiled ran fine this morning on my other
> computer (also XP running 6.4). Also, a minimally different version of
> this project compiled fine on Friday.)
Pressing F7 only melts. The failure here is when the C compiler tries to compile
the C generated code from the Eiffel compiler. Until the C compilation is
complete, you will not be able to run your application. This is clearly a C
compilation problem and I see that you are using the GNU C compiler. Maybe this a
known issue but without having the full output, it is going to provide guidance on
how to solve it. Can you submit the full C output to
http://support.eiffel.com?
Regards,
Manu