On 22/12/2016 21:19, Eric Blake wrote:
On 12/22/2016 02:14 PM, Eric Blake wrote:
ssize_t.c:115:22: error: expected expression before ‘)’ token
if (sizeof ((ssize_t)))
^
That's probably SUPPOSED to happen.
Autoconf tests for type names by comparing:
adding [] i
On 12/22/2016 02:51 PM, Hans-Bernhard Bröker wrote:
> Am 22.12.2016 um 20:39 schrieb Marco Atzeri:
>
>> building latest Imagemagick, the test for ssize_t is now failing with a
>> puzzling
>>
>> $ gcc ssize_t.c -o ssize_t
>> ssize_t.c: In function ‘main’:
Am 22.12.2016 um 20:39 schrieb Marco Atzeri:
building latest Imagemagick, the test for ssize_t is now failing with a
puzzling
$ gcc ssize_t.c -o ssize_t
ssize_t.c: In function ‘main’:
ssize_t.c:115:22: error: expected expression before ‘)’ token
if (sizeof ((ssize_t
On 12/22/2016 02:14 PM, Eric Blake wrote:
>> ssize_t.c:115:22: error: expected expression before ‘)’ token
>> if (sizeof ((ssize_t)))
>> ^
> That's probably SUPPOSED to happen.
>
> Autoconf tests for type names by comparing:
In fact, read
On 12/22/2016 01:39 PM, Marco Atzeri wrote:
> Hi guys,
>
> building latest Imagemagick, the test for ssize_t is now failing with a
> puzzling
>
> $ gcc ssize_t.c -o ssize_t
> ssize_t.c: In function ‘main’:
> ssize_t.c:115:22: error: expected expression before ‘)’ token
Hi guys,
building latest Imagemagick, the test for ssize_t is now failing with a
puzzling
$ gcc ssize_t.c -o ssize_t
ssize_t.c: In function ‘main’:
ssize_t.c:115:22: error: expected expression before ‘)’ token
if (sizeof ((ssize_t)))
^
any clue what to look for
6 matches
Mail list logo