2011/2/20 Branko Čibej <br...@e-reka.si>: > On 20.02.2011 22:05, Daniel Becroft wrote: >> ... >> <path_to_wc>/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've re-run 'make clean', and ./configure, but still no >> luck. It seems that the libsvn_subr/svn_temp_serializer.c is not getting >> compiled at all during 'make'. >> >> I assume no-one else is having this problem (or no-one's noticed it yet), >> but is there anything else I need to do (do I need to go right back and >> re-run ./autogen.sh?) > > if the commit added files, you have to re-run autogen.
Actually, the full autogen isn't required, just the gen-make.py step (which can be done independently). -Hyrum