[e-users] problems compiling ewl

2006-08-09 Thread Brian Howe
I'm running Ubuntu Linux on intel. I've just done a complete checkout of the cvs tree and I'm getting the following error trying to compile ewl:Making all in x11make[4]: Entering directory `/root/e17/e17/libs/ewl/src/engines/x11'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/lib -I../../../src/engines/x11 -I../../../src/engines/x11 -I/usr/local/include -I/usr/local/include -g -O2 -Wall -MT ewl_engine_x11.lo -MD -MP -MF .deps/ewl_engine_x11.Tpo -c -o ewl_engine_x11.lo ewl_engine_x11.c; \
 then mv -f .deps/ewl_engine_x11.Tpo .deps/ewl_engine_x11.Plo; else rm -f .deps/ewl_engine_x11.Tpo; exit 1; figcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/lib -I../../../src/engines/x11 -I../../../src/engines/x11 -I/usr/local/include -I/usr/local/include -g -O2 -Wall -MT ewl_engine_x11.lo -MD -MP -MF .deps/ewl_engine_x11.Tpo -c ewl_engine_x11.c -fPIC -DPIC -o .libs/ewl_engine_x11.o
ewl_engine_x11.c:78: warning: missing braces around initializerewl_engine_x11.c:78: warning: (near initialization for 'engine_funcs.engine_hooks')ewl_engine_x11.c: In function 'ewl_ev_x_paste':ewl_engine_x11.c:1047: error: 'struct _Ecore_X_Event_Selection_Notify' has no member named 'content'
make[4]: *** [ewl_engine_x11.lo] Error 1make[4]: Leaving directory `/root/e17/e17/libs/ewl/src/engines/x11'make[3]: *** [all-recursive] Error 1make[3]: Leaving directory `/root/e17/e17/libs/ewl/src/engines'
make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/root/e17/e17/libs/ewl/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/root/e17/e17/libs/ewl'make: *** [all] Error 2
Can someone please explain what I'm missing and what I can do to fix the problem?Thanks-- Brian Howe
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problems compiling ewl

2006-08-09 Thread Nathan Ingersoll
Try updating ecore, there was some shuffling of data structures a
while back that are related to this.

On 8/9/06, Brian Howe [EMAIL PROTECTED] wrote:
 I'm running Ubuntu Linux on intel. I've just done a complete checkout of the
 cvs tree and I'm getting the following error trying to compile ewl:

 Making all in x11
 make[4]: Entering directory
 `/root/e17/e17/libs/ewl/src/engines/x11'
 if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I. -I../../.. -I../../../src/lib -I../../../src/lib
 -I../../../src/engines/x11 -I../../../src/engines/x11 -I/usr/local/include
 -I/usr/local/include-g -O2 -Wall -MT ewl_engine_x11.lo -MD -MP -MF
 .deps/ewl_engine_x11.Tpo -c -o ewl_engine_x11.lo ewl_engine_x11.c; \
 then mv -f .deps/ewl_engine_x11.Tpo .deps/ewl_engine_x11.Plo;
 else rm -f .deps/ewl_engine_x11.Tpo; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib
 -I../../../src/lib -I../../../src/engines/x11 -I../../../src/engines/x11
 -I/usr/local/include -I/usr/local/include -g -O2 -Wall -MT ewl_engine_x11.lo
 -MD -MP -MF .deps/ewl_engine_x11.Tpo -c ewl_engine_x11.c  -fPIC -DPIC -o
 .libs/ewl_engine_x11.o
 ewl_engine_x11.c:78: warning: missing braces around initializer
 ewl_engine_x11.c:78: warning: (near initialization for
 'engine_funcs.engine_hooks')
 ewl_engine_x11.c: In function 'ewl_ev_x_paste':
 ewl_engine_x11.c:1047: error: 'struct
 _Ecore_X_Event_Selection_Notify' has no member named
 'content'
 make[4]: *** [ewl_engine_x11.lo] Error 1
 make[4]: Leaving directory
 `/root/e17/e17/libs/ewl/src/engines/x11'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory
 `/root/e17/e17/libs/ewl/src/engines'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/root/e17/e17/libs/ewl/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/root/e17/e17/libs/ewl'
 make: *** [all] Error 2

 Can someone please explain what I'm missing and what I can do to fix the
 problem?

 Thanks

 --
 Brian Howe


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problems compiling ewl

2006-07-12 Thread Nathan Ingersoll
These should be fixed in CVS now. I believe dj2 committed the fix
yesterday. Update EWL and let us know if you still have a problem.

Thanks,
Nathan

On 7/11/06, Brian Howe [EMAIL PROTECTED] wrote:
 Hi All,

 So for the last few days I have been unable to compile ewl. The latest error
 I am getting is as follows:

  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib
 -I../../../src/lib -I../../../src/engines/evas_fb
 -I../../../src/engines/evas_fb -I/usr/local/include -I/usr/local/include
 -I/usr/local/include -I/usr/include -I/usr/local/include
 -I/usr/X11R6/include -g -O2 -Wall -MT ewl_engine_evas_fb.lo -MD -MP -MF
 .deps/ewl_engine_evas_fb.Tpo -c ewl_engine_evas_fb.c  -fPIC -DPIC -o
 .libs/ewl_engine_evas_fb.o
 ewl_engine_evas_fb.c:33: warning: missing braces around initializer
 ewl_engine_evas_fb.c:33: warning: (near initialization for
 'engine_funcs.engine_hooks')
 ewl_engine_evas_fb.c: In function 'ee_canvas_setup':
  ewl_engine_evas_fb.c:187: error: 'struct Ewl_Window' has no member named
 'engine'
 make[4]: *** [ewl_engine_evas_fb.lo] Error 1
 make[4]: Leaving directory
 `/root/e17/e17/libs/ewl/src/engines/evas_fb'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory
 `/root/e17/e17/libs/ewl/src/engines'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/root/e17/e17/libs/ewl/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/root/e17/e17/libs/ewl'
 make: *** [all] Error 2

 I just did a CVSCO and evas compiled without any errors. Anyone know what I
 may be missing?

 I'm running Ubuntu 6.06 in intel hardware.

 Thanks for your help.

 --
 Brian Howe
 ~=~=~=~=~


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] problems compiling ewl

2006-07-11 Thread Brian Howe
Hi All,So for the last few days I have been unable to compile ewl. The latest error I am getting is as follows:gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/lib -I../../../src/engines/evas_fb -I../../../src/engines/evas_fb -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/X11R6/include -g -O2 -Wall -MT ewl_engine_evas_fb.lo -MD -MP -MF .deps/ewl_engine_evas_fb.Tpo -c ewl_engine_evas_fb.c -fPIC -DPIC -o .libs/ewl_engine_evas_fb.o
ewl_engine_evas_fb.c:33: warning: missing braces around initializerewl_engine_evas_fb.c:33: warning: (near initialization for 'engine_funcs.engine_hooks')ewl_engine_evas_fb.c: In function 'ee_canvas_setup':
ewl_engine_evas_fb.c:187: error: 'struct Ewl_Window' has no member named 'engine'make[4]: *** [ewl_engine_evas_fb.lo] Error 1make[4]: Leaving directory `/root/e17/e17/libs/ewl/src/engines/evas_fb'make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/e17/e17/libs/ewl/src/engines'make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/root/e17/e17/libs/ewl/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/root/e17/e17/libs/ewl'
make: *** [all] Error 2I just did a CVSCO and evas compiled without any errors. Anyone know what I may be missing?I'm running Ubuntu 6.06 in intel hardware.Thanks for your help.
-- Brian Howe~=~=~=~=~

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Problems compiling ewl

2005-09-14 Thread Guillermo Movia
Now, i had this problem:

MF .deps/ewl_border.Tpo -c ewl_border.c  -fPIC -DPIC -o .libs/ewl_border.o
ewl_border.c: In function 'ewl_border_init':
ewl_border.c:38: error: 'FALSE' undeclared (first use in this function)
ewl_border.c:38: error: (Each undeclared identifier is reported only once
ewl_border.c:38: error: for each function it appears in.)
ewl_border.c:48: error: 'TRUE' undeclared (first use in this function)

Some suggestion?

Guillermo


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problems compiling ewl

2004-10-11 Thread Andrew Elcock
this was fixed at the weekend - are you using a brand new checkout?
Handy
ktabic wrote:
Hi,
I'm having problems compiling efl.
It has all been checked out of cvs tonight, and everything compiles 
fine up until I get to ewl.
Then I get the following error:

Making all in themes
make[3]: Entering directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl/data/themes'
(cd ../../data/themes ; edje_cc -v -id 
../../data/themes/default/bits/images default.edc 
../../data/themes/default.eet)
edje_cc: Opening /tmp/edje_cc.edc-tmp-sITglc for input
edje_cc: Parsing input file
edje_cc: Error. parse error default/bits/entry-groups.edc:31. There is 
already a part of the name base
make[3]: *** [default.eet] Error 255
make[3]: Leaving directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl/data/themes'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl'
make: *** [all] Error 2

I've looked at the file entry-groups.edc, and there are two almost 
identical entries in there, but I guss that is correct.
Frankly I have no idea what is wrong, and am hoping someone knows the 
cause of this.

For information, I'm running Slackware 10, with gcc 3.3.4
Thanks in advanced
ktabic
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out 
more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problems compiling ewl

2004-10-11 Thread ktabic
Andrew Elcock wrote:
this was fixed at the weekend - are you using a brand new checkout?
Handy
ktabic wrote:
Yes, checked out completely new (even deleted the old stuff) last night.
I'll checkout again, just in case it's sourceforges anon cvs being 
really slow

ktabic
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] problems compiling ewl

2004-10-10 Thread ktabic
Hi,
I'm having problems compiling efl.
It has all been checked out of cvs tonight, and everything compiles fine 
up until I get to ewl.
Then I get the following error:

Making all in themes
make[3]: Entering directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl/data/themes'
(cd ../../data/themes ; edje_cc -v -id 
../../data/themes/default/bits/images default.edc 
../../data/themes/default.eet)
edje_cc: Opening /tmp/edje_cc.edc-tmp-sITglc for input
edje_cc: Parsing input file
edje_cc: Error. parse error default/bits/entry-groups.edc:31. There is 
already a part of the name base
make[3]: *** [default.eet] Error 255
make[3]: Leaving directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl/data/themes'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/software/window-managers/enlightenment/e17/libs/ewl'
make: *** [all] Error 2

I've looked at the file entry-groups.edc, and there are two almost 
identical entries in there, but I guss that is correct.
Frankly I have no idea what is wrong, and am hoping someone knows the 
cause of this.

For information, I'm running Slackware 10, with gcc 3.3.4
Thanks in advanced
ktabic
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users