Advertisement
Guest User

LambdaCalculus379

a guest
Feb 15th, 2010
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.17 KB | None | 0 0
  1.         ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c
  2. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c:38: warning: ‘struct sigaltstack’ declared inside parameter list
  3. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c:38: warning: its scope is only this definition or declaration, which is probably not what you want
  4. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c:38: error: conflicting types for ‘sigaltstack’
  5. /usr/include/signal.h:89: error: previous declaration of ‘sigaltstack’ was here
  6. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c: In function ‘segv_handler’:
  7. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c:67: error: ‘struct __darwin_mcontext’ has no member named ‘ss’
  8. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c:116: error: ‘struct __darwin_mcontext’ has no member named ‘es’
  9. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c:116: error: ‘struct __darwin_mcontext’ has no member named ‘ss’
  10. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c: In function ‘darwin_rs6000_extra_signals’:
  11. ../../gcc-3.4.6/gcc/config/rs6000/host-darwin.c:130: warning: passing argument 1 of ‘sigaltstack’ from incompatible pointer type
  12. make[1]: *** [host-darwin.o] Error 1
  13. make: *** [all-gcc] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement