You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The following error appears when try to compile mainline with "make" in ubuntu 16.04 xenial.
I tried a fix by changing:
mainline/src/Utility/TeeJee.ProcessHelper.vala
Line 149 in b9304da
to Posix.SIGTERM
The text was updated successfully, but these errors were encountered: