Ticket #345 (closed defect: fixed)
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.
Change History
comment:2 Changed 16 years ago by slavazanko
- Keywords review added
See branch 345_mcfs_build_failure
changeset:ae46a004e9f5f220923a696281f5f40d683e7dc1
WITH_MCFS renamed to ENABLE_VFS_MCFS in source code.
Others defined constants checked too.
comment:3 Changed 16 years ago by slyfox
- Keywords vote-slyfox added
Yeah, mcserv now builds correctly.
comment:5 Changed 16 years ago by slavazanko
- Keywords commited-master added; vote-slyfox vote-styx approved removed
- Status changed from new to closed
- Resolution set to fixed
comment:6 Changed 15 years ago by slavazanko
- Status changed from closed to reopened
- Resolution fixed deleted
Need to fix otherwise :)
mcserv binary don't make
comment:7 Changed 15 years ago by slavazanko
- Keywords review added; commited-master removed
created branch 345_fix_m4_stuff (parent branch: master)
Changed option --with-mcfs to --enable-mcserver
Review, please
comment:10 Changed 15 years ago by slavazanko
- Status changed from reopened to closed
- Keywords commited-master added; review vote-styx vote-slyfox approved removed
- Resolution set to fixed