Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed wrong relative path for lwip/arpa/inet.h #3425

Closed
wants to merge 1 commit into from
Closed

Fixed wrong relative path for lwip/arpa/inet.h #3425

wants to merge 1 commit into from

Conversation

mathiasbredholt
Copy link

The path given in the original lwip header from esp-idf refers to a path that doesn't exist in arduino-esp32.

The path given in the original lwip header from esp-idf refers to a path that doesn't exist in arduino-esp32.
@atanisoft
Copy link
Collaborator

This will need to be submitted to esp-idf and not here since this header is copied as-is from there

@mathiasbredholt
Copy link
Author

@atanisoft But the problem is that the path structure of the header files in the esp-idf is different than the one in arduino-esp32. When I'm including the header file in an Arduino project, I'm getting this error mathiasbredholt/libmapper-arduino#3.

@atanisoft
Copy link
Collaborator

Be that as it may, I don't think this will be allowed to merge without being fixed in https://github.com/espressif/esp-idf. @me-no-dev what are your thoughts?

@me-no-dev
Copy link
Member

this is a bug in ESP-IDF. Please post the issue there and state that you are using IDF3.2 of Arduino :) I can not accept any changes to tools/sdk. All those files come from IDF and should be fixed there.

@me-no-dev me-no-dev closed this Oct 30, 2019
mathiasbredholt added a commit to mathiasbredholt/esp-idf that referenced this pull request Nov 8, 2019
The relative path breaks compatibility with arduino-esp32 as the path doesn't exist in arduino-esp32.
espressif/arduino-esp32#3425
espressif-bot pushed a commit to espressif/esp-idf that referenced this pull request Dec 16, 2019
The relative path breaks compatibility with arduino-esp32 as the path doesn't exist in arduino-esp32.
espressif/arduino-esp32#3425

Closes #4308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants