Eric Bezault wrote:
> Daniel Tuser wrote:
>> I tried to run some test cases of gobo using the ISE compiler. The
>> compilation fails because class UC_STRING exists two times in the
>> folders:
>> .../library/kernel/spec/ise/uc_string.e
>> .../library/kernel/unicode/uc_string.e
>
> In $GOBO/library/kernel, you need to run:
>
> geant clobber
>
> followed by:
>
> geant install
Ok. Didn't know that. Thank you
|