[E-devel] PATCH: ecore_con_url.

2006-05-27 Thread Øystein Haare
A small patch that does 3 things:- Allow https:// Obviously won't work if curl is not compiled with SSL support,perhaps something like this could be put in: int ecore_con_url_supports_https(){ curl_version_info_data *curl_info = curl_version_info(CURLVERSION_NOW); if(curl_info-features

Re: [E-devel] Re: E CVS: libs/evas mej

2006-05-27 Thread Michael Jennings
On Sunday, 28 May 2006, at 08:21:18 (+0900), Carsten Haitzler wrote: which modules? Definitely mem. It fails to build if the edb loader for evas isn't installed. I believe net also, but I fixed evas before trying it again, so I could be wrong. But mem definitely wouldn't build. Michael --

Re: [E-devel] Re: E CVS: libs/evas mej

2006-05-27 Thread The Rasterman
On Sat, 27 May 2006 19:34:02 -0400 Michael Jennings [EMAIL PROTECTED] babbled: On Sunday, 28 May 2006, at 08:21:18 (+0900), Carsten Haitzler wrote: which modules? Definitely mem. It fails to build if the edb loader for evas isn't installed. I believe net also, but I fixed evas before

[E-devel] Re: E CVS: emu mej

2006-05-27 Thread David Seikel
On Sat, 27 May 2006 19:41:12 -0400 (EDT) Enlightenment CVS [EMAIL PROTECTED] wrote: The emu module kinda threw everything for a loop by having a separate binary, so I had to add some spec-fu to make an exception for it. I have no spec-fu, so I would like to know what's going on here. Fair

Re: [E-devel] Re: E CVS: emu mej

2006-05-27 Thread Michael Jennings
On Sunday, 28 May 2006, at 12:39:48 (+1000), David Seikel wrote: I have no spec-fu, so I would like to know what's going on here. Fair enough that the emu modules spec file needed to change, but why did every other module need to change as well? Module spec files are auto-generated from a

Re: [E-devel] Re: E CVS: libs/evas mej

2006-05-27 Thread Michael Jennings
On Sunday, 28 May 2006, at 09:37:53 (+0900), Carsten Haitzler wrote: hmmm - are you sure? Absolutely positive. The build failed with a message about /usr/lib/evas/modules/loaders/edb/linux-gnu-i686/module.so not being able to load. That said, I just ran a fresh build of every single module

Re: [E-devel] Re: E CVS: emu mej

2006-05-27 Thread David Seikel
On Sat, 27 May 2006 22:47:46 -0400 Michael Jennings [EMAIL PROTECTED] wrote: On Sunday, 28 May 2006, at 12:39:48 (+1000), David Seikel wrote: I have no spec-fu, so I would like to know what's going on here. Fair enough that the emu modules spec file needed to change, but why did every

Re: [E-devel] Re: E CVS: emu mej

2006-05-27 Thread Michael Jennings
On Sunday, 28 May 2006, at 13:15:21 (+1000), David Seikel wrote: Is this due to the emu_client script? Yep, sure is. emu is the only one with a /usr/bin/something being installed. That's just an example client script, and the only thing that will happen if it is not available on the