pmarcinkiew / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
0 stars 1 forks source link

Use correct headers when building jerry and libtuv #13

Closed pmarcinkiew closed 6 years ago

pmarcinkiew commented 6 years ago

This patch fixes previous issue with build system not using correct TizenRT path, thus creating completely broken build.

The current version of JerryScript fails to compile with TizenRT headers because some conversions are not correctly implemented. These are just warnings, which can be fixed in JerryScript laters so they were temporary disabled.

The libtuv has to be from PR: https://github.com/Samsung/libtuv/pull/91

TizenRT has to be from PR: https://github.com/Samsung/TizenRT/pull/462

Signed-off-by: Jaroslaw Pelczar j.pelczar@samsung.com

pmarcinkiew commented 6 years ago

duplicated