<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16457"></HEAD>
<BODY>
<DIV><FONT size=2 face=Arial><SPAN class=192285516-30012013>When compiling with
managed-compile-zo, manager-compile-notify-handler and manager-trace-handler, I
see that parts of the racket directory are (re)compiled, for
example:</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN class=192285516-30012013></SPAN></FONT><FONT
size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>TRACE: compiling: C:\Program Files
(x86)\Racket-Full-5.3.1.10\collects\racket\private\small-scheme.rkt</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2 face=Arial>Th¨¬s even happens
again when compiling again without modifying anything. Is this expected
behaviour?</FONT></SPAN></DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2 face=Arial>I do this with
Window 7 Home Premium. Another odd thing is that sometimes after installing new
nightly build, DrRacket does not have all required permissions in its collects
directory. I sometimes have to grant these permissions via the properties of the
directory.</FONT></SPAN></DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2 face=Arial>Thanks
Jos.</FONT></SPAN></DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2
face=Arial>PS</FONT></SPAN></DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2 face=Arial>I compile from
DrRacket with the following:</FONT></SPAN></DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2 face=Arial>#lang
racket<BR>(require compiler/cm)<BR>(manager-compile-notify-handler (¦Ë (str)
(printf "NOTIFY: ~a~n~n" str)))<BR>(manager-trace-handler (¦Ë (str) (printf
"TRACE: ~a~n~n" str)))<BR>(managed-compile-zo
"my-program.rkt")<BR>(managed-compile-zo
"my-other-program.rkt")</FONT></SPAN></DIV>
<DIV><SPAN class=192285516-30012013><FONT size=2
face=Arial>etc.<BR></DIV></FONT></SPAN></BODY></HTML>