On 09/17/2015 09:50 AM, Thiago Macieira wrote: > I also ran the exercise of trying to compile on Windows and noticed there's a > lot of bad assumptions in the code. In particular, libcoap's hardcoded > config.h > does not apply on Windows, causing a lot of build issues. Once the config.h > is > fixed, libcoap builds fine. > > Let me clean up the patches and submit them.
We probably want to explicitly call out which versions of MSVC are being targeted/supported. (IIRC DevStudio 2008 had some major portability issues but still might be the key version for certain Windows platforms). -- Jon A. Cruz - Senior Open Source Developer Samsung Open Source Group jonc at osg.samsung.com
