Skip to content

musl aarch64 compilation error #429

@Matthieu-Sauer

Description

@Matthieu-Sauer

General description of bug:

Project fails to compile on Void linux ARM musl version (I build it with clang and none of the optional dependencies.)
fastfetch/src/detection/wifi/wifi_linux.c:250:32: error: use of undeclared identifier 'caddr_t'

This is due to caddr_t being (in musl) in the file "sys/types.h" which seems not to be included.

I included it locally and it did solve the compilation issue.

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