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

can't build tree on FreeBSD.

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2001-01-03 19:09:46 CET

Actually, my build problem is probably unrelated to FreeBSD, and more
related to neon.

I did a complete cvs update of subversion and apr, and dropped in a
brand new neon 0.9.1. I did a `gmake clean', then `./autogen.sh' and
`./configure --with-maintainer-mode --disable-shared'. It seems that
neon was configured as well.

When I do a `gmake' from the top level, apr and neon build fine. The
error I get is inside libsvn_ra_dav/tests/:

gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../include -I../../../apr/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/db3 -pthread -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -Wshadow -Wredundant-decls -DSVN_DEBUG -DAP_DEBUG -g -Wall -c ra-dav-test.c

gmake[4]: *** No rule to make target `../../../neon/libneon.la', needed by `ra-dav-test'. Stop.

The problem is that libneon.la (and .libs/) now exist inside
neon/src/, not neon/. At least for me.

Anyone else experience this problem?
Received on Sat Oct 21 14:36:19 2006

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.