From: Matt S. <ma...@su...> - 2004-11-30 11:51:05
|
Tom, On Tue, 30 Nov 2004 at 10:30:05 -0000, Tom Brown wrote: > That has done it thanks! > > What was omitted from the last stable release that broke this? Compile problems are mostly related to newer gcc releases. Check the NEWS file for brief change history or try the following for gory details: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek \ rdiff -u -kk -rv_1_2_10 -rHEAD aspseek cheers Matt. > thanks > > > Tom, > > > > On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > > > >> thanks all - anyone give me a step by step from setting my pserver to > >> exporting the latest? I'm not sure on the module name > > > > Module name is aspseek. > > > > So login with: > > > > cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login > > > > Just hit return when asked for a password. > > > > Then checkout cvs head with: > > > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co > > aspseek > > > > Once checkout is finished you will need to run the cvsprep script from > > within > > the source directory i.e. > > > > cd aspseek > > ./cvsprep > > > > Note: you will need to have correct auto* tools (automake, autoconf etc.) > > installed for cvsprep to work. > > > > Now configure and build as before. > > > > cheers > > Matt. |