[E-devel] Segmentationfault when calling evas_engine_info_get()

2005-03-02 Thread Christoph Peltz
Hi, I have only begun to code using the evas library and have a little problem I cannot solve, so I hope you can help me. I have following code: int main(){ Evas_List *engine_list, *l; engine_list = evas_render_method_list(); if (!engine_list){

Re: [E-devel] Segmentationfault when calling evas_engine_info_get()

2005-03-02 Thread The Rasterman
On Tue, 01 Mar 2005 20:01:49 +0100 Christoph Peltz [EMAIL PROTECTED] babbled: Hi, I have only begun to code using the evas library and have a little problem I cannot solve, so I hope you can help me. I have following code: int main(){ Evas_List

[E-devel] E Summary 01-03-2005

2005-03-02 Thread dan sinclair
The Path To Enlightenment 1 --- Well, its been mentioned that something like a note dropped now and then would be handy for the coding effort, new user integration. So, since I don't feel like anything else, here's a first stab. Let me know if there is anything blatantly

Re: [E-devel] Improving the build system

2005-03-02 Thread The Rasterman
On Fri, 25 Feb 2005 16:34:54 +0100 Richard Torkar [EMAIL PROTECTED] babbled: Hi all, I've been looking at improving the build system that the different E modules have. At the moment there is no automatic creation of *.spec files when running autofoo. My

Re: [E-devel] freedesktops standards???

2005-03-02 Thread joel vennin
On Wed, 2 Mar 2005 13:04:18 +0900, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: +On Sat, 26 Feb 2005 22:20:07 + Till Varoquaux [EMAIL PROTECTED] babbled: I was reading freedesktop's various standards. I know there is a choice not to use .desktop files since they are heavy to

Re: [E-devel] Segmentationfault when calling evas_engine_info_get()

2005-03-02 Thread Christoph Peltz
first... don't set the viewport or size until you have set up an engine... evas is only partly initialized. second - you can save a lot of effort and use ecore_evas as a wrapper that sets this all up for you :) third - can you give us a gdb backtrace? (so i can see where in evas its

Re: [E-devel] Invitation to the mediation manual

2005-03-02 Thread The Rasterman
On Thu, 24 Feb 2005 15:52:35 +0100 Robert Schuster [EMAIL PROTECTED] babbled: Dear Enlightenment developers, I wrote some guidelines that should help FOSS projects getting more lively and lowering the barrier for new developers to join. You can find them in form of a

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread Michael Jennings
On Tuesday, 01 March 2005, at 06:44:19 (+0100), Cristalle Azundris Sabon wrote: Not to mention that in my last checkout, the .spec files did not reflect these changes. Can we establish the rule that (collective) you DON'T change the version number UNLESS you also fix the spec? Thanks. As I

Re: [E-devel] freedesktops standards???

2005-03-02 Thread The Rasterman
+On Sat, 26 Feb 2005 22:20:07 + Till Varoquaux [EMAIL PROTECTED] babbled: I was reading freedesktop's various standards. I know there is a choice not to use .desktop files since they are heavy to parse and so on. I fully understand your choice and respect. However since

RE: [E-devel] Segmentationfault when calling evas_engine_info_get()

2005-03-02 Thread Nemec, Bernhard
BTW: I am sorry for double-posting, normally I get my own email when send to a list to make sure it has arrived, but here I do not get it so i thought the mail does not arrived at the list. This is an option in the list setup interface (Edit Options).

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread Didier Casse
On Tue, 01 Mar 2005 10:21:39 +, Andrew Elcock [EMAIL PROTECTED] wrote: Didier Casse wrote: It's the first time that I get these errors: *** The enlightenment-config script installed by enlightenment could not be foun d All other stuff have compiled except for engage. Let me get

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread Michael Jennings
On Tuesday, 01 March 2005, at 09:55:04 (+), Andrew Elcock wrote: 2 choices here - crawl back into your hole or read the error message before commenting. Hi, welcome to Missing the Point. Population: You. Perhaps my recent e-mails will help your comprehension. I recommend reading them.

[E-devel] Segmentationfault when calling evas_engine_info_get()

2005-03-02 Thread Christoph Peltz
Hi, I have only begun to code using the evas library and have a little problem I cannot solve, so I hope you can help me. I have following code: int main(){ Evas_List *engine_list, *l; engine_list = evas_render_method_list(); if (!engine_list){

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread Michael Jennings
On Wednesday, 02 March 2005, at 11:43:09 (+0900), Carsten Haitzler wrote: because of this: asapagus.sh: snip I'm sure that's great for you, but you're not the only one dealing with these packages. If you're already updating configure.in, you should update the spec files at the same time.

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread Tilman Sauerbeck
Michael Jennings [EMAIL PROTECTED] [2005-03-02 14:49]: You are not making changes to all packages at once. Thus you have created a situation where there may be a release of a particular package in which nothing whatsoever has changed from the previous release. I don't see this as a good

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread Ibukun Olumuyiwa
On Tue 01 Mar 2005, Michael Jennings wrote: On Tuesday, 01 March 2005, at 09:55:04 (+), Andrew Elcock wrote: 2 choices here - crawl back into your hole or read the error message before commenting. Hi, welcome to Missing the Point. Population: You. Perhaps my recent e-mails will

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread Michael Jennings
On Wednesday, 02 March 2005, at 15:57:40 (-0600), Ibukun Olumuyiwa wrote: (Sorry, trying to get everyone to lighten up a little. It's not such a BIG issue anyway.) Sure, not for you. You don't have to deal with any of the packaging issues. Ask shadoi. Michael -- Michael Jennings (a.k.a.

[E-devel] General Build Issues

2005-03-02 Thread Paul Merchlewicz
Hi, Have been recently building e17 via the spec files and have noticed some stuff. 1.) imlib2 requires libungif-devel. I am running suse 9.2 and thats all I can offer is giflib-devel. Is there a way we can have it check for either giflib or libungif? 2.) I noticed in the epsilon.spec

Re: [E-devel] Problems with building engage from cvs

2005-03-02 Thread The Rasterman
On Wed, 2 Mar 2005 14:49:41 -0500 Michael Jennings [EMAIL PROTECTED] babbled: On Wednesday, 02 March 2005, at 11:43:09 (+0900), Carsten Haitzler wrote: because of this: asapagus.sh: snip I'm sure that's great for you, but you're not the only one

Re: [E-devel] Segmentationfault when calling evas_engine_info_get()

2005-03-02 Thread Christoph Peltz
oooh! you should read your code more carefully! :) the gdb backtrace says u die in evas_engine_info_set() - which makes sense. u didnt notice this because your printf(test); has no \n - thus no newline and it doesnt get flushed and u dont see it. so the reason it dies is you are not setting

Re: [E-devel] E Summary 01-03-2005

2005-03-02 Thread The Rasterman
On Wed, 02 Mar 2005 01:46:12 -0500 dan sinclair [EMAIL PROTECTED] babbled: aaah this looks excellent. having this is good. now if we can add this to the website (just ask for an account) as news items.. that'd be perfect. :) The Path To Enlightenment 1