From ... From: Erik Naggum Subject: Re: Name conflict. How can I solve this? Date: 2000/10/19 Message-ID: <3180979867245979@naggum.net>#1/1 X-Deja-AN: 683560292 References: <8snavj$9md$1@nnrp1.deja.com> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 971991250 21679 195.0.192.66 (19 Oct 2000 21:34:10 GMT) Organization: Naggum Software; vox: +47 800 35477; gsm: +47 93 256 360; fax: +47 93 270 868; http://naggum.no; http://naggum.net User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 Mime-Version: 1.0 NNTP-Posting-Date: 19 Oct 2000 21:34:10 GMT Newsgroups: comp.lang.lisp * sungwoo@cad.strath.ac.uk | I loaded some source code on MCL 4.0 and got the following error. | | > Error: Name conflict detected by EXPORT : | > EXPORT'ing SCROLLER from #1=# would cause a name conflict with | > the present symbol PAIL-LIB::SCROLLER in the package #, which uses #1#. | > While executing: RESOLVE-EXPORT-CONFLICTS | | How could I fix this error? Should I change whole name 'scroller' or | is there something else I can do? The first thing you need to do is to determine if the two symbols really should be the same symbol. Chances are they should, but that one symbol is internal to a package by accident. If you load and execute all your defpackage forms before you load any other files or data, this kind of error is unlikely to come up accidentally. #:Erik -- I agree with everything you say, but I would attack to death your right to say it. -- Tom Stoppard