[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] On running the examples in source
From: |
Piotr Grzybowski |
Subject: |
Re: [libmicrohttpd] On running the examples in source |
Date: |
Fri, 8 May 2015 14:23:21 +0200 |
hi,
I do not think fileserver_example.c should #include "platform.h",
(someone correct me on this), try to remove this line (first one,
after comments).
cheers,
pg
On Fri, May 8, 2015 at 11:06 AM, Prakash Premkumar
<address@hidden> wrote:
> Hi how do I run the examples in the src/examples ?
>
> I don't want to install MHD binary, I just want to run it along side the
> source code
>
> I tried this :
>
>> gcc fileserver_example.c
>> -I/Users/prakash-2282/Desktop/libmicrohttpd-0.9.41/src/include
>
>
>
> It gave me this error:
>>
>> fatal error: 'MHD_config.h'
>> file not found
>
>
>
> Thanks for your help