Subject: Re: Name conflict. How can I solve this?
From: Erik Naggum <erik@naggum.net>
Date: 2000/10/19
Newsgroups: comp.lang.lisp
Message-ID: <3180979867245979@naggum.net>

* 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=#<Package "CCL"> would cause a name conflict with
| >        the present symbol PAIL-LIB::SCROLLER in the package #<Package "PAIL-LIB">, 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