Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded a cEvent::Wait() with timeout. #1510
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
The build failed to compile. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
madmaxoft
Oct 5, 2014
Member
@worktycho or @Howaner I need assistance with this from someone linux-savvy. It seems this needs an extra library linked in.
|
@worktycho or @Howaner I need assistance with this from someone linux-savvy. It seems this needs an extra library linked in. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Try to include time.h |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
madmaxoft
Oct 5, 2014
Member
It's not about an include, the code compiles. It's about a missing link library.
|
It's not about an include, the code compiles. It's about a missing link library. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Is the librt.so library linked? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thank you :) |
added a commit
that referenced
this pull request
Oct 6, 2014
madmaxoft
merged commit 89713e2
into
master
Oct 6, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
archshift
deleted the
TimedEvent
branch
Oct 6, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
madmaxoft commentedOct 5, 2014
This will let us write task threads.