On Tue, Aug 21, 2012 at 9:32 AM, Vincent Torri <vincent.to...@gmail.com> wrote: > Hey > > > 2) there are some problems here and there with how paths are cheked, > as, on Windows, '/' and '\' can be used. So I have to check all the > source from evil to at least edje to see what to do exactly..
It seems that my fixes in eina_file_win32.c were enough to fix that. But elm theme fails to compile. The terminal output is below. That would be nice to add an option to dump the edc file after preprocessing, to see if there are problems in what is being compiled. And maybe other options for debugging Vincent make[1]: Entering directory `/home/torri/svnroot/elementary/data' Making install in themes make[2]: Entering directory `/home/torri/svnroot/elementary/data/themes' 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 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. C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/hover/base/menu(41): image attributes missing for part "pop", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/hover/base/submenu(42): image attributes missing for part "pop", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "event", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over1", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over2", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over2", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "blocker", description "enabled" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "event", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over1", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over2", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over2", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "blocker", description "enabled" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/gengrid/item/thumb/default(247): image attributes missing for part "fg2", description "selected" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/map/marker/empty/default(253): image attributes missing for part "base", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/diskselector/item/datetime/default(279): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/naviframe/base/pager(295): image attributes missing for part "base0", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/popup/item/default(308): image attributes missing for part "event_blocker", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/popup/item/default(308): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/popup/item/default(308): image attributes missing for part "over2", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Critical. Compiling script code not clean. C:/MinGW_PKG/msys/1.0/opt/efl/bin/edje_cc -id ../../data/themes -fd ../../data/themes \ ../../data/themes/default-desktop.edc \ ../../data/themes/default-desktop.edj make[3]: Entering directory `/home/torri/svnroot/elementary/data/themes' make[3]: Nothing to be done for `install-exec-am'. 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 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. C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/hover/base/menu(41): image attributes missing for part "pop", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/hover/base/submenu(42): image attributes missing for part "pop", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "event", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over1", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over2", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "over2", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/icon_text_style_item/default(48): image attributes missing for part "blocker", description "enabled" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "event", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over1", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over2", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "over2", description "clicked" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/ctxpopup/item_compress/default(49): image attributes missing for part "blocker", description "enabled" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/gengrid/item/thumb/default(247): image attributes missing for part "fg2", description "selected" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/map/marker/empty/default(253): image attributes missing for part "base", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/diskselector/item/datetime/default(279): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/naviframe/base/pager(295): image attributes missing for part "base0", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/popup/item/default(308): image attributes missing for part "event_blocker", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/popup/item/default(308): image attributes missing for part "over1", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Warning. Collection elm/popup/item/default(308): image attributes missing for part "over2", description "default" 0.000000 C:\MinGW_PKG\msys\1.0\opt\efl\bin\edje_cc.exe: Critical. Compiling script code not clean. test -z "/opt/efl/share/elementary/themes" || /bin/mkdir -p "/opt/efl/share/elementary/themes" /bin/install -c -m 644 ./default.edj default-desktop.edj '/opt/efl/share/elementary/themes' /bin/install: cannot stat `./default.edj': No such file or directory make[3]: *** [install-filesDATA] Error 1 make[3]: Leaving directory `/home/torri/svnroot/elementary/data/themes' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/torri/svnroot/elementary/data/themes' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/torri/svnroot/elementary/data' make: *** [install-recursive] Error 1 ------------------------------------------------------------------------------ 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