Package Details: eontimer-git r55.d53e42a-1

Git Clone URL: https://aur.archlinux.org/eontimer-git.git (read-only, click to copy)
Package Base: eontimer-git
Description: A Pokemon RNG timer
Upstream URL: https://github.com/dylmeadows/EonTimer
Licenses: MIT
Conflicts: eontimer
Provides: eontimer
Submitter: phijor
Maintainer: phijor
Last Packager: phijor
Votes: 0
Popularity: 0.000000
First Submitted: 2020-06-20 20:44 (UTC)
Last Updated: 2020-06-20 21:06 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

hosua commented on 2023-11-29 17:13 (UTC) (edited on 2023-11-29 17:13 (UTC) by hosua)

Compiling this package currently gives you the error:

/EonTimer/src/services/TimerService.cpp:105:31: error: ‘sleep_for’ is not a member of ‘std::this_thread’
  105 |             std::this_thread::sleep_for(adjustedPeriod)

The fix is quite simple, you just need to #include <thread> in TimerService.h.

I'm not flagging this out of date since this fix has not been merged yet, just leaving an FYI.

Link to the PR