Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-21 Thread Vincent Torri
On Tue, 20 Apr 2010, Dave Ray wrote: Editje is almost working. It fails on a post-compile script involving edje_cc at the very end of 'make'. make Making all in editje make[1]: Nothing to be done for `all'. Making all in data Making all in themes Making all in default Making all in

Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-21 Thread Vincent Torri
On Wed, 21 Apr 2010, Tom Haste wrote: 201: BORDER(part, 3, part.rel1.highlight) Looks like another define issue. This is why the E17 theme didnt compile as well. I dont know why its saying something about 2 vs 4 arguments though... i don't know if the line is correct. I had big problems

Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-21 Thread Tom Haste
Well the E17 theme errors out because of #define as well so Id say its a recurring problem. Easy way to test this, is to delete line 25 of default.edc for editje. It should be #include border.edc that you want to get rid of. Try compiling again and it should fail on the next define in the theme.

Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-20 Thread Dave Ray
Editje is almost working. It fails on a post-compile script involving edje_cc at the very end of 'make'. make Making all in editje make[1]: Nothing to be done for `all'. Making all in data Making all in themes Making all in default Making all in images make[4]: Nothing to be done for `all'.

Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-20 Thread Tom Haste
Same issue you had with E17, edje_cc doesnt work on Mac... Toma On 21 April 2010 09:08, Dave Ray cl...@jonive.com wrote: Editje is almost working. It fails on a post-compile script involving edje_cc at the very end of 'make'.   make Making all in editje make[1]: Nothing to be done for

Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-20 Thread Dave Ray
On Apr 20, 2010, at 6:18 PM, Tom Haste wrote: Same issue you had with E17, edje_cc doesnt work on Mac... No, I fixed that. The failure I had before with edje_cc was a problem with the jpeg image loader, I fixed it by re-installing evas without DYLD_LIBRARY_PATH set. edje_cc works, has to