Re: auto-update of cvs version?

2004-06-26 Thread Andrew Hood
Dave Shield wrote: >>I have a piece of what I think is portable C that searches through all >>the CVS/Entries to find the file with the newest timestamp. > > > Thanks for the offer - and if we do go down this road, that might well > be worth looking at. But I remain unconvinced that it's necessar

Re: Win32/MingW build

2004-06-26 Thread Alex Burger
Gisle Vanem wrote: "Alex Burger" wrote: Which version are you trying to compile? It should be 5.1.1 or higher. 5.1.1 and 5.1.2pre2 compile fine with MinGW. Are you trying to build from MAIN in CVS? I haven't tried it lately. Did you read the MinGW section in README.WIN32? Yes. I'm buildin

Re: Win32/MingW build

2004-06-26 Thread Alex Burger
Gisle Vanem wrote: "Andy Smith" wrote: Other than that it is a typical ./configure ; make ; make install. Are you using MSyS or some compatible shell? No, why? A package that supposedly is for Window too, should IMHO be able to configure and build using the default shell (cmd or 4NT etc.). E.g. b

Re: Re: CVS out of date

2004-06-26 Thread slif
A script for obtaining the 5.1 patches line #-- cut here -- #! /bin/sh CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/net-snmp export CVSROOT cvs login cvs -z3 co -P -r V5-1-patches net-snmp #-- cut here -- Once you know which version you want to extract, substitute its name for "V5-1-patches" above

Re: Win32/MingW build

2004-06-26 Thread Andy Smith
Gisle Vanem wrote: "Andy Smith" wrote: Actually I have been building fine from CVS using MinGW for a while now. Nothing special aside from configuring with a --prefix without spaces needs to be done. I might suggest downloading my regex package for MinGW if you haven't already. the URL is in the R

Re: Win32/MingW build

2004-06-26 Thread Gisle Vanem
"Alex Burger" wrote: > Which version are you trying to compile? It should be 5.1.1 or higher. > 5.1.1 and 5.1.2pre2 compile fine with MinGW. Are you trying to build > from MAIN in CVS? I haven't tried it lately. Did you read the MinGW > section in README.WIN32? Yes. I'm building the CVS

Re: Win32/MingW build

2004-06-26 Thread Gisle Vanem
"Andy Smith" wrote: > Actually I have been building fine from CVS using MinGW for a while now. > Nothing special aside from configuring with a --prefix without spaces needs > to be done. I might suggest downloading my regex package for MinGW if you > haven't already. the URL is in the README.win32

Re: auto-update of cvs version?

2004-06-26 Thread Andrew Hood
Robert Story (Coders) wrote: > On Fri, 25 Jun 2004 20:48:25 +0100 Dave wrote: > DS> RS> Actually, for branches, I agree that (a) is reasonable. However, for > DS> RS> main, I like (b) better. eg, right now I see main as "what will be > DS> RS> 5.2", > DS> RS> not "what was 5.1 + changes" (that w

Re: CVS out of date

2004-06-26 Thread Coders
On Fri, 25 Jun 2004 23:15:32 +0200 Gisle wrote: GV> I just discovered the CVS at sourceforge is out-of-date compared GV> to the time-stamps in .tar.ball 5.1.2.pre2. I used these commands: GV> GV> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/net-snmp login GV> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs