<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Build isn't working here.  git submodule update from the esp-idf
    directory just returned without making any apparent changes; did
    things get pushed to remote/master?<br>
    <br>
    I'm getting a build error.  This is after a make clean.  What did I
    miss?<br>
    <br>
    <tt>/home/greg/greg/ovms/Open-Vehicle-Monitoring-System-3-master/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/components/ovms_webserver/src/ovms_webserver.cpp:
      In member function 'user_session*
      OvmsWebServer::GetSession(http_message*)':</tt><tt><br>
    </tt><tt>/home/greg/greg/ovms/Open-Vehicle-Monitoring-System-3-master/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/components/ovms_webserver/src/ovms_webserver.cpp:584:84:
      error: 'mg_http_parse_header2' was not declared in this scope</tt><tt><br>
    </tt><tt>   mg_http_parse_header2(cookie_header,
      SESSION_COOKIE_NAME, &ssid, sizeof(ssid_buf));</tt><tt><br>
    </tt><tt>                                                                                   
      ^</tt><tt><br>
    </tt><tt>make[1]: *** [/home/greg/esp/esp-idf/make/</tt><tt><a
        href="http://component_wrapper.mk:274">component_wrapper.mk:274</a></tt><tt>:
      src/ovms_webserver.o] Error 1</tt><tt><br>
    </tt><tt>make: *** [/home/greg/esp/esp-idf/make/</tt><tt><a
        href="http://project.mk:450">project.mk:450</a></tt><tt>:
      component-ovms_webserver-build] Error 2</tt><tt><br>
    </tt><tt><a class="moz-txt-link-abbreviated" href="mailto:greg@linux-0rpb:~/greg/ovms/Open-Vehicle-Monitoring-System-3-master/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3">greg@linux-0rpb:~/greg/ovms/Open-Vehicle-Monitoring-System-3-master/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3</a>>
    </tt><br>
    <br>
    Greg<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Michael Balzer wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:6de43b62-8dc0-eb95-a4d6-e3bd825602bd@expeedo.de">
      <pre wrap="">Just pushed the update, so you'll need to do…

git submodule update

…after your next pull.

I've excluded the dev branch changes for now as mg_broadcast() isn't usable yet for us anyway, at least not for my purpose.

Everything OK in my environment, but please test yours.

Regards,
Michael


Am 11.03.2018 um 03:34 schrieb Mark Webb-Johnson:
</pre>
      <blockquote type="cite">
        <pre wrap="">Fine by me. Just let us know when done so we know to submodule update.

</pre>
        <blockquote type="cite">
          <pre wrap="">On 11 Mar 2018, at 2:34 AM, Michael Balzer <a class="moz-txt-link-rfc2396E" href="mailto:dexter@expeedo.de"><dexter@expeedo.de></a> wrote:

Mark, Steve,

I'm about to update our mongoose submodule to the latest changes _including_ the latest additions to the "dev" branch.

That's because I want to use the mg_broadcast() function, which doesn't work on the ESP32 until this fix from the dev branch:

<a class="moz-txt-link-freetext" href="https://github.com/cesanta/mongoose/commit/780077d1187ff632bdcbf33d65207a084027aba9">https://github.com/cesanta/mongoose/commit/780077d1187ff632bdcbf33d65207a084027aba9</a>

Quickly found that in the mongoose issues once I knew what to look for… ;)

My local checkout builds & runs. I've checked through the commits, there is no API change (except a minor one on HTTP header parsing). None of the commits looks
like it could break something and there are some clear fixes included, so I think we can just merge the dev branch.

I'll do some general tests before pushing the change, if you'd like me to wait with the update or do some specific tests, tell me.

Regards,
Michael

-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26


_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
        </blockquote>
        <pre wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
      </blockquote>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>