[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem bootstrapping from r3200

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-09 01:11:16 CEST

Bjarne Høgh Nielsen <bhn@oncable.dk> writes:

> After having downloaded the subversion-r3200 tar-ball and having
> successfully run "configure" I cannot run "make". The result is as
> follows:
>
> [bhn@localhost subversion-r3200]$ make
> ------ making all in apr
> make[1]: Entering directory `/home/bhn/DL/subversion-r3200/apr'
> Making all in strings
> make[2]: Entering directory `/home/bhn/DL/subversion-r3200/apr/strings'
> make[3]: Entering directory `/home/bhn/DL/subversion-r3200/apr/strings'
> /bin/sh /home/bhn/DL/subversion-r3200/apr/libtool --silent
> --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
> -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
> -I../include -I../include/arch/unix -c apr_cpystrn.c && touch
> apr_cpystrn.lo
> In file included from apr_cpystrn.c:55:
> ../include/apr.h:256:2: #error Can not determine the proper size for
> size_t

You need to look at config.log in the apr subdirectory to determine
why the test for the size of size_t is failing. On a x86 Linux
machine I get

configure:19324: checking size of size_t
configure:19346: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN
_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c -lm -lcrypt -
lnsl >&5
configure:19349: $? = 0
configure:19351: ./conftest
configure:19354: $? = 0
configure:19366: result: 4

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 9 01:11:54 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.