On Sat, Jul 28, 2012 at 5:46 PM, Vincent Torri <vincent.to...@gmail.com> wrote:
> On Sat, Jul 28, 2012 at 10:19 AM, Vincent Torri <vincent.to...@gmail.com> 
> wrote:
>> On Sat, Jul 28, 2012 at 9:10 AM, Carsten Haitzler <ras...@rasterman.com> 
>> wrote:
>>> On Sat, 28 Jul 2012 06:26:03 +0200 Vincent Torri <vincent.to...@gmail.com> 
>>> said:
>>>
>>>> On Sat, Jul 28, 2012 at 3:16 AM, Cedric BAIL <cedric.b...@free.fr> wrote:
>>>> > On Sat, Jul 28, 2012 at 1:25 AM, Vincent Torri <vincent.to...@gmail.com>
>>>> > wrote:
>>>> >> C:/MinGW_PKG/msys/1.0/opt/efl/bin/edje_cc  -id ../../data/themes -fd
>>>> >> ../../data/themes \
>>>> >>         ../../data/themes/default.edc \
>>>> >>         ../../data/themes/default.edj
>>>> >> Image 'exclam.png' in ressource 'edje/image/20' will not be included
>>>> >> as it is unused.
>>>> >> Image 'check2.png' in ressource 'edje/image/215' will not be included
>>>> >> as it is unused.
>>>> >> Collection elm/hover/base/menu(41): image attributes missing for part
>>>> >> "pop", description "default" 0.000000
>>>> >> Collection elm/hover/base/submenu(42): image attributes missing for
>>>> >> part "pop", description "default" 0.000000
>>>> >> Collection elm/ctxpopup/icon_text_style_item/default(48): image
>>>> >> attributes missing for part "event", description "default" 0.000000
>>>> >> Collection elm/ctxpopup/icon_text_style_item/default(48): image
>>>> >> attributes missing for part "over1", description "default" 0.000000
>>>> >> Collection elm/ctxpopup/icon_text_style_item/default(48): image
>>>> >> attributes missing for part "over1", description "clicked" 0.000000
>>>> >> Collection elm/ctxpopup/icon_text_style_item/default(48): image
>>>> >> attributes missing for part "over2", description "default" 0.000000
>>>> >> etc...
>>>> >> C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Error. Compiling script
>>>> >> code not clean.
>>>> >>
>>>> >> I have absolutely no idea on how to fix that.
>>>> >>
>>>> >> does someone see what the problem is ?
>>>> >
>>>> > Likely an issue for edje_cc.exe to properly locate embryo_cc.exe. You
>>>> > can add some printf in edje_cc_out.c I guess to see where it is
>>>> > looking for. I need to add a fallback if not found to use $PATH, just
>>>> > in case it work.
>>>>
>>>> the path to embryo_cc is correct and it seems to be found. Adding
>>>> ".exe' to embryo_cc in edje_cc_out.c does not help
>>>
>>> the problem is embryo_cc has a non-zero exit code. it SHOULD have spewed out
>>> some errors of its out to stdout/err to indicate whats up... are you sure 
>>> its
>>> being executed at all? if so.. the solution lies in finding out why 
>>> embryo_cc
>>> is unhappy.
>>
>> indeed, embryo_cc is not called. I think that it is the case since
>> ecore_exe_run() has been used. As I have only cross compiled since the
>> last year, edje_cc on linux was called.
>>
>> Now, I have to debug ecore_exe on Windows, I guess.
>>
>> Note that in edje_cc_out.c, the result of ecore_exe_run() is not
>> checked. I think that it should.
>
> actually, it was called, but ecore_exe was redirecting the std output.
> New output:
>
> WRN: Collection elm/popup/item/default(307): image attributes missing
> for part "over1", description "default" 0.000000
> WRN: Collection elm/popup/item/default(307): image attributes missing
> for part "over2", description "default" 0.000000
> Assertion failed: (*name >= 'A' && *name <= 'Z') || (*name >= 'a' &&
> *name <= 'z') || *name == '_', file embryo_cc_sclist.c, line 259
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
>
> Vincent
> C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Error. Compiling script
> code not clean.

That's weird. Do you have the file that embryo_cc tries to compile ?
my only guess is that some garbage was pushed in the preprocessed file
somehow.
-- 
Cedric BAIL

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to