Skip to content

Exact library versions? #2

@lordbbk

Description

@lordbbk

Dear @djsb,

Could you please share the exact versions of the libraries you managed to compile the code against?

I have encountered several compile issues probably because of updated, incompatible libraries.

e.g.

Verifying...
sketch/ESP8266SSDP.cpp: In member function 'void SSDPClass::_send(ssdp_method_t)':
ESP8266SSDP.cpp:187: error: conversion from 'IPAddress' to non-scalar type 'ip_addr_t {aka ip4_addr}' requested
   ip_addr_t ip = WiFi.localIP();
                               ^
In file included from [...]/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.1/tools/sdk/lwip2/include/lwip/ip_addr.h:43:0,
                 from [...]/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.1/tools/sdk/include/user_interface.h:30,
                 from sketch/ESP8266SSDP.cpp:16:
sketch/ESP8266SSDP.cpp: In member function 'void SSDPClass::schema(WiFiClient)':
[...]/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.1/tools/sdk/lwip2/include/lwip/ip4_addr.h:199:54: error: request for member 'addr' in 'ip', which is of non-class type 'uint32_t {aka unsigned int}'
 #define ip4_addr1(ipaddr) (((const u8_t*)(&(ipaddr)->addr))[0])

Thanks in advance for your support!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions