Advertisement
bolster

filemakeerrext2orig

Jul 14th, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. CC build/fs/fsys_ext2fs.o
  2. /root/filo/fs/fsys_ext2fs.c: In function 'dump_super':
  3. /root/filo/fs/fsys_ext2fs.c:404: error: 'struct ext2_super_block' has no member named 's_log_frag_size'
  4. /root/filo/fs/fsys_ext2fs.c:406: error: 'struct ext2_super_block' has no member named 's_frags_per_group'
  5. /root/filo/fs/fsys_ext2fs.c: At top level:
  6. /root/filo/fs/fsys_ext2fs.c:411: warning: 'struct ext2_group_desc' declared inside parameter list
  7. /root/filo/fs/fsys_ext2fs.c:411: warning: its scope is only this definition or declaration, which is probably not what you want
  8. /root/filo/fs/fsys_ext2fs.c: In function 'dump_group_desc':
  9. /root/filo/fs/fsys_ext2fs.c:414: error: dereferencing pointer to incomplete type
  10. /root/filo/fs/fsys_ext2fs.c:415: error: dereferencing pointer to incomplete type
  11. /root/filo/fs/fsys_ext2fs.c:416: error: dereferencing pointer to incomplete type
  12. /root/filo/fs/fsys_ext2fs.c:417: error: dereferencing pointer to incomplete type
  13. /root/filo/fs/fsys_ext2fs.c:418: error: dereferencing pointer to incomplete type
  14. /root/filo/fs/fsys_ext2fs.c:419: error: dereferencing pointer to incomplete type
  15. /root/filo/fs/fsys_ext2fs.c: In function 'ext4fs_block_map':
  16. /root/filo/fs/fsys_ext2fs.c:640: error: conflicting types for 'i'
  17. /root/filo/fs/fsys_ext2fs.c:637: note: previous declaration of 'i' was here
  18. /root/filo/fs/fsys_ext2fs.c: In function 'ext2fs_dir':
  19. /root/filo/fs/fsys_ext2fs.c:861: warning: passing argument 1 of 'dump_group_desc' from incompatible pointer type
  20. /root/filo/fs/fsys_ext2fs.c:411: note: expected 'struct ext2_group_desc *' but argument is of type 'struct ext2_group_desc *'
  21. /root/filo/fs/fsys_ext2fs.c:877: error: 'gdp' undeclared (first use in this function)
  22. /root/filo/fs/fsys_ext2fs.c:877: error: (Each undeclared identifier is reported only once
  23. /root/filo/fs/fsys_ext2fs.c:877: error: for each function it appears in.)
  24. make: *** [/root/filo/build/fs/fsys_ext2fs.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement