Denys Duchier wrote:
>
> alain.van_kerm@etca.alcatel.be (Alain Van Kerm) writes:
>
> > Sad to say but ozmake version 0.7c doesn't seem to work with my
> > windows98.
> > The problem is similar to the one previously reported by Jussi Salmela
> > about the mkdir command.
>
> Could you be more specific. I don't see how it can be similar since I
> changed the code as suggested - you must mean something a little bit
> different. Could you show me a transcript of what happens when you
> invoke ozmake 0.7c.
AFAIR, it looked like
mkdir c:/windows/temp/oztmp0
mkdir is not recognized as an internal or external command,
operable program or batch file.
rm -R c:/windows/temp/oztmp0
%************************** ozmake error
************************
%**
%** cannot remove directory
%**
%** Directory: c:/windows/temp/oztmp0
%**--------------------------------------------------------------
I am quite sure mkdir appeared non-quoted in the message "mkdir is not
recognised..."
(the message was in french).
>
> > I also tried to build ozmake from sources and slightly modified
> > ToCommandVS's definition. It finally worked better when using
> >
> > 'COMMAND.COM /C'#{QuoteUsing CMD " "} % i.e. no quotes
>
> but then what happens for pathnames that contain embedded spaces?
No idea.
>
> > C:\Alain\SW\Mozart\system> ozengine
> > c:\Alain\SW\Mozart\system\ozmake-0.7c\ozmake.oza --install
> > --package=qtk.pkg
> > mkdir c:\windows\TEMP\oztmp0
> > EXECUTING: COMMAND.COM /C mkdir c:\windows\TEMP\oztmp0
>
> Who is printing out the "EXECUTING..." line. Did you uncomment that
> line yourself in the code (I am a little worried as that line is
> supposed to be commented out in 0.7c).
Actually yes, I uncommented it.
>
> > C:\Alain\SW\Mozart\system> dir qtk.pkg
> > [...]
> > QTK PKG 239.335 03/10/01 21:24 qtk.pkg
> > 1 fichier(s) 239.335 octets
>
> Now this is also worrying me. The size appears to be wrong. On my
> (Linux) machine qtk.pkg has size 229089 not 239335.
>
> > What am I doing wrong here? I tried giving the full path
> > name but it didn't help.
>
> I don't know. Try --verbose to get more info and if that's not enough
> perhaps also try setting environment variable OZ_TRACE_LOAD to see
> what ozmake tries to do to locate qtk.pkg
> [...]
Ok, I'll re-download qtk.pkg, give it another try tonight
and try collect more useful info.
Regs,
-----------------------------------------------------------------
Alain Van Kerm
Alcatel ETCA - TEL/NM Department
-----------------------------------------------------------------
-
Please send submissions to users@mozart-oz.org
and administriva mail to users-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.