libmicrohttpd
[Top][All Lists]
Advanced

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

Re: [libmicrohttpd] How to proper fix error: "ISO C90 does not support


From: Tim Rühsen
Subject: Re: [libmicrohttpd] How to proper fix error: "ISO C90 does not support ‘long long’"?
Date: Sat, 24 Mar 2018 09:37:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Hi Silvio,


On 24.03.2018 04:30, silvioprog wrote:
I'm using the following compilers:

1) clang version 5.0.1-svn325091-1~exp1 (branches/release_50)

2) arm-linux-androideabi-gcc (Linaro GCC 4.7-2014.04-1~dev) 4.7.4

3) gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609

clang and arm-linux-androideabi-gcc compiles MHD fine, but gcc raises the following error:


That version of gcc definitely understands 'long long'. So it's likely you have -std=c89 somewhere in your command line.
Is that what you desperately need / want ?

Regards, Tim

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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