Advertisement
Guest User

Untitled

a guest
Aug 5th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. andrea@andrea-1215P:~/Documents/Nemo$ sb2 gcc hello.c -o hello
  2. hello.c:1:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before '~' token
  3. In file included from //usr/include/stdio.h:75:0,
  4. from hello.c:3:
  5. //usr/include/libio.h:332:3: error: unknown type name 'size_t'
  6. //usr/include/libio.h:336:67: error: 'size_t' undeclared here (not in a function)
  7. //usr/include/libio.h:364:62: error: expected declaration specifiers or '...' before 'size_t'
  8. //usr/include/libio.h:373:6: error: expected declaration specifiers or '...' before 'size_t'
  9. //usr/include/libio.h:495:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  10. In file included from hello.c:3:0:
  11. //usr/include/stdio.h:318:35: error: expected declaration specifiers or '...' before 'size_t'
  12. //usr/include/stdio.h:324:47: error: expected declaration specifiers or '...' before 'size_t'
  13. //usr/include/stdio.h:336:20: error: expected declaration specifiers or '...' before 'size_t'
  14. //usr/include/stdio.h:343:10: error: expected declaration specifiers or '...' before 'size_t'
  15. //usr/include/stdio.h:385:44: error: expected declaration specifiers or '...' before 'size_t'
  16. //usr/include/stdio.h:389:45: error: expected declaration specifiers or '...' before 'size_t'
  17. //usr/include/stdio.h:661:11: error: expected declaration specifiers or '...' before 'size_t'
  18. //usr/include/stdio.h:664:9: error: expected declaration specifiers or '...' before 'size_t'
  19. //usr/include/stdio.h:674:8: error: expected declaration specifiers or '...' before 'size_t'
  20. //usr/include/stdio.h:704:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  21. //usr/include/stdio.h:710:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  22. //usr/include/stdio.h:732:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
  23. //usr/include/stdio.h:734:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement