Steve Smith

Results 121 comments of Steve Smith

> @essandess FYR, as I commented before in [#58368 (comment)](https://github.com/tensorflow/tensorflow/issues/58368#issuecomment-1321729076), it's likely a linked (ld) or linker+compiler problem. I replaced ld in Xcode 14.x with the one from Xcode 13.x,...

I tried setting `bazel build --linkopt="-fuse-ld=${prefix}/bin/ld"` but this also fails with the same error.

> @freedomtan is exactly right. I went ahead and documented the steps I followed here [Building Tensorflow and Tensorflow Text on a M1 Mac](https://medium.com/p/9b90d55e92df) That's awesome and everything for hacking...

> You can follow the instructions here for the M1 mac installations of Tensorflow prebuilt library here https://developer.apple.com/metal/tensorflow-plugin/ That’s prebuilt for specific python versions, and doesn’t cover all of them....

> Thanks for the clarification. I made a note of that. It is still difficult to cross-compile, and even more so with custom compilers, so it’s not going to be...

The `pure-gen` commit is moved to #22703, so this is ready to merge.

> @essandess please address CI failure I'm not sure that there's anything I can do to address these logged CI errors: > ```sh > Error: Failed to install dependencies for...

Same error here on Yosemite. I tried @saguas's suggestion but couldn't get that to work. So in "cdef void create_jnienv()" I simply appended the arguments with this fragment: ``` optarr.append("-Djava.class.path="...

Thanks! Does your fork https://github.com/faxotherapy/privoxy-adblock have the fixes described in your post?