Hi,
On 4/20/07, ML mail <address@hidden> wrote:
Thanks for your suggestion, HAVE_LIBUSB was defined to 1, so I just
commented the define out with /* */. The compilation now went further but
stops with another problem as you can see here in the output:
Could you please check out why configure didn't work well?
gnokii-calendar.c:222: error: `INT_MAX' undeclared (first use in this
function)
gnokii-calendar.c:222: error: (Each undeclared identifier is reported
only
once
gnokii-calendar.c:222: error: for each function it appears in.)
gnokii-calendar.c: In function `deletecalendarnote':
gnokii-calendar.c:304: error: `INT_MAX' undeclared (first use in this
function)
Again. configure did something wrong:
gnokii/gnokii-calendar.c includes compat.h
compat.h includes <limits.h> or compat.h defines INT_MAX
Could you please check out whether limits.h defines INT_MAX?