On 04/07/2017 03:38 PM, Morten Nielsen wrote: > Has anyone successfully compiled IoTivity with VS2017 ? > I?m getting a ?cl not found? error (the error happens to be the same as I was > getting back when I tried to compile for Windows ARM using VS2015). > But cl compiler is accessible from the commandline. > > > /Morten
worked with 2015. I guess it's not actually "with VS" when you do it from a command line. For me the easiest was to open the VS cmd window, and in that window make sure python works, and install scons using "pip install", because that way it knows about all the paths to all the components. My VS2015 install offers up "VS2015 x86 x64 Cross Tools Command Prompt" and "VS2015 x86 ARM Cross Tools Command Prompt". Does not VS2017 do the same?