bug-xorriso
[Top][All Lists]
Advanced

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

Re: [Bug-xorriso] About run xorriso under Win32


From: gary jiang
Subject: Re: [Bug-xorriso] About run xorriso under Win32
Date: Thu, 27 Nov 2014 14:56:21 +0800
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Hi Thomas,
On 2014/11/27 2:24, Thomas Schmitt wrote:
Hi,

i uploaded a new

   http://www.gnu.org/software/xorriso/xorriso-1.3.9.tar.gz

MD5 is 0e0acdf0bd7f85fd6fd6feeb8dcbbee6
Version timestamp :  2014.11.26.164605

I advise to rename or emove the old xorriso-1.3.9 tree
before unpacking and building the new one.

This is supposed to avoid the three compile-time obstacles
on Cygwin:
1. libisofs/system_area.h:179
2. libisofs/util.c: In function 'iso_datetime_7':
    libisofs/util.c:1577: error: wrong type argument to unary minus
3. xorriso/misc_funct.c:649: error: invalid operands to binary -
The libisofs/util.c still has compile issue for the below line:

tzoffset = ( - timezone / 60 / 15 ) + 4 * tm.tm_isdst;

I removed ( - timezone / 60 / 15 ) as you suggested before.
Further it is supposed to use flag option O_BINARY with
all open(2) calls.
I.e. it should not fail with -b ... -boot-info-table
and the file contents in the ISO image should match the
file content of the original files on hard disk.

Please test.
Especially whether the file content of hard disk file and
file in ISO matches. (xorriso has fine features for that
but they all depend on trust in xorriso's read capabilities.)
Great! It works for me, the iso can boot both bios machine and efi machine.
Thank you very much for your effort! :-)

Best Regards,
Gary

Have a nice day :)

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]