inevity / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
0 stars 0 forks source link

error compile lusca head: 13990 #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pull lastest svn lusca head
2. export to build directory and do bootstrap + configure
3. compile error

What is the expected output? What do you see instead?

In file included from store_file_ufs.c:10:
../libcore/tools.h:33: error: expected declaration specifiers or ‘...’
before ‘va_list’
make[1]: *** [store_file_ufs.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/local/src/lusca/libsqstore'
make: *** [all-recursive] Error 1

What version of the product are you using? On what operating system?

centos 5.2
lusca 1.0 HEAD rev 13990

Please provide any additional information below.

my configure setups:
LDFLAGS="-lpcreposix -lpcre" \
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" \
CHOST="i686-pc-linux-gnu" \
./configure --prefix=/opt/lusca \
--disable-auth \
--disable-ident-lookups \
--disable-poll \
--disable-select \
--enable-arp-acl \
--enable-cache-digests \
--enable-delay-pools \
--enable-epoll \
--enable-err-languages=English \
--enable-follow-x-forwarded-for \
--enable-forw-via-db \
--enable-htcp \
--enable-http-violations \
--enable-icmp \
--enable-kill-parent-hack \
--enable-large-cache-files \
--enable-linux-netfilter \
--enable-removal-policies=heap \
--enable-snmp \
--enable-ssl \
--enable-storeio="null,aufs,coss" \
--enable-x-accelerator-vary \
--with-aio \
--with-dl \
--with-large-files \
--with-maxfd=16384 \
--with-pthreads

Original issue reported on code.google.com by dhani.fa...@gmail.com on 27 Apr 2009 at 5:39

GoogleCodeExporter commented 9 years ago
Solved in revision 13994.

Original comment by ajcor...@gmail.com on 28 Apr 2009 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by ajcor...@gmail.com on 28 Apr 2009 at 5:12