I’m trying to create the ISO image, in order to burn CD,
I downloaded the mkisofs utility from Quics, at
ftp://ftp.qnx.com/usr/free/qnx4/gnu/mkisofs-1.11.1.tgz
but there isn’t any executables, I try to do a Make, it gives an error.
Does anyone know ?? or is ther a way to get around this in oder to burn CD
for qnx???
Yes it gives an error in rock.c
make
cc -c -g -I. mkisofs.c
cc -c -g -I. tree.c
cc -c -g -I. write.c
cc -c -g -I. hash.c
cc -c -g -I. rock.c
rock.c: In function generate_rock_ridge_attributes': rock.c:373: structure has no member named st_ftime’
cc: error 33
make: *** [rock.o] Error 1
#ifdef QNX
iso9660_date((char *) &Rock[ipnt], lstatbuf->st_ftime);
ipnt += 7;
#endif
We get source code from QNX in which is “st_ftime”
changed to “st_mtime”. Then it works fine.
David
ran zhang <rzhang@vamcointernational.com> pí¹e v diskusním
pøíspìvku:9drh6i$mtu$1@inn.qnx.com…
I’m trying to create the ISO image, in order to burn CD,
I downloaded the mkisofs utility from Quics, at
ftp://ftp.qnx.com/usr/free/qnx4/gnu/mkisofs-1.11.1.tgz
but there isn’t any executables, I try to do a Make, it gives an error.
Does anyone know ?? or is ther a way to get around this in oder to burn CD
for qnx???
\