intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 46 forks source link

Fail to build on macos #25

Closed halton closed 6 years ago

halton commented 6 years ago

Environment:

halton commented 6 years ago

@huningxin is this because of the version of macos?

huningxin commented 6 years ago

It might be related to Xcode and SDK version. I am using Xcode 9.3 and 10.13 SDK.

huningxin commented 6 years ago

I can reproduce with the latest Xcode 9.3 (9E145). I will fix it.

halton commented 6 years ago

Confirmed my Xcode is also 9.3 (9E145)

huningxin commented 6 years ago

My fix is ready, however the forked repo https://github.com/huningxin/chromium-src is unavailable. I've contacted github. After it is solved, I will send PR.

huningxin commented 6 years ago

github's response is "looking into the issue, but no ETA". If urgent, I can push it directly. Please let me know.

halton commented 6 years ago

I'm fine with direct pushing. One question: does remove and re-fork works?

huningxin commented 6 years ago

pushed https://github.com/otcshare/chromium-src/commit/3d99cdd11a38c7af55ff3a5b475a5375567ff4d5.

Please see whether it fix the bot.

One question: does remove and re-fork works?

it doesn't work.

halton commented 6 years ago

Confirmed as fixed.