Re: [E-devel] Enlightenment 17 from SVN requires CVS to configure

2008-10-07 Thread Eric Sandall
On Tue, 30 Sep 2008 23:36:29 +0200
Kim Woelders [EMAIL PROTECTED] wrote:
 On Tue, 30 Sep 2008 22:53:01 +0200, Eric Sandall [EMAIL PROTECTED]
 wrote:
 
  Quoting Ivan [EMAIL PROTECTED]:
 
  Is not E, but autopoint (a part of gettext) which requires cvs, so
  not much to do about it.
 
  Does E17 require autopoint? If not, can we remove it? As I
  mentioned, other EFL packages build fine without cvs installed,
  though most of them use automake 1.10 instead of 1.9 (not sure if
  that matters).
 
 Sure, remove it. There is no reason to assume it was put there for a  
 reason. Grrr.
 
 Ok, seriously, any package using gettext requires autopoint when
 running autogen.sh unless you want to go into insane workarounds.
 
 And yes, e17 uses gettext.
 
 /Kim

On Tue, 30 Sep 2008 23:35:00 +0200
Peter Wehrfritz [EMAIL PROTECTED] wrote:
 E17 doesn't require autopoint, it doesn't even require gettext, _but_ 
 you need autopoint to generate the ./configure script. And that libs 
 like eet, evas, edje, etc. don't need a library for i18n is more then 
 obvious. E17 needs support for i18n.
 
 Peter

Thanks both :), for now I'll just make sure we have cvs installed until
gettext decides to getsmart.

-sandalle

-- 
Eric Sandall |  Source Mage GNU/Linux Developer
[EMAIL PROTECTED] PGP: 0xA8EFDD61  |  http://www.sourcemage.org/
http://eric.sandall.us/  |  http://counter.li.org/  #196285


signature.asc
Description: PGP signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enlightenment 17 from SVN requires CVS to configure

2008-09-30 Thread Eric Sandall
Hey all,

In the last week or so when trying to compile enlightenment (E17) from  
SVN, I receive this error:
$ ./autogen.sh
Running autopoint...
autopoint: *** cvs program not found
autopoint: *** Stop.
Running aclocal...
/usr/share/aclocal/autotrace.m4:7: warning: underquoted definition of  
AM_PATH_AUTOTRACE
/usr/share/aclocal/autotrace.m4:7:   run info '(automake)Extending aclocal'
/usr/share/aclocal/autotrace.m4:7:   or see  
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoconf...
Running autoheader...
Running libtoolize...
Running automake...
configure.ac:164: required file `./config.rpath' not found
config/Makefile.am:12: `%'-style pattern rules are a GNU make extension
config/default/Makefile.am:28: `%'-style pattern rules are a GNU make  
extension

If I install cvs, the above succeeds and E17 begins to configure:
$ ./autogen.sh
Running autopoint...
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes.m4
Copying file m4/inttypes_h.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/progtest.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4
Copying file mkinstalldirs
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/[EMAIL PROTECTED]
Copying file po/[EMAIL PROTECTED]
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
Running aclocal...
/usr/share/aclocal/autotrace.m4:7: warning: underquoted definition of  
AM_PATH_AUTOTRACE
/usr/share/aclocal/autotrace.m4:7:   run info '(automake)Extending aclocal'
/usr/share/aclocal/autotrace.m4:7:   or see  
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoconf...
Running autoheader...
Running libtoolize...
Running automake...
config/Makefile.am:12: `%'-style pattern rules are a GNU make extension
config/default/Makefile.am:28: `%'-style pattern rules are a GNU make  
extension
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
...

Other EFL packages compile without cvs installed (e.g. evas).

Thanks,

-sandalle

-- 
Eric Sandall |  Source Mage GNU/Linux Developer
[EMAIL PROTECTED] PGP: 0xA8EFDD61  |  http://www.sourcemage.org/
http://eric.sandall.us/  |  http://counter.li.org/  #196285


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment 17 from SVN requires CVS to configure

2008-09-30 Thread Ivan
Is not E, but autopoint (a part of gettext) which requires cvs, so not
much to do about it.

On Tue, Sep 30, 2008 at 5:24 PM, Eric Sandall [EMAIL PROTECTED] wrote:
 Hey all,

 In the last week or so when trying to compile enlightenment (E17) from
 SVN, I receive this error:
 $ ./autogen.sh
 Running autopoint...
 autopoint: *** cvs program not found
 autopoint: *** Stop.
 Running aclocal...
 /usr/share/aclocal/autotrace.m4:7: warning: underquoted definition of
 AM_PATH_AUTOTRACE
 /usr/share/aclocal/autotrace.m4:7:   run info '(automake)Extending aclocal'
 /usr/share/aclocal/autotrace.m4:7:   or see
 http://sources.redhat.com/automake/automake.html#Extending-aclocal
 Running autoconf...
 Running autoheader...
 Running libtoolize...
 Running automake...
 configure.ac:164: required file `./config.rpath' not found
 config/Makefile.am:12: `%'-style pattern rules are a GNU make extension
 config/default/Makefile.am:28: `%'-style pattern rules are a GNU make
 extension

 If I install cvs, the above succeeds and E17 begins to configure:
 $ ./autogen.sh
 Running autopoint...
 Copying file ABOUT-NLS
 Copying file config.rpath
 Copying file m4/codeset.m4
 Copying file m4/gettext.m4
 Copying file m4/glibc21.m4
 Copying file m4/iconv.m4
 Copying file m4/intdiv0.m4
 Copying file m4/inttypes-pri.m4
 Copying file m4/inttypes.m4
 Copying file m4/inttypes_h.m4
 Copying file m4/isc-posix.m4
 Copying file m4/lcmessage.m4
 Copying file m4/lib-ld.m4
 Copying file m4/lib-link.m4
 Copying file m4/lib-prefix.m4
 Copying file m4/nls.m4
 Copying file m4/po.m4
 Copying file m4/progtest.m4
 Copying file m4/stdint_h.m4
 Copying file m4/uintmax_t.m4
 Copying file m4/ulonglong.m4
 Copying file mkinstalldirs
 Copying file po/Makefile.in.in
 Copying file po/Makevars.template
 Copying file po/Rules-quot
 Copying file po/boldquot.sed
 Copying file po/[EMAIL PROTECTED]
 Copying file po/[EMAIL PROTECTED]
 Copying file po/insert-header.sin
 Copying file po/quot.sed
 Copying file po/remove-potcdate.sin
 Running aclocal...
 /usr/share/aclocal/autotrace.m4:7: warning: underquoted definition of
 AM_PATH_AUTOTRACE
 /usr/share/aclocal/autotrace.m4:7:   run info '(automake)Extending aclocal'
 /usr/share/aclocal/autotrace.m4:7:   or see
 http://sources.redhat.com/automake/automake.html#Extending-aclocal
 Running autoconf...
 Running autoheader...
 Running libtoolize...
 Running automake...
 config/Makefile.am:12: `%'-style pattern rules are a GNU make extension
 config/default/Makefile.am:28: `%'-style pattern rules are a GNU make
 extension
 checking build system type... i686-pc-linux-gnu
 checking host system type... i686-pc-linux-gnu
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 ...

 Other EFL packages compile without cvs installed (e.g. evas).

 Thanks,

 -sandalle

 --
 Eric Sandall |  Source Mage GNU/Linux Developer
 [EMAIL PROTECTED] PGP: 0xA8EFDD61  |  http://www.sourcemage.org/
 http://eric.sandall.us/  |  http://counter.li.org/  #196285


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment 17 from SVN requires CVS to configure

2008-09-30 Thread Eric Sandall
Quoting Ivan [EMAIL PROTECTED]:

 Is not E, but autopoint (a part of gettext) which requires cvs, so not
 much to do about it.

Does E17 require autopoint? If not, can we remove it? As I mentioned,  
other EFL packages build fine without cvs installed, though most of  
them use automake 1.10 instead of 1.9 (not sure if that matters).

Thanks,

-sandalle

-- 
Eric Sandall |  Source Mage GNU/Linux Developer
[EMAIL PROTECTED] PGP: 0xA8EFDD61  |  http://www.sourcemage.org/
http://eric.sandall.us/  |  http://counter.li.org/  #196285


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment 17 from SVN requires CVS to configure

2008-09-30 Thread Peter Wehrfritz
Eric Sandall schrieb:
 Quoting Ivan [EMAIL PROTECTED]:

   
 Is not E, but autopoint (a part of gettext) which requires cvs, so not
 much to do about it.
 

 Does E17 require autopoint? If not, can we remove it? As I mentioned,  
 other EFL packages build fine without cvs installed, though most of  
 them use automake 1.10 instead of 1.9 (not sure if that matters).
   
E17 doesn't require autopoint, it doesn't even require gettext, _but_ 
you need autopoint to generate the ./configure script. And that libs 
like eet, evas, edje, etc. don't need a library for i18n is more then 
obvious. E17 needs support for i18n.

Peter

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment 17 from SVN requires CVS to configure

2008-09-30 Thread Kim Woelders
On Tue, 30 Sep 2008 22:53:01 +0200, Eric Sandall [EMAIL PROTECTED] wrote:

 Quoting Ivan [EMAIL PROTECTED]:

 Is not E, but autopoint (a part of gettext) which requires cvs, so not
 much to do about it.

 Does E17 require autopoint? If not, can we remove it? As I mentioned,
 other EFL packages build fine without cvs installed, though most of
 them use automake 1.10 instead of 1.9 (not sure if that matters).

Sure, remove it. There is no reason to assume it was put there for a  
reason. Grrr.

Ok, seriously, any package using gettext requires autopoint when running  
autogen.sh unless you want to go into insane workarounds.

And yes, e17 uses gettext.

/Kim

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel