Skip to content

PrintEx conflicts with another library on ESP32? #32

@scottchiefbaker

Description

@scottchiefbaker

I have a project that compiles just fine on avr and ESP8266, but not on ESP32. When I compile my project on ESP32 I get an error about redefining select?

/home/bakers/Arduino/libraries/PrintEx/src/lib/TypeTraits.h:78:55: error: 'template<bool V, class T, class U> struct select' redeclared as different kind of symbol
 template< bool V, typename T, typename U > struct select { typedef U type; };

esp32-error.txt

It's either from one of the core ESP32 IP libraries, or the ESP32 WebServer library. I don't know how to dig any deeper as the error message is a little beyond me. I'm glad to help test troubleshoot if you can tell me where to start.

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