Skip to content

Autotools with SUBDIRS #21

Open
@novns

Description

@novns

I got the "Matched file does not exist" error when failed source file is located in subdirectory specified in automake's SUBDIRS variable.

Example of output from make:

make  all-recursive
make[1]: Entering directory '/home/novns/tmp/testmake'
Making all in src
make[2]: Entering directory '/home/novns/tmp/testmake/src'
  CC       testmake.o
testmake.c: In function 'main':
testmake.c:3:5: error: unknown type name 'error'
     error is here!
     ^

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions