[e-users] Epplets

2003-10-24 Thread Justin Parker
can someone tell me what I need to do in order to add epplets to RH9?

Justin




---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Help questions? What?

2003-10-24 Thread elshadii
Guys! STOP BICKERING!  I don't write code and I don't test alpha stuff.  But I 
do love Enlightenment.  I'm a relatively new user to it.  But I'm also an 
experienced psychologist and some of you people out there are so deep in a 
conflict cycle it's almost become a bitch session.  I might piss some people 
off by saying that but it's the truth.  And everyone knows what they say about 
truth.  

Anywho, beyond that I would like to ask for some help with installing the 
epplets on a RH9 system.  There is something wrong with the rpms i've 
downloaded because it's not finding a package I know is installed.  Someone 
suggested repacking the rpm and then installing but I'd like to find a way 
around that if possiple.  I hope this puts us back on track; ENLIGHTENMENT 
HELP.

Justin




---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Test (please ignore)

2003-10-24 Thread Hall Stevenson
Just testing how long it takes a message to arrive to this list. I 
sent one at 9am EST today and it hasn't shown up yet.



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Help questions? What?

2003-10-24 Thread John Miskinis
What package is it looking for, and not finding?

Anywho, beyond that I would like to ask for some help with installing the
epplets on a RH9 system.  There is something wrong with the rpms i've
downloaded because it's not finding a package I know is installed.  Someone
_
Fretting that your Hotmail account may expire because you forgot to sign in 
enough? Get Hotmail Extra Storage today!   
http://join.msn.com/?PAGE=features/es



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Epplets

2003-10-24 Thread Didier Casse
On Oct 23, 2003, Justin Parker ([EMAIL PROTECTED]) wrote:

> can someone tell me what I need to do in order to add epplets to RH9?
> 
> Justin
>

Normally, this is vert straightforward:

1. Download from cvs, by the following commands
cvs
-d:pserver:[EMAIL PROTECTED]:/cvsroot/enlightenment
login

cvs -z3
-d:pserver:[EMAIL PROTECTED]:/cvsroot/enlightenment
co e16/epplets

2. then when you have it in your box, you do a 

sh autogen.sh, followed by make and make install (and a e_gen_menu
something afterwards).


But I got a problem at the "make" part in RedHat 9. I attached an error
log. Can anybody tell me what's wrong with the building process? The
epplets doesn't build cleanly on RedHat 9. Thanks for any help provided.


With kind regards,

Didier.

---
PhD student

Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603

Email: slsbdfc at nus dot edu dot sg \or\ 
didierbe at sps dot nus dot edu dot sg
Website: http://ssls.nus.edu.sg



[EMAIL PROTECTED]:epplets)$ make

cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/didier/E-stuff/Epplets/e16/epplets'
Making all in api
make[2]: Entering directory `/home/didier/E-stuff/Epplets/e16/epplets/api'
source='epplet.c' object='epplet.lo' libtool=yes \
depfile='.deps/epplet.Plo' tmpdepfile='.deps/epplet.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. 
-I/usr/X11R6/include  -I/usr/local/include -I/usr/X11R6/include  -g -O2 -c -o 
epplet.lo `test -f 'epplet.c' || echo './'`epplet.c
rm -f .libs/epplet.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/X11R6/include -I/usr/local/include 
-I/usr/X11R6/include -g -O2 -c epplet.c -MT epplet.lo -MD -MP -MF .deps/epplet.TPlo  
-fPIC -DPIC -o .libs/epplet.lo
In file included from epplet.c:2:
epplet.h:17:19: Imlib.h: No such file or directory
epplet.h:31:21: GL/glut.h: No such file or directory
In file included from epplet.c:2:
epplet.h:62: parse error before "ImlibImage"
epplet.h:62: warning: no semicolon at end of struct or union
epplet.h:64: warning: data definition has no type or storage class
epplet.h:127: parse error before '*' token
epplet.h:127: warning: data definition has no type or storage class
epplet.h:529: parse error before "Epplet_make_rgb_buf"
epplet.h:529: warning: data definition has no type or storage class
epplet.h:532: parse error before "buf"
epplet.h:535: parse error before "buf"
epplet.h:538: parse error before "buf"
epplet.c:39: parse error before '*' token
epplet.c:39: warning: data definition has no type or storage class
epplet.c:184: parse error before '*' token
epplet.c: In function `Epplet_Init':
epplet.c:438: warning: assignment makes pointer from integer without a cast
epplet.c:463: request for member `x' in something not a structure or union
epplet.c:467: warning: passing arg 10 of `XCreateWindow' makes pointer from integer 
without a cast
epplet.c:501: `XA_STRING' undeclared (first use in this function)
epplet.c:501: (Each undeclared identifier is reported only once
epplet.c:501: for each function it appears in.)
epplet.c:514: `XA_CARDINAL' undeclared (first use in this function)
epplet.c:531: `XA_ATOM' undeclared (first use in this function)
epplet.c: In function `Epplet_internal_create_window':
epplet.c:621: request for member `x' in something not a structure or union
epplet.c:624: warning: passing arg 10 of `XCreateWindow' makes pointer from integer 
without a cast
epplet.c: In function `Epplet_imageclass_get_pixmaps':
epplet.c:1116: request for member `x' in something not a structure or union
epplet.c: In function `Epplet_paste_image':
epplet.c:1973: `ImlibImage' undeclared (first use in this function)
epplet.c:1973: `im' undeclared (first use in this function)
epplet.c: In function `Epplet_paste_image_size':
epplet.c:1986: `ImlibImage' undeclared (first use in this function)
epplet.c:1986: `im' undeclared (first use in this function)
epplet.c: In function `Epplet_create_textbox':
epplet.c:2120: request for member `x' in something not a structure or union
epplet.c:2123: warning: passing arg 10 of `XCreateWindow' makes pointer from integer 
without a cast
epplet.c: In function `Epplet_draw_textbox':
epplet.c:2307: `ImlibImage' undeclared (first use in this function)
epplet.c:2307: `im' undeclared (first use in this function)
epplet.c:2380: `ShapeBounding' undeclared (first use in this function)
epplet.c:2380: `ShapeSet' undeclared (first use in this function)
epplet.c: In function `Epplet_create_button':
epplet.c:2693: request for member `x' in something not a structure or union
epplet.c:2696: warning: passing arg 10 of `XCreateWindow' makes pointer from integer 
without a cast
epplet.c:2701: request for member `x' in something not a structure or union
epplet.c:2704: warning: passing arg 10 of `XCreateWindow' makes pointer from integer 
without a cast
epplet.c: In function `Epplet_draw_butto

Re: [e-users] Epplets

2003-10-24 Thread Didier Casse
On Oct 25, 2003, Didier Casse ([EMAIL PROTECTED]) wrote:

> On Oct 23, 2003, Justin Parker ([EMAIL PROTECTED]) wrote:
> 
> But I got a problem at the "make" part in RedHat 9. I attached an error
> log. Can anybody tell me what's wrong with the building process? The
> epplets doesn't build cleanly on RedHat 9. Thanks for any help provided.
> 

I got an answer from the developer's list:

1. Imlib.h is missing.
2. GL/glut.h is also missing!

When I fix those, it should be alright. ;-)

With kind regards,

Didier.

---
PhD student

Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603

Email: slsbdfc at nus dot edu dot sg \or\ 
didierbe at sps dot nus dot edu dot sg
Website: http://ssls.nus.edu.sg






---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users