[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] undefined reference to `strbuf_genlen'
From: |
Hideki IWAMOTO |
Subject: |
[patch] undefined reference to `strbuf_genlen' |
Date: |
Sat, 21 Jun 2003 17:42:56 +0900 |
make[2]: Entering directory `/home/iwamoto/work/global/global'
gcc -Wall -g -O2 -o global global.o ../libutil/libgloutil.a
../libdb/libglodb.a ../libglibc/libgloglibc.a
../libutil/libgloutil.a(gtagsop.o)(.text+0xb5b): In function `gtags_put':
/home/iwamoto/work/global/libutil/gtagsop.c:424: Index: libutil/gtagsop.c
===================================================================
RCS file: /cvsroot/global/global/libutil/gtagsop.c,v
retrieving revision 1.40
diff -u -u -r1.40 gtagsop.c
--- libutil/gtagsop.c 21 Jun 2003 05:21:14 -0000 1.40
+++ libutil/gtagsop.c 21 Jun 2003 08:39:55 -0000
@@ -421,7 +421,7 @@
} else {
strbuf_putc(gtop->sb, ',');
strbuf_puts(gtop->sb, line);
- if (strbuf_genlen(gtop) > DBOP_PAGESIZE / 4)
+ if (strbuf_getlen(gtop->sb) > DBOP_PAGESIZE / 4)
gtop->prev_path[0] = '\0';
}
recover(&ptable);
----
Hideki IWAMOTO address@hidden
- [patch] undefined reference to `strbuf_genlen',
Hideki IWAMOTO <=