Re: [E-devel] FC5 X.org X11R7 with entrance

2006-03-31 Thread Didier Casse
On 3/31/06, Laurence Vanek [EMAIL PROTECTED] wrote:
 I am not able to use the same tricks of integrating entrance in to FC5
 that I had used for FC4.  I think it may be that X11R7  its modular
 approach is what is different.  From the FC5 release notes:

 
 21.3. X.org X11R7 Developer Overview

 The following list includes some of the more visible changes for
 developers in X11R7:

  The entire buildsystem has changed from |imake| to the GNU
 |autotools| collection.

  Libraries now install |pkgconfig| |*.pc| files, which should now
 always be used by software
  that depends on these libraries, instead of hard coding paths to
 them in |/usr/X11| |R6/lib | or
  elsewhere.

  Everything is now installed directly into |/usr| instead of
 |/usr/X11| |R6|. All software that hard
  codes paths to anything in |/usr/X11| |R6| must now be changed,
 preferably to dynamically
 detect the proper location of the object. Developers are *strongly*
 advised against hard-coding
 the new X11R7 default paths.

 Every library has its own private source RPM package, which creates
 a runtime binary
 subpackage and a |-devel| subpackage.

 ==

 On boot cannot seem to find display.  No locked up keyboard, just
 flashing display with text warnings.  Is entrance looking for love in
 all the wrong places?  How about the make-install script?  X appears to
 now be in /usr/bin for FC5.

 Didier:  Curious to know how you got around this with the rpm package.
 Sym link hack?

FYI. I got the RPM up in the box. But it's just lying there. :( I
tried a few *trick* to get it running but it didn't work out
unfortunately.

I'm waiting for somebody to actually send me some suggestions. :) As
you mentioned, Fedora seemed to have changed a bunch of stuff which
makes it confusing at first sight to tweak the files and get entrance
up in place of GDM.

Eventually I will get some suggestions if I wait a little longer.
There are always people trying stuff out there and sending me recipes.
It boils down to saying Sorry dude, I've no clue either!. And at the
moment I do not have the time to hack it.

---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Compiling fresh check out on a laptop...

2006-03-31 Thread Puppet Master
Hello all

I'm compilling a fresh check out from the new CVS ... (great !!)
but it does'nt work ... (sniff)

I have this error :

e_manager.c: In function `e_manager_new':
e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
déclaré (première utilisation dans cette fonction)
e_manager.c:145: erreur: (Chaque identificateur non déclaré est
rapporté une seule fois
e_manager.c:145: erreur: pour chaque fonction dans laquelle il apparaît.)
e_manager.c: In function `_e_manager_cb_screensaver_notify':
e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
déclaré (première utilisation dans cette fonction)
e_manager.c:746: erreur: « e » non déclaré (première utilisation dans
cette fonction)

I take a look to the code and this ECORE_X_EVENT_SCREENSAVER_NOTIFY is
defined on
ecore_x ...

I check out a fresh ecore .. I compile it ... it says :
Ecore_X..: yes (Xcursor: yes) (Xprint: yes)
(Xinerama: yes) (Xrandr: yes) (Xscreensaver: yes) (Xrender: yes)

it works fine ...

I check screensaver extenstion on X :
ls -l /usr/X11R6/include/X11/extensions/scrnsaver.h
-r--r--r-- 1 root root 4208 2006-02-02 21:54
/usr/X11R6/include/X11/extensions/scrnsaver.h
no problem is here ...

and finaly I compile e ...

and the same error :

e_manager.c: In function `e_manager_new':
e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
déclaré (première utilisation dans cette fonction)
e_manager.c:145: erreur: (Chaque identificateur non déclaré est
rapporté une seule fois
e_manager.c:145: erreur: pour chaque fonction dans laquelle il apparaît.)
e_manager.c: In function `_e_manager_cb_screensaver_notify':
e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
déclaré (première utilisation dans cette fonction)

some body have the same problem ?
some body have a solution ?

I checkout the code yesterday 11:00 pm ...

thanks
--
Puppet_Master
~oOo~ e17 ~oOo~
si on reprennais tout depuis le début ...


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling fresh check out on a laptop...

2006-03-31 Thread Aleksej Struk
I had the same problems.

I think, that recompilation of evas helped me.

sn


On Fri, Mar 31, 2006 at 03:37:51PM +0200, Puppet Master wrote:
// Hello all
// 
// I'm compilling a fresh check out from the new CVS ... (great !!)
// but it does'nt work ... (sniff)
// 
// I have this error :
// 
// e_manager.c: In function `e_manager_new':
// e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
// d?clar? (premi?re utilisation dans cette fonction)
// e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
// rapport? une seule fois
// e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
// e_manager.c: In function `_e_manager_cb_screensaver_notify':
// e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
// d?clar? (premi?re utilisation dans cette fonction)
// e_manager.c:746: erreur: « e » non d?clar? (premi?re utilisation dans
// cette fonction)
// 
// I take a look to the code and this ECORE_X_EVENT_SCREENSAVER_NOTIFY is
// defined on
// ecore_x ...
// 
// I check out a fresh ecore .. I compile it ... it says :
// Ecore_X..: yes (Xcursor: yes) (Xprint: yes)
// (Xinerama: yes) (Xrandr: yes) (Xscreensaver: yes) (Xrender: yes)
// 
// it works fine ...
// 
// I check screensaver extenstion on X :
// ls -l /usr/X11R6/include/X11/extensions/scrnsaver.h
// -r--r--r-- 1 root root 4208 2006-02-02 21:54
// /usr/X11R6/include/X11/extensions/scrnsaver.h
// no problem is here ...
// 
// and finaly I compile e ...
// 
// and the same error :
// 
// e_manager.c: In function `e_manager_new':
// e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
// d?clar? (premi?re utilisation dans cette fonction)
// e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
// rapport? une seule fois
// e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
// e_manager.c: In function `_e_manager_cb_screensaver_notify':
// e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
// d?clar? (premi?re utilisation dans cette fonction)
// 
// some body have the same problem ?
// some body have a solution ?
// 
// I checkout the code yesterday 11:00 pm ...
// 
// thanks
// --
// Puppet_Master
// ~oOo~ e17 ~oOo~
// si on reprennais tout depuis le d?but ...
// 
// 
// ---
// This SF.Net email is sponsored by xPML, a groundbreaking scripting language
// that extends applications into web and mobile media. Attend the live webcast
// and join the prime developer group breaking into this new coding territory!
// http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
// ___
// enlightenment-devel mailing list
// enlightenment-devel@lists.sourceforge.net
// https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 

Aleksej Struk
Master Degree Student
Free University of Bozen-Bolzano
Faculty of Computer Science
phone: +39-0471-061749
cell phone: +39-3204627049 +370-61278908
[EMAIL PROTECTED] [EMAIL PROTECTED] - http://astruk.googlepages.com/home


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling fresh check out on a laptop...

2006-03-31 Thread Brian Mattern
Make sure you don't have any old versions of ecore lying around anywhere (e.g. 
in a different prefix).
--
rephorm

On Friday 31 March 2006 07:37, Puppet Master wrote:
 Hello all

 I'm compilling a fresh check out from the new CVS ... (great !!)
 but it does'nt work ... (sniff)

 I have this error :

 e_manager.c: In function `e_manager_new':
 e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
 déclaré (première utilisation dans cette fonction)
 e_manager.c:145: erreur: (Chaque identificateur non déclaré est
 rapporté une seule fois
 e_manager.c:145: erreur: pour chaque fonction dans laquelle il apparaît.)
 e_manager.c: In function `_e_manager_cb_screensaver_notify':
 e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
 déclaré (première utilisation dans cette fonction)
 e_manager.c:746: erreur: « e » non déclaré (première utilisation dans
 cette fonction)

 I take a look to the code and this ECORE_X_EVENT_SCREENSAVER_NOTIFY is
 defined on
 ecore_x ...

 I check out a fresh ecore .. I compile it ... it says :
 Ecore_X..: yes (Xcursor: yes) (Xprint: yes)
 (Xinerama: yes) (Xrandr: yes) (Xscreensaver: yes) (Xrender: yes)

 it works fine ...

 I check screensaver extenstion on X :
 ls -l /usr/X11R6/include/X11/extensions/scrnsaver.h
 -r--r--r-- 1 root root 4208 2006-02-02 21:54
 /usr/X11R6/include/X11/extensions/scrnsaver.h
 no problem is here ...

 and finaly I compile e ...

 and the same error :

 e_manager.c: In function `e_manager_new':
 e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
 déclaré (première utilisation dans cette fonction)
 e_manager.c:145: erreur: (Chaque identificateur non déclaré est
 rapporté une seule fois
 e_manager.c:145: erreur: pour chaque fonction dans laquelle il apparaît.)
 e_manager.c: In function `_e_manager_cb_screensaver_notify':
 e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
 déclaré (première utilisation dans cette fonction)

 some body have the same problem ?
 some body have a solution ?

 I checkout the code yesterday 11:00 pm ...

 thanks
 --
 Puppet_Master
 ~oOo~ e17 ~oOo~
 si on reprennais tout depuis le début ...


 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live
 webcast and join the prime developer group breaking into this new coding
 territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: E CVS: libs/ewl ningerso

2006-03-31 Thread dan sinclair
In ewl_image.h you have the #ifdef BUILD_EPSILON_SUPPORT commented out, 
shoudn't that be enabled? Also, in struct Ewl_Image_Thumbnail you'll 
need to put a check for epsilon support around the Epsilon_Request 
entry. Maybe that should be a void * so it's always there?


dan




Enlightenment CVS wrote:

Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/lib


Modified Files:
	ewl_image.c ewl_image.h 



Log Message:
Add epsilon thumbnail support to ewl_image and support a separate API for
cases where an originating image widget is not present.

===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_image.c 22 Mar 2006 02:41:25 -  1.33
+++ ewl_image.c 31 Mar 2006 06:42:45 -  1.34
@@ -3,7 +3,11 @@
 #include ewl_macros.h
 #include ewl_private.h
 
+static Ecore_Event_Handler *ewl_image_epsilon_handler = NULL;

+
 static Ewl_Image_Type  ewl_image_type_get(const char *i);
+static int ewl_image_thumbnail_complete_cb(void *data, int type, void *event);
+static void ewl_image_thumb_destroy_cb(Ewl_Widget *w, void *ev, void *data);
 
 /**

  * @return Returns a pointer to a new image widget on success, NULL on failure.
@@ -183,8 +187,13 @@
w = EWL_WIDGET(i);
emb = ewl_embed_widget_find(w);
 
-	IF_FREE(i-path);

-   IF_FREE(i-key);
+   if (i-path != im) {
+   IF_FREE(i-path);
+   }
+
+   if (i-key != key) {
+   IF_FREE(i-key);
+   }
 
 	/*

 * Determine the type of image to be loaded.
@@ -450,6 +459,124 @@
i-tile.h = h;
 
 	DLEAVE_FUNCTION(DLEVEL_STABLE);

+}
+
+/**
+ * @param i: the image to thumbnail
+ * @return Returns a thumbnailed image widget on success, NULL on failure.
+ * @brief Create a widget representing a thumbnailed version of the image.
+ */
+Ewl_Widget *
+ewl_image_thumbnail_get(Ewl_Image *i)
+{
+   Ewl_Widget *thumb = NULL;
+
+   DENTER_FUNCTION(DLEVEL_STABLE);
+   DCHECK_PARAM_PTR_RET(i, i, NULL);
+   DCHECK_TYPE_RET(i, i, EWL_IMAGE_TYPE, NULL);
+
+#ifdef BUILD_EPSILON_SUPPORT
+   if (i-path  (i-type == EWL_IMAGE_TYPE_NORMAL)) {
+
+   printf(FOO\n);
+   thumb = ewl_image_thumbnail_new();
+   if (thumb) {
+   printf(BAR\n);
+   ewl_image_thumbnail_request(EWL_IMAGE_THUMBNAIL(thumb),
+   (char *)ewl_image_file_path_get(i));
+   EWL_IMAGE_THUMBNAIL(thumb)-orig = EWL_WIDGET(i);
+   }
+   }
+#endif
+
+   DRETURN_PTR(thumb, DLEVEL_STABLE);
+}
+
+Ewl_Widget *
+ewl_image_thumbnail_new()
+{
+   Ewl_Image_Thumbnail *thumb;
+
+   DENTER_FUNCTION(DLEVEL_STABLE);
+
+   thumb = NEW(Ewl_Image_Thumbnail, 1);
+   if (!ewl_image_thumbnail_init(EWL_IMAGE_THUMBNAIL(thumb))) {
+   ewl_widget_destroy(EWL_WIDGET(thumb));
+   thumb = NULL;
+   }
+
+   DRETURN_PTR(thumb, DLEVEL_STABLE);
+}
+
+int
+ewl_image_thumbnail_init(Ewl_Image_Thumbnail *image)
+{
+   DENTER_FUNCTION(DLEVEL_STABLE);
+
+   if (!ewl_image_init(EWL_IMAGE(image)))
+   DRETURN_INT(FALSE, DLEVEL_STABLE);
+
+   ewl_callback_append(EWL_WIDGET(image), EWL_CALLBACK_DESTROY,
+   ewl_image_thumb_destroy_cb, NULL);
+
+   if (!ewl_image_epsilon_handler) {
+   epsilon_thumb_init();
+   ewl_image_epsilon_handler =
+   ecore_event_handler_add(EPSILON_EVENT_DONE,
+   ewl_image_thumbnail_complete_cb,
+   NULL);
+   }
+
+   DRETURN_INT(TRUE, DLEVEL_STABLE);
+}
+
+void
+ewl_image_thumbnail_request(Ewl_Image_Thumbnail *thumb, char *path)
+{
+   DENTER_FUNCTION(DLEVEL_STABLE);
+   DCHECK_PARAM_PTR(thumb, thumb);
+   DCHECK_PARAM_PTR(path, path);
+
+   printf(Thumbnail requested for %s\n, path);
+   thumb-thumb = epsilon_add(path, NULL, EPSILON_THUMB_NORMAL, thumb);
+
+   DLEAVE_FUNCTION(DLEVEL_STABLE);
+}
+
+static void
+ewl_image_thumb_destroy_cb(Ewl_Widget *w, void *ev, void *data)
+{
+   Ewl_Image_Thumbnail *thumb = EWL_IMAGE_THUMBNAIL(w);
+
+   DENTER_FUNCTION(DLEVEL_STABLE);
+
+   if (thumb-thumb) {
+   epsilon_del(thumb-thumb);
+   thumb-thumb = NULL;
+   }
+
+   DLEAVE_FUNCTION(DLEVEL_STABLE);
+}
+
+static int
+ewl_image_thumbnail_complete_cb(void *data, int type, void *event)
+{
+   Ewl_Image_Thumbnail *thumb;
+
+#ifdef BUILD_EPSILON_SUPPORT
+   Epsilon_Request *ev = event;
+#endif
+
+   DENTER_FUNCTION(DLEVEL_STABLE);
+
+   thumb = ev-data;
+
+   printf(Thumbnail set: %s\n, ev-dest);
+   if (thumb) {
+   ewl_image_file_path_set(EWL_IMAGE(thumb), ev-dest);
+   }
+
+   

Re: [E-devel] Compiling fresh check out on a laptop...

2006-03-31 Thread Puppet Master
Le 31/03/06, Aleksej Struk[EMAIL PROTECTED] a écrit :
 I had the same problems.

 I think, that recompilation of evas helped me.

i compiled evas ... and no evolution
 sn


 On Fri, Mar 31, 2006 at 03:37:51PM +0200, Puppet Master wrote:
 // Hello all
 //
 // I'm compilling a fresh check out from the new CVS ... (great !!)
 // but it does'nt work ... (sniff)
 //
 // I have this error :
 //
 // e_manager.c: In function `e_manager_new':
 // e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
 // d?clar? (premi?re utilisation dans cette fonction)
 // e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
 // rapport? une seule fois
 // e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
 // e_manager.c: In function `_e_manager_cb_screensaver_notify':
 // e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
 // d?clar? (premi?re utilisation dans cette fonction)
 // e_manager.c:746: erreur: « e » non d?clar? (premi?re utilisation dans
 // cette fonction)
 //
 // I take a look to the code and this ECORE_X_EVENT_SCREENSAVER_NOTIFY is
 // defined on
 // ecore_x ...
 //
 // I check out a fresh ecore .. I compile it ... it says :
 // Ecore_X..: yes (Xcursor: yes) (Xprint: yes)
 // (Xinerama: yes) (Xrandr: yes) (Xscreensaver: yes) (Xrender: yes)
 //
 // it works fine ...
 //
 // I check screensaver extenstion on X :
 // ls -l /usr/X11R6/include/X11/extensions/scrnsaver.h
 // -r--r--r-- 1 root root 4208 2006-02-02 21:54
 // /usr/X11R6/include/X11/extensions/scrnsaver.h
 // no problem is here ...
 //
 // and finaly I compile e ...
 //
 // and the same error :
 //
 // e_manager.c: In function `e_manager_new':
 // e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
 // d?clar? (premi?re utilisation dans cette fonction)
 // e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
 // rapport? une seule fois
 // e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
 // e_manager.c: In function `_e_manager_cb_screensaver_notify':
 // e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
 // d?clar? (premi?re utilisation dans cette fonction)
 //
 // some body have the same problem ?
 // some body have a solution ?
 //
 // I checkout the code yesterday 11:00 pm ...
 //
 // thanks
 // --
 // Puppet_Master
 // ~oOo~ e17 ~oOo~
 // si on reprennais tout depuis le d?but ...
 //
 //
 // ---
 // This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 // that extends applications into web and mobile media. Attend the live 
 webcast
 // and join the prime developer group breaking into this new coding territory!
 // http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
 // ___
 // enlightenment-devel mailing list
 // enlightenment-devel@lists.sourceforge.net
 // https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --

 Aleksej Struk
 Master Degree Student
 Free University of Bozen-Bolzano
 Faculty of Computer Science
 phone: +39-0471-061749
 cell phone: +39-3204627049 +370-61278908
 [EMAIL PROTECTED] [EMAIL PROTECTED] - http://astruk.googlepages.com/home



--
--
Puppet_Master
E17
si on reprennais tout ...


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling fresh check out on a laptop...

2006-03-31 Thread dan sinclair
You either a) have an old copy of ecore you're installing or you b) have 
an old copy of ecore lying around that it is loading up instead of the 
real one. The usual cause is someone installing ecore through their 
package manager and then deciding to do a custom build, or visa versa.


Try doing something like
 find /usr -name Ecore_X.h
and see if it only spits out one copy.

dan


Puppet Master wrote:

Le 31/03/06, Aleksej Struk[EMAIL PROTECTED] a écrit :

I had the same problems.

I think, that recompilation of evas helped me.


i compiled evas ... and no evolution

sn


On Fri, Mar 31, 2006 at 03:37:51PM +0200, Puppet Master wrote:
// Hello all
//
// I'm compilling a fresh check out from the new CVS ... (great !!)
// but it does'nt work ... (sniff)
//
// I have this error :
//
// e_manager.c: In function `e_manager_new':
// e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
// d?clar? (premi?re utilisation dans cette fonction)
// e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
// rapport? une seule fois
// e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
// e_manager.c: In function `_e_manager_cb_screensaver_notify':
// e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
// d?clar? (premi?re utilisation dans cette fonction)
// e_manager.c:746: erreur: « e » non d?clar? (premi?re utilisation dans
// cette fonction)
//
// I take a look to the code and this ECORE_X_EVENT_SCREENSAVER_NOTIFY is
// defined on
// ecore_x ...
//
// I check out a fresh ecore .. I compile it ... it says :
// Ecore_X..: yes (Xcursor: yes) (Xprint: yes)
// (Xinerama: yes) (Xrandr: yes) (Xscreensaver: yes) (Xrender: yes)
//
// it works fine ...
//
// I check screensaver extenstion on X :
// ls -l /usr/X11R6/include/X11/extensions/scrnsaver.h
// -r--r--r-- 1 root root 4208 2006-02-02 21:54
// /usr/X11R6/include/X11/extensions/scrnsaver.h
// no problem is here ...
//
// and finaly I compile e ...
//
// and the same error :
//
// e_manager.c: In function `e_manager_new':
// e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
// d?clar? (premi?re utilisation dans cette fonction)
// e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
// rapport? une seule fois
// e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
// e_manager.c: In function `_e_manager_cb_screensaver_notify':
// e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
// d?clar? (premi?re utilisation dans cette fonction)
//
// some body have the same problem ?
// some body have a solution ?
//
// I checkout the code yesterday 11:00 pm ...
//
// thanks
// --
// Puppet_Master
// ~oOo~ e17 ~oOo~
// si on reprennais tout depuis le d?but ...
//
//
// ---
// This SF.Net email is sponsored by xPML, a groundbreaking scripting language
// that extends applications into web and mobile media. Attend the live webcast
// and join the prime developer group breaking into this new coding territory!
// http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
// ___
// enlightenment-devel mailing list
// enlightenment-devel@lists.sourceforge.net
// https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--

Aleksej Struk
Master Degree Student
Free University of Bozen-Bolzano
Faculty of Computer Science
phone: +39-0471-061749
cell phone: +39-3204627049 +370-61278908
[EMAIL PROTECTED] [EMAIL PROTECTED] - http://astruk.googlepages.com/home




--
--
Puppet_Master
E17
si on reprennais tout ...


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling fresh check out on a laptop...

2006-03-31 Thread Aleksej Struk
as far as I remmember, the problem is that E includes *.h from /usr/.../include,
while ecore does it in its local dir.

I think I basically cp that *.h file, where E_CORE_SCREENSAVER_NOTIFY,
to /usr/.../include. Seems to be some sort of inconsistency in
install.

I installed E in some weeks on a clean machine without any problem.
However, I had this
problem on the machine where E was installed already.

Try to deinstall ecore and install it. Hope this will help.

On 3/31/06, Puppet Master [EMAIL PROTECTED] wrote:
 Le 31/03/06, Aleksej Struk[EMAIL PROTECTED] a écrit :
  I had the same problems.
 
  I think, that recompilation of evas helped me.

 i compiled evas ... and no evolution
  sn
 
 
  On Fri, Mar 31, 2006 at 03:37:51PM +0200, Puppet Master wrote:
  // Hello all
  //
  // I'm compilling a fresh check out from the new CVS ... (great !!)
  // but it does'nt work ... (sniff)
  //
  // I have this error :
  //
  // e_manager.c: In function `e_manager_new':
  // e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
  // d?clar? (premi?re utilisation dans cette fonction)
  // e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
  // rapport? une seule fois
  // e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
  // e_manager.c: In function `_e_manager_cb_screensaver_notify':
  // e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
  // d?clar? (premi?re utilisation dans cette fonction)
  // e_manager.c:746: erreur: « e » non d?clar? (premi?re utilisation dans
  // cette fonction)
  //
  // I take a look to the code and this ECORE_X_EVENT_SCREENSAVER_NOTIFY is
  // defined on
  // ecore_x ...
  //
  // I check out a fresh ecore .. I compile it ... it says :
  // Ecore_X..: yes (Xcursor: yes) (Xprint: yes)
  // (Xinerama: yes) (Xrandr: yes) (Xscreensaver: yes) (Xrender: yes)
  //
  // it works fine ...
  //
  // I check screensaver extenstion on X :
  // ls -l /usr/X11R6/include/X11/extensions/scrnsaver.h
  // -r--r--r-- 1 root root 4208 2006-02-02 21:54
  // /usr/X11R6/include/X11/extensions/scrnsaver.h
  // no problem is here ...
  //
  // and finaly I compile e ...
  //
  // and the same error :
  //
  // e_manager.c: In function `e_manager_new':
  // e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
  // d?clar? (premi?re utilisation dans cette fonction)
  // e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
  // rapport? une seule fois
  // e_manager.c:145: erreur: pour chaque fonction dans laquelle il appara?t.)
  // e_manager.c: In function `_e_manager_cb_screensaver_notify':
  // e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
  // d?clar? (premi?re utilisation dans cette fonction)
  //
  // some body have the same problem ?
  // some body have a solution ?
  //
  // I checkout the code yesterday 11:00 pm ...
  //
  // thanks
  // --
  // Puppet_Master
  // ~oOo~ e17 ~oOo~
  // si on reprennais tout depuis le d?but ...
  //
  //
  // ---
  // This SF.Net email is sponsored by xPML, a groundbreaking scripting 
  language
  // that extends applications into web and mobile media. Attend the live 
  webcast
  // and join the prime developer group breaking into this new coding 
  territory!
  // http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
  // ___
  // enlightenment-devel mailing list
  // enlightenment-devel@lists.sourceforge.net
  // https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
  --
 
  Aleksej Struk
  Master Degree Student
  Free University of Bozen-Bolzano
  Faculty of Computer Science
  phone: +39-0471-061749
  cell phone: +39-3204627049 +370-61278908
  [EMAIL PROTECTED] [EMAIL PROTECTED] - http://astruk.googlepages.com/home
 


 --
 --
 Puppet_Master
 E17
 si on reprennais tout ...



--
Aleksej Struk
Master Degree Student
Free University of Bozen-Bolzano
Faculty of Computer Science
phone: +39-0471-061749
cell phone: +39-3204627049
[EMAIL PROTECTED] [EMAIL PROTECTED] - http://www.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling fresh check out on a laptop...

2006-03-31 Thread Puppet Master
ok boys dans have the final point !!!

I don't cleaned /usr/local/include ...

I'm sorry for spam on list ...

Thanks to all ;)

2006/3/31, dan sinclair [EMAIL PROTECTED]:
 You either a) have an old copy of ecore you're installing or you b) have
 an old copy of ecore lying around that it is loading up instead of the
 real one. The usual cause is someone installing ecore through their
 package manager and then deciding to do a custom build, or visa versa.

 Try doing something like
   find /usr -name Ecore_X.h
 and see if it only spits out one copy.

 dan


 Puppet Master wrote:
  Le 31/03/06, Aleksej Struk[EMAIL PROTECTED] a écrit :
  I had the same problems.
 
  I think, that recompilation of evas helped me.
 
  i compiled evas ... and no evolution
  sn
 
 
  On Fri, Mar 31, 2006 at 03:37:51PM +0200, Puppet Master wrote:
  // Hello all
  //
  // I'm compilling a fresh check out from the new CVS ... (great !!)
  // but it does'nt work ... (sniff)
  //
  // I have this error :
  //
  // e_manager.c: In function `e_manager_new':
  // e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
  // d?clar? (premi?re utilisation dans cette fonction)
  // e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
  // rapport? une seule fois
  // e_manager.c:145: erreur: pour chaque fonction dans laquelle il 
  appara?t.)
  // e_manager.c: In function `_e_manager_cb_screensaver_notify':
  // e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
  // d?clar? (premi?re utilisation dans cette fonction)
  // e_manager.c:746: erreur: « e » non d?clar? (premi?re utilisation dans
  // cette fonction)
  //
  // I take a look to the code and this ECORE_X_EVENT_SCREENSAVER_NOTIFY is
  // defined on
  // ecore_x ...
  //
  // I check out a fresh ecore .. I compile it ... it says :
  // Ecore_X..: yes (Xcursor: yes) (Xprint: yes)
  // (Xinerama: yes) (Xrandr: yes) (Xscreensaver: yes) (Xrender: yes)
  //
  // it works fine ...
  //
  // I check screensaver extenstion on X :
  // ls -l /usr/X11R6/include/X11/extensions/scrnsaver.h
  // -r--r--r-- 1 root root 4208 2006-02-02 21:54
  // /usr/X11R6/include/X11/extensions/scrnsaver.h
  // no problem is here ...
  //
  // and finaly I compile e ...
  //
  // and the same error :
  //
  // e_manager.c: In function `e_manager_new':
  // e_manager.c:145: erreur: « ECORE_X_EVENT_SCREENSAVER_NOTIFY » non
  // d?clar? (premi?re utilisation dans cette fonction)
  // e_manager.c:145: erreur: (Chaque identificateur non d?clar? est
  // rapport? une seule fois
  // e_manager.c:145: erreur: pour chaque fonction dans laquelle il 
  appara?t.)
  // e_manager.c: In function `_e_manager_cb_screensaver_notify':
  // e_manager.c:746: erreur: « Ecore_X_Event_Screensaver_Notify » non
  // d?clar? (premi?re utilisation dans cette fonction)
  //
  // some body have the same problem ?
  // some body have a solution ?
  //
  // I checkout the code yesterday 11:00 pm ...
  //
  // thanks
  // --
  // Puppet_Master
  // ~oOo~ e17 ~oOo~
  // si on reprennais tout depuis le d?but ...
  //
  //
  // ---
  // This SF.Net email is sponsored by xPML, a groundbreaking scripting 
  language
  // that extends applications into web and mobile media. Attend the live 
  webcast
  // and join the prime developer group breaking into this new coding 
  territory!
  // http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
  // ___
  // enlightenment-devel mailing list
  // enlightenment-devel@lists.sourceforge.net
  // https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
  --
 
  Aleksej Struk
  Master Degree Student
  Free University of Bozen-Bolzano
  Faculty of Computer Science
  phone: +39-0471-061749
  cell phone: +39-3204627049 +370-61278908
  [EMAIL PROTECTED] [EMAIL PROTECTED] - http://astruk.googlepages.com/home
 
 
 
  --
  --
  Puppet_Master
  E17
  si on reprennais tout ...
 
 
  ---
  This SF.Net email is sponsored by xPML, a groundbreaking scripting language
  that extends applications into web and mobile media. Attend the live webcast
  and join the prime developer group breaking into this new coding territory!
  http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 




--
--
Puppet_Master
E17
si on reprennais tout ...


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642