I tried applying all the patches, yet still no success in the
./buildtarball script.
./Buildit runs and completes, for some reason ./buildtarball fails.
Server.tproj/main.cpp: In function `int main(int, char**)':
Server.tproj/main.cpp:226: error: no match for 'operator=' in
'act.sigaction::sa_mask = 0'
/usr/include/bits/sigset.h:29: note: candidates are: __sigset_t&
__sigset_t::operator=(const __sigset_t&)
Server.tproj/main.cpp:228: error: invalid conversion from `void
(*)(...)' to `void (*)(int)'
I updated the ./Buildit script to use the gcc Linker which helped
complete the Buildit script successfully.
Any advice as to why I continue to get build errors would be appreciated.
I see many people have asked this question before me, however it's not
so clear what solves this problem.