I think you need to remove the space between ".ca:" and "/cvsroot".
-Mark On Wed, 24 Sep 2003, Walther The Writer wrote: > > Thanks Micah, I think you're right. I checked their website again and they're saying > to use their > latest and unstable version. Problem now is that when I'm trying to fetch a file > from CVS repository > i.e. > > C:\>cvs-1.11.5 export CVSROOT=:pserver:[EMAIL PROTECTED]: /cvsroot > cvs-1.11.5 export: No CVSROOT specified! Please use the `-d' option > cvs-1.11.5 [export aborted]: or set the CVSROOT environment variable. > > what that means? Thanks. > Walther. > > > >On Wed, Sep 24, 2003 at 01:20:57AM -0800, Walther The Writer wrote: > >> Since it seems I can't get any help, ( at least for now ) , from developers of > >> wvstreams ( actually, I need > >> wvdial to work from console ), I'll to ask what's going on wrong with my > >> compile. When I do make, it says: > > > >> ./streams/wvstream.h:21: warning: implicit typename is deprecated, please see > >> the documentation for details > >> wvresolver.cc:132: default argument given for parameter 4 of `int > >> WvResolver::findaddr(int, const WvString&, const WvIPAddr**, WvIPAddrList* = > >> 0)' > >> wvresolver.h:37: after previous specification in `int WvResolver::findaddr(int, > >> const WvString&, const WvIPAddr**, WvIPAddrList* = 0)' > > > >It has a problem with the fact that a default initializer was > >specified in two different prototypes. Even though the initializer is > >the same, it's still illegal to specify it twice. > > > >Given the large number of warnings, I'll bet they were developing for > >an older version of g++ than the one you are using to compile it; try > >something in the 2.95.* series and see if you get better results. > > > >HTH, > >Micah > >_______________________________________________ > >vox-tech mailing list > >[EMAIL PROTECTED] > >http://lists.lugod.org/mailman/listinfo/vox-tech > > _______________________________________________ > vox-tech mailing list > [EMAIL PROTECTED] > http://lists.lugod.org/mailman/listinfo/vox-tech > -- Mark K. Kim http://www.cbreak.org/ PGP key available on the website PGP key fingerprint: 7324 BACA 53AD E504 A76E 5167 6822 94F0 F298 5DCE _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
