Re: [E-devel] e17 build error under Gentoo Overlay

2007-02-20 Thread Lucian-Mircea Patcas
Thanks. It worked!

On 2/20/07, William Keaney <[EMAIL PROTECTED]> wrote:
>
> IIRC, you need to rebuild ecore with the dbus USE flag.
>
> Will 'uberpinguin' Keaney
> (Successfull e17-on-gentoo user for several months)
>
> On 2/20/07, Lucian-Mircea Patcas <[EMAIL PROTECTED]> wrote:
>
> > Hi there,
> >
> > I'm using gentoo overlay to build e17, but keep getting this error:
> >
> > ...
> > In file included from e_main.c:4:
> > e.h:66:24: error: Ecore_DBus.h: No such file or directory
> > In file included from e_user.c:4:
> > e.h:66:24: error: Ecore_DBus.h: No such file or directory
> > ...
> >
> > I am not sure if this an error cause by the gentoo ebuilds or due to
> > recent
> > CVS changes. Maybe some of you can figure out if the latter causes this
> > error.
> >
> > Lucian
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 build error under Gentoo Overlay

2007-02-20 Thread William Keaney
IIRC, you need to rebuild ecore with the dbus USE flag.

Will 'uberpinguin' Keaney
(Successfull e17-on-gentoo user for several months)

On 2/20/07, Lucian-Mircea Patcas <[EMAIL PROTECTED]> wrote:
>
> Hi there,
>
> I'm using gentoo overlay to build e17, but keep getting this error:
>
> ...
> In file included from e_main.c:4:
> e.h:66:24: error: Ecore_DBus.h: No such file or directory
> In file included from e_user.c:4:
> e.h:66:24: error: Ecore_DBus.h: No such file or directory
> ...
>
> I am not sure if this an error cause by the gentoo ebuilds or due to
> recent
> CVS changes. Maybe some of you can figure out if the latter causes this
> error.
>
> Lucian
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] e17 build error under Gentoo Overlay

2007-02-20 Thread Lucian-Mircea Patcas
Hi there,

I'm using gentoo overlay to build e17, but keep getting this error:

...
In file included from e_main.c:4:
e.h:66:24: error: Ecore_DBus.h: No such file or directory
In file included from e_user.c:4:
e.h:66:24: error: Ecore_DBus.h: No such file or directory
...

I am not sure if this an error cause by the gentoo ebuilds or due to recent
CVS changes. Maybe some of you can figure out if the latter causes this
error.

Lucian
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 build error

2005-12-01 Thread Philippe Caseiro
On Thu, 1 Dec 2005 23:18:30 +0900
David Stevenson <[EMAIL PROTECTED]> wrote:

> 2005/12/1, Mike Russo <[EMAIL PROTECTED]>:
> >
> > I received the following autotools error regarding a missing
> > Makefile.in file, and automake couldn't generate Makefile or
> > configure. Files are being downloaded via emerge script via cvs.
> 
> 
> Hi Mike,
> 
> Try making a change as follows:
> 
> Index: Makefile.am
> ===
> RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/Makefile.am,v
> retrieving revision 1.19
> diff -u -u -r1.19 Makefile.am
> --- Makefile.am 6 Sep 2005 05:19:15 -   1.19
> +++ Makefile.am 1 Dec 2005 14:17:00 -
> @@ -10,4 +10,5 @@
>  cpufreq \
>  ibox \
>  start \
> -randr
> +randr \
> +gadget_test
> 
> 
> Regards!
> David
The code of gadget_test is not present on the package generated by the
cvs checkout .. just delete the line :
/src/modules/gadget_test
in the configure.in file
and e builds ..


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 build error

2005-12-01 Thread Philippe Caseiro
On Thu, 01 Dec 2005 08:23:57 -0500
Mike Russo <[EMAIL PROTECTED]> wrote:

