语言

Menu
Sites
Language
EDJE compilation fails below tizen 3.0.0

Hi, 

I have problem with compiling edc files containig images into edje. I created project aiming tizen wearable 3.0.0 and I had no problems. Then I found out that I need to downgrade to tizen 2.3.2. Suddenly after cleaning project edje_cc fails to compile:

FAILED: edje_cc -deps .d -id "../edje/images" -id "C:/tizen-studio/tools/edc-editor/share/enventor/images" -sd "../edje/sounds" -sd "C:/tizen-studio/tools/edc-editor/share/enventor/sounds" -fd "../edje/fonts" -fd "C:/tizen-studio/tools/edc-editor/share/enventor/fonts" ../res/edje/circle_button_styles.edc res/edje/circle_button_styles.edj
CreateProcess failed: The system cannot find the file specified.

 

But when I configure project back to 3.0.0 it works. The same problem occurs on newly cerated projects aiming 2.3.2 and below - even samples (eg. ContactsUI) that contain edc files with images.

 

I store edc files in /res/edje folder and images in /edje. I checked edje_cc -id option and it looks to be correct (it's the same for 3.0.0 but it works). Anyone had similar problems?

 

EDIT

I also get :

ninja: fatal: ReadFile: Invalid handle.
CreateProcess failed: The system cannot find the file specified.

 

 

CreateProcess failed: The system cannot find the file specified.

 

编辑者为: Jakub Wiśniewski 31 1月, 2017

响应

1 回复
Jakub Wiśniewski

I changed efl path from 2.3.2 to 3.0 and it seems to compile those files. Application also seems to run. Gonna test it further.