Re: How can we ignore about defconstant when compiling
- From: luis.oliveira@xxxxxxxxxxxx (Luís Oliveira)
- Date: Mon, 17 Aug 2009 19:51:02 +0000
Elvis Nguyen <nvntung@xxxxxxxxx> writes:
The constant BIOLOGICAL-DATA-MODEL:+META-TOOL-FILE+ is being
redefined (from
"/home/nvntung/stage/project/DATA/mito-muscle-R10Rev-2.dat" to
"/home/nvntung/stage/project/DATA/mito-muscle-R10Rev-2.dat")
[Condition of type DEFCONSTANT-UNEQL]
As others have suggested, you probably want to use DEFPARAMETER or
DEFVAR. But if you really want to define it as a constant, have a look
at Alexandria's DEFINE-CONSTANT.
<http://common-lisp.net/project/alexandria/>
--
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/
.
- Follow-Ups:
- Re: How can we ignore about defconstant when compiling
- From: Kaz Kylheku
- Re: How can we ignore about defconstant when compiling
- References:
- How can we ignore about defconstant when compiling
- From: Elvis Nguyen
- How can we ignore about defconstant when compiling
- Prev by Date: Re: Help With Emacs/Slime/Swank and OpenMCL
- Next by Date: Re: Why is LISP, Python the hackers
- Previous by thread: Re: How can we ignore about defconstant when compiling
- Next by thread: Re: How can we ignore about defconstant when compiling
- Index(es):
Relevant Pages
|