|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
|
Message ID: 2099
Entry time: 25 Feb 2021
Reply to this: 2101
|
Author: |
Lars Martin |
Topic: |
Bug Report |
Subject: |
tmfe_main.cxx missing include <signal.h> |
|
|
The most recent commit (b43aef648c2f8a7e710a327d0b322751ae44afea) throws this
compiler error:
src/tmfe_main.cxx:39:11: error: 'SIGPIPE' was not declared in this scope
signal(SIGPIPE, SIG_IGN);
It's fixed by adding #include <signal.h> to that file. |