Hello list,

I have done a GUI with edje, but got the above error message.

I have tracked it down to the following minimal code : 

group
{
        name: "Seneca_Main";
        min:  800 600;
        max: 1152 864;
        script
        {
        
        }
}

if i compile it with :

strace edje_cc -id images/ -fd fonts/ default.edc default.eet 

i got the following output from strace :
-------- cut ------------
gettimeofday({1108663088, 670885}, NULL) = 0
getpid()                                = 3438
open("/tmp/edje_cc.amx-tmp-gYevHU", O_RDWR|O_CREAT|O_EXCL, 0600) = 4
rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD,
parent_tidptr=0xbfff95a8) = 3443 waitpid(3443,
/tmp/edje_cc.sma-tmp-gx3Zu7(1) : fatal error 100: cannot read from file:
"edje"

Compilation aborted.
1 Error.
[{WIFEXITED(s) && WEXITSTATUS(s) == 2}], 0) = 3443
rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
write(2, "edje_cc: Warning. Compiling scri"..., 51edje_cc: Warning.
Compiling script code not clean. ) = 51 fstat64(3,
{st_mode=S_IFREG|0600, st_size=0, ...}) = 0

------------------ cut --------------------------------------------

It looks like, edje_cc adds the line #include <edje> to the tmp-file but
cannot find it to load.

Where is this file located or have i to put it in ?

Thanks for your help

-- 
sorry for my bad english

Kind Regards

Antonio


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to