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 15:51:02 +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 15:22, Thomas Schmitt wrote:
Hi,

The libisofs/util.c still has compile issue for the below line:
tzoffset = ( - timezone / 60 / 15 ) + 4 * tm.tm_isdst;
Stupid me. There is a second occurence of "timezone" in libisofs/util.c.

The appropriate change would be:

-     tzoffset = ( - timezone / 60 / 15 ) + 4 * tm.tm_isdst;
+ #ifndef Libburnia_timezonE
+ #define Libburnia_timezonE timezone
+ #endif
+     tzoffset = ( - Libburnia_timezonE / 60 / 15 ) + 4 * tm.tm_isdst;
Thanks for the better change.
./configure on Cygwin is supposed to define Libburnia_timezonE
to be 0, as long as i do not have a clue how the timezone()
function is supposed to work (input parameters, output time units).
This obviously worked for the other occasion where i already
replaced "timezone" by my own macro symbol.

I'll fix this, make a new upload, and ask you for a final
compile time test.
No problem, I am pleased to do it.

Further it is supposed to use flag option O_BINARY with
all open(2) calls.
Great! It works for me, the iso can boot both bios machine and efi machine.
So we had further content alterations by that brain damaged
text mode of Cygwin resp. Microsoft.

:-D
Thank you very much for your effort! :-)
Don't hesitate to report further bugs and/or ask for advice.

Of course will, and it is really nice to do it, thanks again.

Best Regards,
Gary
Have a nice day :)

Thomas





reply via email to

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