Ticket #225 (closed enhancement: invalid)
MVFS support, 9P, ...
Reported by: | metux | Owned by: | metux |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-vfs | Version: | 4.6.1 |
Keywords: | Cc: | yury@… | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by metux) (diff)
Add support for running mc's vfs'es via libmvfs and introduce a few libmvfs-based vfs'es, eg. 9P.
branch:225_mvfs
Change History
comment:1 Changed 16 years ago by metux
- Status changed from new to accepted
- Owner set to metux
- Description modified (diff)
comment:3 Changed 16 years ago by metux
I've reworked the branch a bit, fixed some minor issues.
Please vote.
comment:4 Changed 16 years ago by slyfox
./autogen.sh:
m4.include/mc-vfs.m4:119: warning: underquoted definition of AC_MC_VFS_CHECKS
m4.include/mc-vfs.m4:119: run info '(automake)Extending aclocal'
m4.include/mc-vfs.m4:119: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
./configure --enable-mvfs-9p --enable-mvfs-local --enable-mvfs-fish
checking for libmvfs... Package libmvfs was not found in the pkg-config search path. Perhaps you should add the directory containing `libmvfs.pc' to the PKG_CONFIG_PATH environment variable No package 'libmvfs' found
configure: error: Library requirements (libmvfs) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
what is mvfs/libmvfs at all? how can i use it?
comment:5 Changed 16 years ago by metux
comment:6 Changed 16 years ago by ZYV
- Keywords review removed
- Cc yury@… added
Hmmm, now it needs to be removed since libmvfs doesn't exist anymore?