Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bony1!richieb From: richieb@bony1.bony.com (Richard Bielak) Newsgroups: comp.lang.eiffel Subject: Re: Simple program. Bug? Message-ID: <1991Mar14.143916.22646@bony1.bony.com> Date: 14 Mar 91 14:39:16 GMT References: <9865@hub.ucsb.edu> Reply-To: richieb@bony1.UUCP (Richard Bielak) Organization: Bank of New York Lines: 30 In article <9865@hub.ucsb.edu> hubert@spica.ucsb.edu writes: >I wrote a simple ( not even) a program for Eiffel to see how the >sorted-list class works but the "ec" gave me some messy message. > >Pass 2 on class sorted_list >"sorted_list": cannot open /usr/packages/Eiffel/library/structures/sorted_list.E/.F >Fatal error. Cannot resume. > >*** ec: pass2 canceled > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Most likely the directory "/usr/packages/Eiffel/library/structures /sorted_list.E" is protected so that you cannot place files there. "ec" has to create a file in that directory, because SORTED_LIST has not been compiled yet with the options you have in your .eiffel file. Make sure that the directory allows rw access for all users. Hope this helps. ...richie -- +----------------------------------------------------------------------------+ | Richie Bielak (212)-815-3072 | "The sights one sees at times makes one | | Internet: richieb@bony.com | wonder if God ever really meant for | | Bang: uunet!bony1!richieb | man to fly." -- Charles Lindbergh |