Skip to content

Local .h files should not be treated as libraries #821

Closed
@ArminJo

Description

@ArminJo

Bug Report

Current behavior

#include <DigisparkOLED.h>
#include <Wire.h>
// ============================================================================

#include "img0_128x64c1.h"
#include "digistump_128x64c1.h"

Compiles with 0.10.0 and relative path
Fails with 0.10.0 and absolute path and additional --build-path parameter with
fatal error: img0_128x64c1.h: No such file or directory, but file is in the same directory as the .ino file.

Expected behavior

Local .h files should not be treated as libraries and if so, should not lead to an error!

Environment

  • OS and platform: Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions