missing separator. in write.c.d ??

Zhu Yanhai piggestpig at gmail.com
Tue Mar 11 20:00:25 PDT 2008


Hello,
   I'm trying to build CRFS in my Ubuntu box,  Below is what I have done.
  ---------------
root at liuhui:~/source# hg clone http://oss.oracle.com/mercurial/zab/crfs
requesting all changes
adding changesets
adding manifests
adding file changes
added 208 changesets with 1081 changes to 198 files
root at liuhui:~/source# cd crfs
root at liuhui:~/source/crfs# autoconf
root at liuhui:~/source/crfs# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for linux kernel source tree... found /lib/modules/2.6.15-26-386/build
configure: creating ./config.status
config.status: creating Makefile

root at liuhui:~/source/crfs# make
.hg/data/lk/write.c.d:2: *** missing separator.  Stop.

-----------

I don't know why it will refer to the directory .hg.   And I set
--with-lk to a 2.6.22.14 kernel, but it still doesn't work.

------------------
root at liuhui:~/source/crfs# ./configure --with-lk=/lib/modules/2.6.22.14/build
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for linux kernel source tree... found /lib/modules/2.6.22.14/build
configure: creating ./config.status
config.status: creating Makefile
root at liuhui:~/source/crfs# make
.hg/data/lk/write.c.d:2: *** missing separator.  Stop.

-------------

Thanks.



More information about the crfs-devel mailing list