Which version 25.02 this happens at recompilation:
Configuration error: cluster has two classes with the same name.
What to do: if both classes are needed, change name of one of
them.
Cluster name: files
First class: ARRAYED_SET
First file:
"/Eiffel/ISE/Eiffel_25.02/library/base/elks/structures/set/arrayed_set.e"
Referenced from: /Eiffel/ISE/Eiffel_25.02/library/base/base.ecf
(elks)
Second class: ARRAYED_SET
Second file:
"/work/jacques/components/structure/partition/arrayed_set.e"
The second file come from a library defined in abs_struct.ecf. Here the interesting fragment.
<library name="base"
location="$ISE_LIBRARY\library\base\base.ecf">
<option warning="none"/>
<renaming old_name="HASH_TABLE"
new_name="ISE_HASH_TABLE"/>
<renaming old_name="HASH_TABLE_CURSOR"
new_name="ISE_HASH_TABLE_CURSOR"/>
<renaming old_name="ARRAYED_SET"
new_name="ISE_ARRAYED_SET"/>
</library>
This worked fine previously
-- Cordialement Jacques Silberstein
--
You received this message because you are subscribed to the Google Groups "Eiffel Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eiffel-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/eiffel-users/623b7e14-70ed-460a-acd4-5532b70f694f%40abstraction.ch.