Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > I admit i haven't gotten around to actually /using/ DVC yet. This > is because "make" succeeds but i don't trust it, since i see: > > |Warning: Function `gensym' from cl package called at runtime > |Warning: Function `subseq' from cl package called at runtime > |Warning: Function `gensym' from cl package called at runtime > |Warning: Function `some' from cl package called at runtime > |Warning: Function `gensym' from cl package called at runtime > |Warning: Function `subseq' from cl package called at runtime > |Warning: Function `gensym' from cl package called at runtime > |Warning: Function `some' from cl package called at runtime > > and i have only begun to investigate.
This is reporting that DVC is using the cl runtime, which the Gnu Emacs project doesn't want/forbids. The DVC monotone support uses a lot of cl stuff, and other parts of DVC may also, but I don't know how to tell whether it is compile-time or run-time; these warnings would solve that problem. It would be better if the warnings pointed to the place in the code where the cl runtime was called! What version of Emacs, and/or what options, produces these warnings? I don't get them with Emacs 22.2 on Windows and RedHat. -- -- Stephe _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
