libmicrohttpd
[Top][All Lists]
Advanced

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

Re: [libmicrohttpd] Compile Error


From: Evgeny Grin
Subject: Re: [libmicrohttpd] Compile Error
Date: Fri, 8 Dec 2017 11:14:14 +0300
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Hi Jong

How do you define 'response' and 'ethbuf08'?
'reponse' must be defined as 'struct MHD_Response *response;'
'ethbuf08' should be defined list some array or pointer, for example 'char ethbuf08[8];'

You provided not enough information to give you precise answer.

-- 
Best Wishes,
Evgeny Grin
07.12.2017 23:23, Jong Han wrote:
Hello,

Please check thid error Message

================
sync.c:268:9: error: cannot convert to a pointer type
         response = MHD_create_response_from_buffer (8, (void *)ethbuf08, MHD_RESPMEM_PERSISTENT);
===============

I don't know why this is a problem.

Thanks.

Jong Han

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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