> I received the following autotools error regarding a missing
> Makefile.in file, and automake couldn't generate Makefile or
> configure. Files are being downloaded via emerge script via cvs.
> 
> Running aclocal...
> /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition
> of AC_PILOT_LINK_HOOK
>   run info '(automake)Extending aclocal'
>   or see 
> http://sources.redhat.com/automake/automake.html#Extending%20aclocal
> /usr/share/aclocal/libfame.m4:6: warning: underquoted definition of 
> AM_PATH_LIBFAME
> /usr/share/aclocal/gtkgl.m4:4: warning: underquoted definition of 
> AM_PATH_GTKGL/usr/share/aclocal/glib.m4:8: warning: underquoted 
> definition of AM_PATH_GLIB
> /usr/share/aclocal/ao.m4:9: warning: underquoted definition of
> XIPH_PATH_AO Running autoheader...
> Running autoconf...
> Running libtoolize...
> Running automake...
> configure.in: installing `./install-sh'
> configure.in: installing `./missing'
> configure.in:316: required file `src/modules/gadget_test/Makefile.in' 
> not foundMakefile.am:1: `intl' should not be in SUBDIRS when 
> AM_GNU_GETTEXT([external]) is used
> src/bin/Makefile.am: installing `./depcomp'
> configure.in:316: required file `src/modules/gadget_test/Makefile.in' 
> not foundMakefile.am:1: `intl' should not be in SUBDIRS when 
> AM_GNU_GETTEXT([external]) is used
> 
> 
 I have the same problem with the same error.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 build error

2005-12-01 Thread Jesse Luehrs
On Thu, 01 Dec 2005 08:23:57 -0500
Mike Russo <[EMAIL PROTECTED]> wrote:

> I received the following autotools error regarding a missing
> Makefile.in file, and automake couldn't generate Makefile or
> configure. Files are being downloaded via emerge script via cvs.

The issue here seems to be that the thinktux mirror doesn't have the
gadget_test directory for some reason, probably because he missed the
-d option on cvs update or something. The sourceforge cvs server should
work, since it has that directory (I haven't actually tried it, but I
don't see a reason for it to not work).

Jesse


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 build error

2005-12-01 Thread David Stevenson
2005/12/1, Mike Russo <[EMAIL PROTECTED]>:
I received the following autotools error regarding a missing Makefile.infile, and automake couldn't generate Makefile or configure. Files arebeing downloaded via emerge script via cvs.

Hi Mike,

Try making a change as follows:

Index: Makefile.am
===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/Makefile.am,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile.am
--- Makefile.am 6 Sep 2005 05:19:15 -   1.19
+++ Makefile.am 1 Dec 2005 14:17:00 -
@@ -10,4 +10,5 @@
 cpufreq \
 ibox \
 start \
-randr
+randr \
+gadget_test


Regards!
David



[E-devel] e17 build error

2005-12-01 Thread Mike Russo
I received the following autotools error regarding a missing Makefile.in 
file, and automake couldn't generate Makefile or configure. Files are 
being downloaded via emerge script via cvs.


Running aclocal...
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of 
AC_PILOT_LINK_HOOK

 run info '(automake)Extending aclocal'
 or see 
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of 
AM_PATH_LIBFAME
/usr/share/aclocal/gtkgl.m4:4: warning: underquoted definition of 
AM_PATH_GTKGL/usr/share/aclocal/glib.m4:8: warning: underquoted 
definition of AM_PATH_GLIB

/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
configure.in: installing `./install-sh'
configure.in: installing `./missing'
configure.in:316: required file `src/modules/gadget_test/Makefile.in' 
not foundMakefile.am:1: `intl' should not be in SUBDIRS when 
AM_GNU_GETTEXT([external]) is used

src/bin/Makefile.am: installing `./depcomp'
configure.in:316: required file `src/modules/gadget_test/Makefile.in' 
not foundMakefile.am:1: `intl' should not be in SUBDIRS when 
AM_GNU_GETTEXT([external]) is used



--
Mike Russo
ReadQ Systems, Inc.
(212) 425 3680 x105

Random quote of the last-time-I-ran-bash:
Parkinson's Fourth Law:
The number of people in any working group tends to increase
regardless of the amount of work to be done.



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel