Trouble with build 8977?

View: New views
4 Messages — Rating Filter:   Alert me  

Trouble with build 8977?

by Phil Malin-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there.

I've svn up'ed to the latest build (8977) and find that I'm having
trouble building the tools.  When going through the interactive make I
get the following error:

System call "/Users/psm/lib/SmartEiffel/bin/compile -boost -no_gc -relax
-clean -no_split -o eiffeltest eiffeltest".
eiffeltest.c: In function '_agenT25C25l213c30':
eiffeltest.c:29525: error: 'T362' undeclared (first use in this function)
eiffeltest.c:29525: error: (Each undeclared identifier is reported only once
eiffeltest.c:29525: error: for each function it appears in.)
eiffeltest.c:29525: error: parse error before ')' token
eiffeltest.c: In function '_agenT25C25l212c29':
eiffeltest.c:29548: error: 'T362' undeclared (first use in this function)
eiffeltest.c:29548: error: parse error before ')' token
eiffeltest.c: In function '_agenT25C25l168c41':
eiffeltest.c:29578: error: 'T362' undeclared (first use in this function)
eiffeltest.c:29578: error: parse error before ')' token
Last system call failed (error reported).
System call "/Users/psm/lib/SmartEiffel/bin/compile -boost -no_gc -relax
-clean -no_split -o eiffeltest eiffeltest" failed.

All the other tools build fine.  However, I come across the same sort of
error when building one of my own projects.  Is anyone else getting
this?  I'm building this on a mac (osx (Tiger)) and haven't had any
trouble before on this environment.  I'm also using gcc 4.0.1 as the
compiler.

Cheers.

Phil.


Re: Trouble with build 8977?

by Philippe Ribet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Phil Malin wrote:

> Hi there.
>
> I've svn up'ed to the latest build (8977) and find that I'm having
> trouble building the tools.  When going through the interactive make I
> get the following error:
>
> System call "/Users/psm/lib/SmartEiffel/bin/compile -boost -no_gc
> -relax -clean -no_split -o eiffeltest eiffeltest".
> eiffeltest.c: In function '_agenT25C25l213c30':
> eiffeltest.c:29525: error: 'T362' undeclared (first use in this function)
> eiffeltest.c:29525: error: (Each undeclared identifier is reported
> only once
> eiffeltest.c:29525: error: for each function it appears in.)
> eiffeltest.c:29525: error: parse error before ')' token
> eiffeltest.c: In function '_agenT25C25l212c29':
> eiffeltest.c:29548: error: 'T362' undeclared (first use in this function)
> eiffeltest.c:29548: error: parse error before ')' token
> eiffeltest.c: In function '_agenT25C25l168c41':
> eiffeltest.c:29578: error: 'T362' undeclared (first use in this function)
> eiffeltest.c:29578: error: parse error before ')' token
> Last system call failed (error reported).
> System call "/Users/psm/lib/SmartEiffel/bin/compile -boost -no_gc
> -relax -clean -no_split -o eiffeltest eiffeltest" failed.
>
> All the other tools build fine.  However, I come across the same sort
> of error when building one of my own projects.  Is anyone else getting
> this?  I'm building this on a mac (osx (Tiger)) and haven't had any
> trouble before on this environment.  I'm also using gcc 4.0.1 as the
> compiler.
>
> Cheers.
>
> Phil.
>
>
Some features (such as agents) are broken those days due to big changes
in the compiler. You'd better using a 2 weeks old release for a fully
operationnal compiler. Everything should be stable again in few weeks.


Best regards,

--

             Philippe Ribet


SmartEiffel:
one methodoology, one language,
highest quality kept secret.
Visit http://smarteiffel.loria.fr



Re: Trouble with build 8977?

by Phil Malin-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ahh, ok.  Thanks (lucky I made a backup of the environment a few days
ago.   :-) )

Phil.

Philippe Ribet wrote:

> Phil Malin wrote:
>
>> Hi there.
>>
>> I've svn up'ed to the latest build (8977) and find that I'm having
>> trouble building the tools.  When going through the interactive make
>> I get the following error:
>>
>> System call "/Users/psm/lib/SmartEiffel/bin/compile -boost -no_gc
>> -relax -clean -no_split -o eiffeltest eiffeltest".
>> eiffeltest.c: In function '_agenT25C25l213c30':
>> eiffeltest.c:29525: error: 'T362' undeclared (first use in this
>> function)
>> eiffeltest.c:29525: error: (Each undeclared identifier is reported
>> only once
>> eiffeltest.c:29525: error: for each function it appears in.)
>> eiffeltest.c:29525: error: parse error before ')' token
>> eiffeltest.c: In function '_agenT25C25l212c29':
>> eiffeltest.c:29548: error: 'T362' undeclared (first use in this
>> function)
>> eiffeltest.c:29548: error: parse error before ')' token
>> eiffeltest.c: In function '_agenT25C25l168c41':
>> eiffeltest.c:29578: error: 'T362' undeclared (first use in this
>> function)
>> eiffeltest.c:29578: error: parse error before ')' token
>> Last system call failed (error reported).
>> System call "/Users/psm/lib/SmartEiffel/bin/compile -boost -no_gc
>> -relax -clean -no_split -o eiffeltest eiffeltest" failed.
>>
>> All the other tools build fine.  However, I come across the same sort
>> of error when building one of my own projects.  Is anyone else
>> getting this?  I'm building this on a mac (osx (Tiger)) and haven't
>> had any trouble before on this environment.  I'm also using gcc 4.0.1
>> as the compiler.
>>
>> Cheers.
>>
>> Phil.
>>
>>
> Some features (such as agents) are broken those days due to big
> changes in the compiler. You'd better using a 2 weeks old release for
> a fully operationnal compiler. Everything should be stable again in
> few weeks.
>
>
> Best regards,
>


Re: Trouble with build 8977?

by Philippe Ribet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Phil Malin wrote:

> Ahh, ok.  Thanks (lucky I made a backup of the environment a few days
> ago.   :-) )

In fact, it's not really a problem. svn update with a specific date or
release number is a good solution.

--

             Philippe Ribet


SmartEiffel:
one methodoology, one language,
highest quality kept secret.
Visit http://smarteiffel.loria.fr