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 <[email protected]> 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
