Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Rodrigo Belem
On Fri, May 8, 2009 at 8:38 PM, Albin Tonnerre wrote: > On Sat, May 09, 2009 at 02:27:28AM +0200, Peter Wehrfritz wrote : >> Yes, autopoint has cvs as dep. And yes we need autopoint. At least I >> don't know a better way to setup gettext support. And it isn't a hard >> limitation, on the long run

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread The Rasterman
On Sat, 09 May 2009 02:27:28 +0200 Peter Wehrfritz said: > Rodrigo Belem schrieb: > > Hi all, > > > > I was building etk so I saw that etk depends on cvs. This dependency > > comes from autopoint that lives in autogen.sh. > > > > rodr...@sculptor:/tmp/etk$ ./autogen.sh > > Running autopoint... >

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Albin Tonnerre schrieb: > On Sat, May 09, 2009 at 02:27:28AM +0200, Peter Wehrfritz wrote : > >> Rodrigo Belem schrieb: >> >>> Hi all, >>> > > >>> I was building etk so I saw that etk depends on cvs. This dependency >>> comes from autopoint that lives in autogen.sh. >>> > >

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Peter Wehrfritz schrieb: > Rodrigo Belem schrieb: > >> Hi all, >> >> I was building etk so I saw that etk depends on cvs. This dependency >> comes from autopoint that lives in autogen.sh. >> >> rodr...@sculptor:/tmp/etk$ ./autogen.sh >> Running autopoint... >> autopoint: *** cvs program not foun

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Albin Tonnerre
On Sat, May 09, 2009 at 02:27:28AM +0200, Peter Wehrfritz wrote : > Rodrigo Belem schrieb: > > Hi all, > > I was building etk so I saw that etk depends on cvs. This dependency > > comes from autopoint that lives in autogen.sh. So do all the core EFL, too > > rodr...@sculptor:/tmp/etk$ ./autogen.

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Christopher Michael
Yes, that is correct. E17 itself also requires cvs due to the autopoint crap. dh Rodrigo Belem wrote: > Hi all, > > I was building etk so I saw that etk depends on cvs. This dependency > comes from autopoint that lives in autogen.sh. > > rodr...@sculptor:/tmp/etk$ ./autogen.sh > Running autopo

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Rodrigo Belem schrieb: > Hi all, > > I was building etk so I saw that etk depends on cvs. This dependency > comes from autopoint that lives in autogen.sh. > > rodr...@sculptor:/tmp/etk$ ./autogen.sh > Running autopoint... > autopoint: *** cvs program not found > autopoint: *** Stop. > > Is it right

[E-devel] CVS dependency on etk

2009-05-08 Thread Rodrigo Belem
Hi all, I was building etk so I saw that etk depends on cvs. This dependency comes from autopoint that lives in autogen.sh. rodr...@sculptor:/tmp/etk$ ./autogen.sh Running autopoint... autopoint: *** cvs program not found autopoint: *** Stop. Is it right? Do we need this? Rodrigo Belem.