On 12/08/2017 05:04 AM, Wouter van der Beek (wovander) wrote:
> Continued story..
> I finally got windows building... the key thing was to install the latest 
> visual studio 2017 and suddenly the errors when away.

great news (esp. since using vs2017 was a problem for a long time, glad
to see validation it works now)

===

to revisit a small part of this topic (I'll take it to a separate
message if people miss it here):

the best-practice is to use run.bat to build Windows.

auto_build.py has some Windows support, that probably does not lead to a
good result now.  Should we remove that (by way of issuing a message to
please use run.bat instead)?

There are two ways to get to it:

auto_build.py windows

calls:
        build_windows("true", "")   # aka secured
        build_windows("false", "")

auto_build.py   (no arguments)

calls:
    build_all("true", "")    # aka secured
    build_all("false", "")
    unit_tests()

where build_all() includes a check:

    if platform.system() == "Windows":
        build_windows(flag, extra_option_str)


_______________________________________________
iotivity-dev mailing list
[email protected]
https://lists.iotivity.org/mailman/listinfo/iotivity-dev

Reply via email to