I broke eiffel compiler - please help

This is a discussion on I broke eiffel compiler - please help within the Eiffel forums in Programming Languages category; Dear everyone I cannot compile anymore , I get the following message(s) : Can anyone help me with this? Thank you! Gloria -------------------------------- glmuelle$ ec -config feiffel.ecf Eiffel Compilation Manager (version 6.1.7.1477 GPL Edition - macosx-x86) [ 0% - 1] Degree 5 class LAZY_LIST [ 0% - 1] Degree 4 class LAZY_LIST [ 0% - 1] Degree 3 class LAZY_LIST ISE Eiffel: Session aborted Exception tag: ec: system execution failed. Following is the set of recorded exceptions: ******************************** Thread exception ***************************** In thread Root thread 0x0 (thread id) ************************************************** ***************************** ------------------------------------------------------------------------------- Class / Object Routine Nature of exception Effect ------------------------------------------------------------------------------- ...

Go Back   Application Development Forum > Programming Languages > Eiffel

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-24-2008, 08:42 PM
g.n.mueller@gmail.com
Guest
 
Default I broke eiffel compiler - please help

Dear everyone


I cannot compile anymore , I get the following message(s) :
Can anyone help me with this?
Thank you!

Gloria

--------------------------------


glmuelle$ ec -config feiffel.ecf

Eiffel Compilation Manager
(version 6.1.7.1477 GPL Edition - macosx-x86)
[ 0% - 1] Degree 5 class LAZY_LIST
[ 0% - 1] Degree 4 class LAZY_LIST
[ 0% - 1] Degree 3 class LAZY_LIST
ISE Eiffel: Session aborted
Exception tag:

ec: system execution failed.
Following is the set of recorded exceptions:

******************************** Thread exception
*****************************
In thread Root thread 0x0 (thread id)
************************************************** *****************************
-------------------------------------------------------------------------------
Class / Object Routine Nature of
exception Effect
-------------------------------------------------------------------------------
DEPEND_SERVER item
@8
<00000000079DE074> (From COMPILER_SERVER) I/O
error. Fail
-------------------------------------------------------------------------------
DEPEND_SERVER item
@8
<00000000079DE074> (From COMPILER_SERVER) Routine
failure. Fail
-------------------------------------------------------------------------------
EIFFEL_CLASS_C pass3
@2
<000000000777325C> Routine
failure. Rescue
-------------------------------------------------------------------------------
DEGREE_3 process_class
@3
<0000000007AA8724> Routine
failure. Rescue
-------------------------------------------------------------------------------
DEGREE_3 execute
@16
<0000000007AA8724> Routine
failure. Fail
-------------------------------------------------------------------------------
SYSTEM_I process_degree_3
@2
<0000000007683CA4> Routine
failure. Rescue
-------------------------------------------------------------------------------
SYSTEM_I do_recompilation
@48
<0000000007683CA4> Routine
failure. Fail
-------------------------------------------------------------------------------
SYSTEM_I recompile
@6
<0000000007683CA4> Routine
failure. Rescue
-------------------------------------------------------------------------------
WORKBENCH_I recompile
@23
<00000000074B2564> Routine
failure. Rescue
-------------------------------------------------------------------------------
E_PROJECT melt
@6
<00000000074D90DC> Routine
failure. Rescue
-------------------------------------------------------------------------------
E_PROJECT quick_melt
@3
<00000000074D90DC> Routine
failure. Fail
-------------------------------------------------------------------------------
EWB_QUICK_MELT perform_compilation
@1
<00000000074B5C1C> Routine
failure. Fail
-------------------------------------------------------------------------------
EWB_QUICK_MELT compile
@3
<00000000074B5C1C> (From EWB_COMP) Routine
failure. Fail
-------------------------------------------------------------------------------
EWB_QUICK_MELT execute
@6
<00000000074B5C1C> (From EWB_COMP) Routine
failure. Fail
-------------------------------------------------------------------------------
ES execute
@43
<00000000074361EC> Routine
failure. Rescue
-------------------------------------------------------------------------------
ES make
@8
<00000000074361EC> Routine
failure. Fail
-------------------------------------------------------------------------------
EB_KERNEL make
@22
<00000000074360FC> Routine
failure. Fail
-------------------------------------------------------------------------------
EB_KERNEL root's
creation
<00000000074360FC> Routine
failure. Exit
-------------------------------------------------------------------------------
Reply With Quote
  #2  
Old 04-24-2008, 08:56 PM
g.n.mueller@gmail.com
Guest
 
Default Re: I broke eiffel compiler - please help


PS:


$ ec -version
ISE EiffelStudio version 6.1.7.1477 GPL Edition - macosx-x86


And it seems that if I use EiffelStudion IDE and click on
compile work bench C code that it compiles...
Reply With Quote
  #3  
