Details
Description
$ nice gmake BUILDTYPE=11s BUILDDIR=/build/sebor/stdcxx-eccp-3.9-11s CONFIG=eccp.config
...
eccp -c -I/amd/devco/sebor/stdcxx/include/ansi -D_RWSTDDEBUG -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-eccp-3.9-11s/include -A -x --template_directory=/build/sebor/stdcxx-eccp-3.9-11s/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 /amd/devco/sebor/stdcxx/util/cmdopt.cpp
"/amd/devco/sebor/stdcxx/util/cmdopt.cpp", line 171: error #70: incomplete
type is not allowed
struct sigaction act;
^
"/amd/devco/sebor/stdcxx/util/cmdopt.cpp", line 181: error #70: incomplete
type is not allowed
return 0 > sigaction (signo, &act, 0);
^
"/amd/devco/sebor/stdcxx/util/cmdopt.cpp", line 181: error #18: expected a ")"
return 0 > sigaction (signo, &act, 0);
^
3 errors detected in the compilation of "/amd/devco/sebor/stdcxx/util/cmdopt.cpp".
gmake[2]: *** [cmdopt.o] Error 2
gmake[2]: Leaving directory `/build/sebor/stdcxx-eccp-3.9-11s/bin'
gmake[1]: *** [util] Error 2
gmake[1]: Leaving directory `/build/sebor/stdcxx-eccp-3.9-11s'
gmake: *** [libstd] Error 2
Attachments
Issue Links
- is duplicated by
-
STDCXX-591 [EDG eccp/Linux] error #70 on incomplete struct sigaction in cmdopt.cpp
- Closed
- relates to
-
STDCXX-736 [EDG eccp 3.9] errors compiling utilities
- Resolved