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

Compilation error on Ubuntu 16.04 Xenial #76

Closed
smsm2014 opened this issue Jan 4, 2021 · 1 comment
Closed

Compilation error on Ubuntu 16.04 Xenial #76

smsm2014 opened this issue Jan 4, 2021 · 1 comment

Comments

@smsm2014
Copy link

smsm2014 commented Jan 4, 2021

The following error appears when try to compile mainline with "make" in ubuntu 16.04 xenial.

src/Utility/TeeJee.ProcessHelper.vala:149.28-149.39: error: The name Signal' does not exist in the context of Posix'
Posix.kill (process_pid, Posix.Signal.TERM);
^^^^^^^^^^^^
src/Utility/TeeJee.ProcessHelper.vala:155.27-155.38: error: The name Signal' does not exist in the context of Posix'
Posix.kill (childPid, Posix.Signal.TERM);
^^^^^^^^^^^^
Compilation failed: 2 error(s), 3 warning(s)

I tried a fix by changing:

Posix.kill (process_pid, Posix.Signal.TERM);

to Posix.SIGTERM

@bkw777
Copy link
Owner

bkw777 commented Aug 13, 2021

Thanks for this.
added with c28d891
... no reallythis time 4bf12b3

@bkw777 bkw777 closed this as completed Aug 13, 2021
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

No branches or pull requests

2 participants