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: Fri, 21 Nov 2014 15:24:47 +0800
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0



2. libisofs/util.c: In function 'iso_datetime_7':
    libisofs/util.c:1577: error: wrong type argument to unary minus
    libisofs/util.c: In function 'iso_datetime_17':
    libisofs/util.c:1623: error: wrong type argument to unary minus

3. xorriso/misc_funct.c:649: error: invalid operands to binary -

Seems both 2 and 3 are caused by 'timezone', I comment the related lines out just for a workaround. The 1.3.8 package also has error 1 and 3, sorry for not mention that before.
After run ./configure, the pure Linux environment and cygwin have different config.h
file, which may caused the error.

1. config.h under Linux has the following macro:
/* Define this if tm structure includes a tm_gmtoff entry. */
#define HAVE_TM_GMTOFF 1

2. config.h under cygwin has the following macro:
/* Define this if tm structure includes a tm_gmtoff entry. */
/* #undef HAVE_TM_GMTOFF */

Thanks,
Gary



reply via email to

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