[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with mzc




Greetings,

I am having two problems with version 103 of mzc.

1.  When a .scm file is compiled to a .zo file, mzc
changes the symbols to lower case.  For example:

(Abc 1 2) is changed to (abc 1 2)

I have mzscheme embedded within my app and I am using
the mixed case setting so "Abc" exists but "abc" does not.

i.e.	scheme_case_sensitive = 1;

Why would mzc need to change the case?  It seems that if
it didn't, it would work correctly whether you are using mixed
case or not.

Is there a command line option or other easy way to fix this?

2.  I have mzc working (except for the above problem) but when
I copy the whole thing to my laptop mzc gives an error message
that it can't find mzscheme.exe.  I have mzscheme.exe in the current
directory and in my path.  It seems to want mzscheme.exe to exist
on the drive in which the system was built.

Is there a command line option to mzc.exe to make it look in the
current directory or along the path?  Is there a reason for this
behavior?

Thanks.

Blake McBride