autoloading messages, was: Maxima 5.12.0 rc1 in cvs & SF download



Am 15 Apr 2007 um 10:30 hat Viktor T. Toth geschrieben:

> After a 'make clean', 

Viktor, what do you mean by that?


your changes fail to compile unless I am using GCL:

I verified my changes with GCL 2.6.8 and CLISP 2.39. 

I think autoloading isn't worth enough to cause such a trouble. But before I completely undo 
my changes please give them one more try by commenting out line 176

#-gcl (setf (get '$printf 'autoload) ($file_search "stringproc"))

this line seems to cause your compiling error messages. 
( but I don't understand the message 
" *** - $FILE_SEARCH: symbol $FILE_SEARCH_LISP has no value "
file_search_lisp is a global variable in Maxima and should have a value.)

Volker