-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
#includes in included files are not recognized #672
Comments
Deep scanning for dependent libraries is turned off by default. See lib_dfcyclic. |
The simple way is to add |
So, what you are saying is "this is the intended behavior"? I'll work around that if I need to. What is the drawback to turning lib_dfcyclic on by default? |
We had this option enabled before by default. However, we received a few issues where that doesn't work properly. In this case, we propose developers 2 options:
I'm working on PlatformIO 3.0 where Build System for libraries will be rewritten from the scratch. Maybe, I'll find better solution. |
I'm stuck on this problem. I've tried putting |
@mark-hahn could you provide a project to reproduce this issue? |
Sure, Is there a way I can send it only to you instead of making it
public? It's semi-private.
…On Thu, Jan 12, 2017 at 3:48 AM, Ivan Kravets ***@***.***> wrote:
@mark-hahn <https://github.com/mark-hahn> could you provide a project to
reproduce this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#672 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxhv6t3MHDsXoUpf7pXe-YomVxTWDMSks5rRhMngaJpZM4Io94x>
.
|
@mark-hahn Please send to [email protected], I'll not share your project. |
I reverted back to the time I had the problem and of course I can't recreate the problem. I'm pretty sure what I reported in the OP was accurate at the time. If I get back in that state I'll zip up the entire project folder and come back here. Anyway, sorry for the trouble. |
- Removed due to issue platformio/platformio-core#672 Signed-off-by: Martin Mihálek <[email protected]>
Am also having the same issue. |
Configuration
Operating system: Mac 10.11.4
PlatformIO Version (
platformio --version
): PlatformIO, version 2.9.1Description of problem
Certain
#include
s in#include
s are not recognized.Steps to Reproduce
#include <ESP8266mDNS.h>
from BasicOTA.ino.Actual Results
Expected Results
Successful compilation.
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
This seems to be #189 and #195 again.
Note: I have provided a generic way to reproduce the problem, and will work around it in my current code. However, this is not the desired or intended behavior, so, bug report...
The text was updated successfully, but these errors were encountered: