Skip to content

[BUG] Missing header files #69

@tomwimmenhove

Description

@tomwimmenhove

Describe the bug
Unable to compile the project due to missing header files. Googling these header files turns up with zero results, as if they never existed.

To Reproduce
Try to compile v1.2.0

Expected behavior
The project to compile

Error Output

In file included from src/impl/autotierfs/autotierfs.cpp:21:
src/incl/config.hpp:24:10: fatal error: 45d/config/ConfigParser.hpp: No such file or directory
   24 | #include <45d/config/ConfigParser.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:51: build/autotierfs/autotierfs.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/impl/autotierfs/fuseOps/statfs.cpp:25:
src/incl/tier.hpp:22:10: fatal error: 45d/Quota.hpp: No such file or directory
   22 | #include <45d/Quota.hpp>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:51: build/autotierfs/fuseOps/statfs.o] Error 1
In file included from src/impl/autotierfs/fuseOps/open.cpp:27:
src/incl/tier.hpp:22:10: fatal error: 45d/Quota.hpp: No such file or directory
   22 | #include <45d/Quota.hpp>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:51: build/autotierfs/fuseOps/open.o] Error 1
In file included from src/impl/autotierfs/fuseOps/chmod.cpp:26:
src/incl/tier.hpp:22:10: fatal error: 45d/Quota.hpp: No such file or directory
   22 | #include <45d/Quota.hpp>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:51: build/autotierfs/fuseOps/chmod.o] Error 1
In file included from src/impl/autotierfs/fuseOps/create.cpp:27:
src/incl/tier.hpp:22:10: fatal error: 45d/Quota.hpp: No such file or directory
   22 | #include <45d/Quota.hpp>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:51: build/autotierfs/fuseOps/create.o] Error 1

System (please complete the following information):

  • OS: Ubuntu 22.04.3 LTS
  • Fuse library versions:
    fuse3/jammy,now 3.10.5-1build1 amd64 [installed,automatic]
    gvfs-fuse/jammy-updates,now 1.48.2-0ubuntu1 amd64 [installed,automatic]
    libfuse2/jammy,now 2.9.9-5ubuntu3 amd64 [installed]
    libfuse3-3/jammy,now 3.10.5-1build1 amd64 [installed,automatic]
    libfuse3-dev/jammy,now 3.10.5-1build1 amd64 [installed]
  • Version v1.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions