compile_file() error



Hello. I am trying to learn to compile maxima files  to get the maximal speed of execution.
For first experience i am using the maple_V_N_test.wxm file that is attached.
But maxima returns an error. What i am doing wrong?

ya at debian:~/Downloads$ maxima
Maxima 5.27.0 http://maxima.sourceforge.net
using Lisp SBCL 1.0.40.0.debian
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) batchload("maple_V_N_test.wxm");
Evaluation took 3.5920 seconds (3.6070 elapsed) using 254.244 MB.
(%o0)                /home/ya/Downloads/maple_V_N_test.wxm
(%i1) compile_file("maple_V_N_test.wxm");
translator: begin translating /home/ya/Downloads/maple_V_N_test.wxm.

; compiling file "/home/ya/Downloads/maple_V_N_test.LISP" (written 13 JUN 2012 02:32:50 PM):
; compiling (IN-PACKAGE :MAXIMA)
; compiling (MAPPLY (QUOTE $KILL) ...)
; compiling (SIMPLIFY (LIST # ...))
; compiling (IF (NOT #) ...)
; compiling (DEFPARAMETER $N ...)
; compiling (IF (NOT #) ...)
; compiling (DEFPARAMETER $SHOWTIME ...);
; compilation unit aborted
;   caught 1 fatal ERROR condition
;
; compilation aborted because of fatal error:
;   SB-INT:SIMPLE-READER-ERROR at 1343 (line 48, column 59) on #<SB-SYS:FD-STREAM
;                                                                for "file /home/ya/Downloads/maple_V_N_test.LISP"
;                                                                {1005927D21}>:
;     illegal sharp macro character: #\
;
; compilation aborted after 0:00:00.007
Evaluation took 0.0200 seconds (0.0200 elapsed) using 1.667 MB.
(%o1) [/home/ya/Downloads/maple_V_N_test.wxm,
/home/ya/Downloads/maple_V_N_test.LISP,
/home/ya/Downloads/maple_V_N_test.UNLISP, false]
(%i2)

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: maple_V_N_test.wxm
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20120613/b001991c/attachment.ksh>;