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

Cygwin build issue (circular dependency?)

From: Nathan Hamilton <nehamilton_at_gmail.com>
Date: Mon, 10 Mar 2008 12:55:45 -0600

A clean checkout and autogen.sh -> configure -> make of both the
1.5.xbranch and trunk is terminating with the following error on
cygwin:

/c/dev/subversion-1.5.x/subversion/libsvn_fs_fs/tree.c:3017: undefined
reference to `_svn_fs_root_fs'

Some further investigation shows the following possible circular dependency:

subversion/libsvn_fs_fs/tree.c:3017: svn_fs_root_fs ->
subversion/libsvn_fs/fs-loader.c
subversion/libsvn_fs/fs-loader.c:71: svn_fs_fs__init ->
subversion/libsvn_fs_fs/fs.c

Cygwin seems to be the only platform that has a problem with circular
dependencies for linking. Is there something I'm doing wrong or have others
had trouble building on cygwin recently?
Received on 2008-03-10 19:55:57 CET

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.