Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak build on FreeBSD #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Unbreak build on FreeBSD #22

wants to merge 2 commits into from

Commits on Apr 13, 2024

  1. build: adjust Linux-only header after 5cb9c3c

    In file included from theseus-ship-6.0.0/main_wayland.cpp:10:
    In file included from /usr/include/como/base/wayland/xwl_platform.h:17:
    In file included from /usr/include/como/render/wayland/xwl_platform.h:15:
    In file included from /usr/include/como/render/post/night_color_manager.h:14:
    /usr/include/como/base/os/clock/skew_notifier.h:8:10:
      fatal error: 'skew_notifier_engine.h' file not found
        8 | #include "skew_notifier_engine.h"
          |          ^~~~~~~~~~~~~~~~~~~~~~~~
    jbeich committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9839712 View commit details
    Browse the repository at this point in the history
  2. fix(wl): add missing header for non-glibc after ee5bf81

    como/xwl/socket.cpp:124:9: error: use of undeclared identifier 'close'
            close(fd);
            ^
    como/xwl/socket.cpp:129:9: error: use of undeclared identifier 'close'
            close(fd);
            ^
    como/xwl/socket.cpp:155:44: error: use of undeclared identifier 'getuid'
        if (info.st_uid != 0 && info.st_uid != getuid()) {
                                               ^
    como/xwl/socket.cpp:184:17: error: use of undeclared identifier 'close'
                    close(fd);
                    ^
    como/xwl/socket.cpp:223:9: error: use of undeclared identifier 'close'
            close(fd);
            ^
    jbeich committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3763e9c View commit details
    Browse the repository at this point in the history