Re: Unable to compile since r1072302

2011-02-21 Thread Hyrum K Wright
2011/2/20 Branko Čibej : > On 20.02.2011 22:05, Daniel Becroft wrote: >> ... >> /subversion/libsvn_fs_fs/.libs/libsvn_fs_fs-1.so.0: undefined >> reference to `svn_temp_serializer__add_string' >> collect2: ld returned 1 exit status >> >> I've narrowed it down to r1072302, and if I update back to -1,

Re: Unable to compile since r1072302

2011-02-20 Thread Daniel Becroft
2011/2/21 Branko Čibej > On 20.02.2011 22:05, Daniel Becroft wrote: > > ... > > /subversion/libsvn_fs_fs/.libs/libsvn_fs_fs-1.so.0: undefined > > reference to `svn_temp_serializer__add_string' > > collect2: ld returned 1 exit status > > > > I've narrowed it down to r1072302, and if I update back

Unable to compile since r1072302

2011-02-20 Thread Daniel Becroft
Hi, Since updating to HEAD, I've been unable to build my local version of trunk - I get the following errors: /subversion/libsvn_fs_fs/.libs/libsvn_fs_fs-1.so.0: undefined reference to `svn_fs_fs__serialize_id' /subversion/libsvn_fs_fs/.libs/libsvn_fs_fs-1.so.0: undefined reference to `svn_temp_s

Re: Unable to compile since r1072302

2011-02-20 Thread Branko Čibej
On 20.02.2011 22:05, Daniel Becroft wrote: > ... > /subversion/libsvn_fs_fs/.libs/libsvn_fs_fs-1.so.0: undefined > reference to `svn_temp_serializer__add_string' > collect2: ld returned 1 exit status > > I've narrowed it down to r1072302, and if I update back to -1, everything > builds correctly. I