Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi, 1) I still want to bring out, that build 41 has no problem binding to the port, so I don't think there is anything attached to the port. 2) Should I be able to compile the thing (for instance the Beta 5 tar-ball or from cvs.cvsnt.org) out of the box? I get the following error trying to build Beta 5: --------------------Configuration: pserver_protocol - Win32 Release-------------------- Compiling... common.c E:\cvs-1.11.1NT\protocols\common.c(55) : error C2079: 'hint' uses undefined struct 'addrinfo' E:\cvs-1.11.1NT\protocols\common.c(58) : error C2224: left of '.ai_flags' must have struct/union type Seems that struct addrinfo isn't declared.. Different headerfiles or something? If I can build, then I could try to debug the thing on the server which causes the bind problem. 3) Had a quick look at the code, and am wondering: In Service.cpp, line 370- there is: if(!g_Sockets.size()) { ReportError(TRUE,"All socket binds failed."); if(!g_bTestMode) NotifySCM(SERVICE_STOPPED,0,1); return; } Why is this checked here, and not inside the if(AuthServer) clause? I don't seem to run AuthServer, so isn't the g_Sockets gonna be empty at this stage, causing the server to exit always? Regards, -Marcus. "Tony Hoyle" <tmh at nothing-on.tv> wrote in message news:3c4ed2b5.1748241140 at tony-home... > On Wed, 23 Jan 2002 10:34:30 +0000 (UTC), "Marcus Picasso" > <marcus.picasso at miotec.fi> wrote: > > >C:\>cvsservice -test > >CVS 1.11.1.3 Beta 4 (Build 45) (Dec 28 2001) starting in test mode. > >Adding repository d:/cvsroot > >TEMP/TMP currently set to D:\TEMP > >Error: Bind to port failed: The operation completed successfully. > > > >I've rebooted, completely uninstalled previous versions but nothing seems to > >work. Previous versions (build 41 for instance) work right out of the box. > >Anyone got any ideas? > > > The error message is incorrect, but it's probably trying to tell you > there's something already listening on port 2401 (the error message is > fixed in the CVS tree. I'll probably release a new build soon). > > Tony > > _______________________________________________ > Cvsnt mailing list > Cvsnt at cvsnt.org > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs