On Wed, 26 May 2010, Jim Schutt wrote: > FWIW, I'm getting this compile error on the testing branch: > > if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT Server.o -MD -MP -MF ".deps/Server.Tpo" -c -o Server.o `test -f 'mds/Server.cc' || echo './'`mds/Server.cc; \ > then mv -f ".deps/Server.Tpo" ".deps/Server.Po"; else rm -f ".deps/Server.Tpo"; exit 1; fi > mds/Server.cc: In member function ÿÿvoid Server::handle_client_unlink(MDRequest*)ÿÿ: > mds/Server.cc:3705: error: ÿÿclass MDCacheÿÿ has no member named ÿÿanchor_create_prep_locksÿÿ > > > The missing function seems to have been introduced in commit 4a449ec7. > > It exists in the unstable branch, but I get conflicts if > I try to merge testing into unstable. Fixed this. The missing unstable commit was 14dd8a9a. Thanks! sage