搜索

大约有 7 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1950秒)

1.帮忙看下安装的问题

更新时间:2011-11-07 00:11 t By zxing

...c -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -I/usr/local/xunsearch/include -MT flock.o -MD -MP -MF .deps/flock.Tpo -c -o flock.o flock.c mv -f .deps/flock.Tpo .deps/flock.Po g++ -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/local/xunsearch/include -MT import.o -MD -MP -MF .deps/import.Tpo -c -o import.o impor...

2.RE: 帮忙看下安装的问题

发布时间:2011-11-07 13:11 t By hightman

你检查一下 /usr/include/pthread.h 是否存在? 检查 src/flock.h 的第 55 行是不是像下面这样子: 53 54 #include 55 #define __USE_UNIX98 1 56

3.RE: 安装scws-1.2.1时遇到的问题

发布时间:2013-05-10 10:05 t By hightman

在第28行后,加上以下三句试试: #ifdef HAVE_FLOCK # include #endif

4.RE: 安装scws-1.2.1时遇到的问题

更新时间:2013-05-10 10:05 t By hightman

...++ b/libscws/xdb.c @@ -25,6 +25,10 @@ #include #include +#ifdef HAVE_FLOCK +# include +#endif + #ifdef HAVE_MMAP # include #endif

5.为什么我编译SCWS-1.1.1失败

发布时间:2010-08-18 09:08 t By assad

...hecking for strtok_r... yes checking for mmap... yes checking for struct flock... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating libscws/Makefile config.status: W...

6.好消息,scws-0.0.1 pre 版发布!!

发布时间:2007-06-09 11:06 t By hightman

..., 12, SEEK_SET); ! write(x->fd, &x->fsize, sizeof(x->fsize)); ! _xdb_flock(x->fd, LOCK_UN); close(x->fd); x->fd = -1; } --- 240,262 ---- { if (x == NULL) return; ! ! #ifdef HAVE_MMAP if (x->fmap != NULL) { munmap(x->fmap, x->fsize); x->fmap = N...

7.scws在ubuntu9.0.4上不能编译

更新时间:2009-05-27 09:05 t By tianfan

...checking for strndup... yes checking for mmap... yes checking for struct flock... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libscws/Makefile config.status: creating etc/Makefile config.status: creating cli/Makefile config.status: creatin...

  • 时间不限
  • 按相关性排序