Re: [Openvpn-devel] Files missing from BETA20 CVS

2004-03-02 Thread James Yonan
Matthias Andree  said:

> Hi,
> 
> the files list.c, mroute.c and multi.c appear to be missing from the
> BETA20 branch in CVS:
> 
> ma@merlin:~/cvs-3rdparty/openvpn> LANG=C make -ks 2>&1 | grep ^make
> make[1]: *** No rule to make target `list.c', needed by `list.o'.
> make[1]: *** No rule to make target `mroute.c', needed by `mroute.o'.
> make[1]: *** No rule to make target `multi.c', needed by `multi.o'.
> make[1]: *** [openvpn.o] Error 1
> make[1]: Target `all-am' not remade because of errors.
> make: *** [all] Error 2

Ooops, it looks like I forgot to do a cvs add on some new files.

It's fixed now, and the BETA20 branch has been updated to reflect my current
development sources (I also updated the ChangeLog).

The current source should build and run a point-to-point tunnel correctly
using all the refactored code.  Grep for JYFIXME to see a bunch of gotchas in
the source -- mostly stuff that's there for debugging purposes.

The point-to-multipoint code is taking shape in multi.[ch] but is not finished
yet.

James




[Openvpn-devel] Files missing from BETA20 CVS

2004-03-02 Thread Matthias Andree
Hi,

the files list.c, mroute.c and multi.c appear to be missing from the
BETA20 branch in CVS:

ma@merlin:~/cvs-3rdparty/openvpn> LANG=C make -ks 2>&1 | grep ^make
make[1]: *** No rule to make target `list.c', needed by `list.o'.
make[1]: *** No rule to make target `mroute.c', needed by `mroute.o'.
make[1]: *** No rule to make target `multi.c', needed by `multi.o'.
make[1]: *** [openvpn.o] Error 1
make[1]: Target `all-am' not remade because of errors.
make: *** [all] Error 2

Best wishes,
Matthias