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 via epoll-shim #1024

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Unbreak build on FreeBSD via epoll-shim #1024

merged 1 commit into from
Nov 22, 2023

Conversation

jbeich
Copy link

@jbeich jbeich commented Nov 22, 2023

Follow up to #1023

ld: error: undefined symbol: epoll_ctl
>>> referenced by steamcompmgr.cpp
>>>               src/gamescope.p/steamcompmgr.cpp.o:(update_wayland_res(CommitDoneList_t*, steamcompmgr_win_t*, ResListEntry_t&))
>>> referenced by steamcompmgr.cpp
>>>               src/gamescope.p/steamcompmgr.cpp.o:(commit_t::OnPollIn())
>>> referenced by steamcompmgr.cpp
>>>               src/gamescope.p/steamcompmgr.cpp.o:(gamescope::CWaiter<1024ul>::CWaiter())

ld: error: undefined symbol: epoll_create1
>>> referenced by steamcompmgr.cpp
>>>               src/gamescope.p/steamcompmgr.cpp.o:(gamescope::CWaiter<1024ul>::CWaiter())

ld: error: undefined symbol: epoll_wait
>>> referenced by steamcompmgr.cpp
>>>               src/gamescope.p/steamcompmgr.cpp.o:(gamescope::CAsyncWaiter<1024ul>::WaiterThreadFunc(char const*))
Copy link
Collaborator

@emersion emersion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@emersion emersion merged commit d1b7efd into ValveSoftware:master Nov 22, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants