Ticket #345 (new defect) — at Version 1
git master: mcfs: build failure
Reported by: | slyfox | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7 |
Component: | mc-core | Version: | |
Keywords: | commited-master | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by slyfox) (diff)
Out of tree build:
$../mc/configure --prefix=$(pwd)/_mc-bin \
--with-samba \
--with-mcfs \
--enable-charset \
--enable-extcharset \
--enable-maintainer-mode
$ make
gcc -std=gnu99 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../mc -DCONFIGDIR=\"/etc\" -ggdb3 -o mcserv mcserv.o mcfsutil.o -lpam -ldl
mcserv.o: In function `send_status':
/mnt/archive/work/dev/git/mc-build/vfs/../../mc/vfs/mcserv.c:202: undefined reference to `rpc_send'
Somehow we lost declaration of WITH_MCFS define after last m4 reorganization
Other macros should be checked too.
Note: See
TracTickets for help on using
tickets.