Ticket #1916 (closed defect: fixed)
VFS configure fixups
Reported by: | metux | Owned by: | metux |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0.1 |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description (last modified by metux) (diff)
- Some long time ago, parts of MVFS development branch have been accidentially merged.
- some AC_CONDITIONAL()'s are missing for non-vfs builds.
- several conflicts between vfs/vfs.h and src/vfsdummy.h
- missing functions on non-vfs builds
branch:1916_nonvfs_fixup
changeset:d8b370d973acf7ae265ab57918cb5e151ca58031
Change History
comment:3 in reply to: ↑ 1 Changed 15 years ago by metux
- Owner set to metux
- Status changed from new to accepted
comment:4 Changed 15 years ago by metux
- Description modified (diff)
- Blocked By 1910 removed
- severity changed from no branch to on review
comment:5 follow-up: ↓ 6 Changed 15 years ago by andrew_b
- Component changed from mc-core to mc-vfs
- severity changed from on review to on rework
./configure --help shows
--disable-vfs Compile with VFS code
Should be
--disable-vfs Compile without VFS code
comment:6 in reply to: ↑ 5 Changed 15 years ago by metux
Replying to andrew_b:
./configure --help shows
--disable-vfs Compile with VFS codeShould be
--disable-vfs Compile without VFS code
Fixed it.
comment:8 Changed 15 years ago by slavazanko
- Votes for changeset set to slavazanko
- Milestone changed from 4.7 to 4.7.0.1
comment:9 Changed 15 years ago by andrew_b
- severity changed from on review to on rework
changeset:73b2790ae7967fdebde3327a41ce0f536ca37cc4
vfs_canon_and_translate() should be rewritten using glib functions.
comment:10 Changed 15 years ago by slavazanko
- Votes for changeset slavazanko deleted
- b0e4b779e6a88d2a353289323f26b7d910d8aad0: Rewritten vfs_canon_and_translate() function for using glib functions.
Review, please.
comment:13 Changed 15 years ago by andrew_b
- Votes for changeset changed from angel_il to angel_il andrew_b
- severity changed from on review to approved
Please squash 73b2790ae7967fdebde3327a41ce0f536ca37cc4 and b0e4b779e6a88d2a353289323f26b7d910d8aad0 before merge.
comment:14 Changed 15 years ago by slavazanko
- Status changed from accepted to testing
- Votes for changeset changed from angel_il andrew_b to commited-master
- Resolution set to fixed
- severity changed from approved to merged
Note: See
TracTickets for help on using
tickets.
What about #1910?