Skip to content

Build fails on logger.h #24

@andrewnicols

Description

@andrewnicols

I've been trying to build phevcore for a while but without success.

The docker build fails, probably because the ubuntu:latest tag is too new for some of the dependencies so I've been trying to build locally on an ubuntu box running focal.

Following the build instructions I get the following:

nicols@ha:~/git/ext/phevctl/phevcore/build$ make
Scanning dependencies of target phev
[ 12%] Building C object CMakeFiles/phev.dir/src/phev_register.c.o
/home/nicols/git/ext/phevctl/phevcore/src/phev_register.c:3:10: fatal error: logger.h: No such file or directory
    3 | #include "logger.h"
      |          ^~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/phev.dir/build.make:63: CMakeFiles/phev.dir/src/phev_register.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/phev.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

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