On Thursday 17 September 2015 13:52:09 Jon A. Cruz wrote: > 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.
None. I have no clue how to tell scons to use the Microsoft compiler. It always runs "gcc", no matter what environment I'm in. And we're really far away from Visual Studio support. I managed to get something going with Cygwin, but that's not a real target. It's a stepping stone, one to be removed once we're done with it. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
