[vox-tech] Compile problem...

2003-09-23 Thread Walther The Writer
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: ./utils/wvcallback.h:143: warning: implicit typename is deprecated, please see

Re: [vox-tech] Compile problem...

2003-09-23 Thread Micah J. Cowan
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:

Re: [vox-tech] Compile problem...

2003-09-23 Thread R. Douglas Barbieri
Alright, I'll take a stab at it. 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.

Re: [vox-tech] Compile problem...

2003-09-23 Thread Walther The Writer
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

Re: [vox-tech] Compile problem...

2003-09-23 Thread Mark K. Kim
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

Re: [vox-tech] Compile problem...

2003-09-23 Thread Gabriel Rosa
On Wed, Sep 24, 2003 at 03:53:51AM -0800, 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

Re: [vox-tech] Compile problem...

2003-09-23 Thread Walther The Writer
That is what I got: C:\cvs-1.11.5 -d =:pserver:[EMAIL PROTECTED]:/cvsroot co module cvs-1.11.5 checkout: CVSROOT password specification is only valid for cvs-1.11.5 checkout: pserver connection method. cvs-1.11.5 [checkout aborted]: Bad CVSROOT: `=:pserver:[EMAIL PROTECTED]:/cvsro ot'. For

Re: [vox-tech] Compile problem...

2003-09-23 Thread Mark K. Kim
I just noticed you're on Windows (C:\)... I've never done it under Windows but this should work: set CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot cvs-1.11.5 login press enter when asked for password cvs-1.11.5 co PACKAGENAME If it doesn't work, do it under Linux using the procedure

Re: [vox-tech] Compile problem...

2003-09-23 Thread Gabriel Rosa
On Wed, Sep 24, 2003 at 04:17:55AM -0800, Walther The Writer wrote: That is what I got: C:\cvs-1.11.5 -d =:pserver:[EMAIL PROTECTED]:/cvsroot co module cvs-1.11.5 checkout: CVSROOT password specification is only valid for cvs-1.11.5 checkout: pserver connection method. cvs-1.11.5

Re: [vox-tech] Compile problem...

2003-09-23 Thread Walther The Writer
Gabe, C:\cvs-1.11.5 -d =:pserver:[EMAIL PROTECTED]:/cvsroot opens window open with ??? Walther. That is what I got: C:\cvs-1.11.5 -d =:pserver:[EMAIL PROTECTED]:/cvsroot co module cvs-1.11.5 checkout: CVSROOT password specification is only valid for cvs-1.11.5 checkout: pserver connection

Re: [vox-tech] Compile problem...

2003-09-23 Thread R. Douglas Barbieri
On Tue, Sep 23, 2003 at 05:36:42PM -0700, Gabriel Rosa wrote: On Wed, Sep 24, 2003 at 04:17:55AM -0800, Walther The Writer wrote: That is what I got: C:\cvs-1.11.5 -d =:pserver:[EMAIL PROTECTED]:/cvsroot co module cvs-1.11.5 checkout: CVSROOT password specification is only valid for

Re: [vox-tech] Compile problem...

2003-09-23 Thread Gabriel Rosa
On Wed, Sep 24, 2003 at 04:37:17AM -0800, Walther The Writer wrote: Gabe, C:\cvs-1.11.5 -d =:pserver:[EMAIL PROTECTED]:/cvsroot opens window open with ??? Walther. Once again, = is not part of the -d syntax. Follow directions and it should work. anyways, this doesn't really appear to