Denys Duchier wrote:
>
> Jussi.Salmela@novogroup.com (Salmela Jussi) writes:
>
> > commands. I downlaoded the ozmake source and after some grepping came to
> the
> > conclusion that the problem was in the file Shell.oz. Apparently the
> command
> > lines and program lines have to be handled differently. So I replaced the
> > line
> > ToCommandVS=ToProgramVS
> > with the lines
> > [...]
>
> Sometimes, I despair of ever succeeding in making such simple things
> work on all versions of Windows. Thanks a lot for a verified fix. I
> added code based on it to the new version 0.7c of ozmake available now
> in MOGUL.
>
> If anyone else encounters _ANY_ such problems when using ozmake,
> please report them. I really want ozmake to work flawlessly on ALL
> platforms.
>
> Cheers,
Hi,
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.
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
except ozmake kept complaining about the package:
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
rm -R c:\windows\TEMP\oztmp0
EXECUTING: COMMAND.COM /C rmdir c:\windows\TEMP\oztmp0
%********************* ozmake [extract] error *******************
%**
%** cannot read or download package
%**
%** Package: qtk.pkg
%**--------------------------------------------------------------
C:\Alain\SW\Mozart\system> dir qtk.pkg
Le volume dans le lecteur C est 80-03-08A1
Le numéro de série du volume est 354B-12D0
Répertoire de C:\Alain\SW\Mozart\system
QTK PKG 239.335 03/10/01 21:24 qtk.pkg
1 fichier(s) 239.335 octets
0 répertoire(s) 8.988.98 Mo libre
What am I doing wrong here? I tried giving the full path
name but it didn't help. Should the package file be located
in a particular directory, or is there something else I
missed about specifying packages?
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/.