Old 04-25-2008, 11:23 AM
Emmanuel Stapf [ES]
Guest
 
Default Re: I broke eiffel compiler - please help

It looks to me that the project has been corrupted or that you have
rebuild the precompiled libraries the project was using. Simply run

ec -config feiffel.ecf -clean

to recompile from scratch.

Manu
Reply With Quote
  #4  
Old 04-25-2008, 08:58 PM
g.n.mueller@gmail.com
Guest
 
Default Re: I broke eiffel compiler - please help

On 26 Apr., 00:23, "Emmanuel Stapf [ES]"
<manus_no_s...@eiffel.nospam.com> wrote:
> It looks to me that the project has been corrupted or that you have
> rebuild the precompiled libraries the project was using. Simply run
>
> ec -config feiffel.ecf -clean
>
> to recompile from scratch.
>
> Manu


Cool thanks! In the meantime I decided to not use eiffelstudio anymore
and
am using gobo eiffel now which works fine so far.
I tried to reinstall eiffelstudio but reinstallation crashed my mac
several times
so now I'm stuck without eiffelstudion : )
while i am writing this i have installatin running again in background
if it
doesnt crash this time i will try your suggestion!
Thanks a lot.

Gloria
Reply With Quote
  #5  
Old 04-25-2008, 09:19 PM
g.n.mueller@gmail.com
Guest
 
Default Re: I broke eiffel compiler - please help


It happened again. My mac just switches off during installation.
I did "sudo port sudo port install eiffelstudio".
NOTE: My mac is NOT shutting itself down!! It switches off as if
it was running plugged into a socket but with no battery and then
you pull the cable.

Does anyone face the same problem?
Does anyone know a solution to this?

Thanks.

Gloria

Reply With Quote
  #6  
Old 04-26-2008, 12:43 AM
Emmanuel Stapf [ES]
Guest
 
Default Re: I broke eiffel compiler - please help

> Does anyone face the same problem?
> Does anyone know a solution to this?


Is your Mac overheating? By the way I think the command should simply be:

sudo port install eiffelstudio

Regards,
Manu
Reply With Quote
  #7  
Old 04-26-2008, 02:45 AM
g.n.mueller@gmail.com
Guest
 
Default Re: I broke eiffel compiler - please help

On 26 Apr., 13:43, "Emmanuel Stapf [ES]"
<manus_no_s...@eiffel.nospam.com> wrote:
> > Does anyone face the same problem?
> > Does anyone know a solution to this?

>
> Is your Mac overheating? By the way I think the command should simply be:
>
> sudo port install eiffelstudio
>
> Regards,
> Manu


oops sorry copy paste mistake.
How can I find out whether it is overheating?

Gloria
Reply With Quote
  #8  
Old 04-26-2008, 05:57 AM
Simon Willcocks
Guest
 
Default Re: I broke eiffel compiler - please help

In message <575f55d6-6f76-47e4-bf3d-f35c60021109@h1g2000prh.googlegroups.com>
g.n.mueller@gmail.com wrote:

> On 26 Apr., 13:43, "Emmanuel Stapf [ES]"
> <manus_no_s...@eiffel.nospam.com> wrote:
> > > Does anyone face the same problem?


["It switches off as if it was running plugged into a socket but with no
battery and then you pull the cable."]

> > > Does anyone know a solution to this?

> >
> > Is your Mac overheating?


That was my thought, too.

> How can I find out whether it is overheating?


I don't know that, but I had similar problems with a PC laptop (it switched
itself off when running processor intensive programs like Word and some
Flash animations). To fix it, I used a normal houshold vacuum cleaner on
the air vents. and it has worked fine ever since. There was no need to open
it up, and I can't see any way it could break the computer (but don't blame
me if it does!)

Simon

--
http://stoppers.drobe.co.uk
http://ro-lookandfeel.blogspot.com/
http://SomethingLikeEiffel.blogspot.com/
Reply With Quote
  #9  
Old 04-27-2008, 03:22 AM
Colin
Guest
 
Default Re: I broke eiffel compiler - please help

Simon Willcocks wrote:
> In message <575f55d6-6f76-47e4-bf3d-f35c60021109@h1g2000prh.googlegroups.com>
> g.n.mueller@gmail.com wrote:
>
>> On 26 Apr., 13:43, "Emmanuel Stapf [ES]"
>> <manus_no_s...@eiffel.nospam.com> wrote:
>>>> Does anyone face the same problem?

>
> ["It switches off as if it was running plugged into a socket but with no
> battery and then you pull the cable."]
>
>>>> Does anyone know a solution to this?
>>> Is your Mac overheating?

>
> That was my thought, too.
>
>> How can I find out whether it is overheating?

>

[...]
>

See http://www.islayer.com/index.php?op=item&id=28

Regards,
Colin
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 06:39 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.