Ticket #345 (new defect) — at Initial Version

Opened 15 years ago

Last modified 15 years ago

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

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 USE_MCFS define after last m4 reorganization

Other macros should be checked too.

Note: See TracTickets for help on using tickets.