Ron Evans

Results 1197 comments of Ron Evans

@temnok @aykevl is this issue still valid?

This is great, thank you @ryanfaerman

I was just playing around with this, and I think that the problem is that the package you are trying to compile to WASM has calls that it makes that...

Just had this problem appear in our CI as well, of what was previously working. Anyone have any ideas on what is happening?

This PR appears to address our CI issue, just in case that helps someone out: https://github.com/tinygo-org/tinygo/pull/4953

对于此回复中可能出现的自动翻译错误,我深感抱歉。 我认为错误消息可能指出了正确的问题所在。您需要添加 `opencv4.pc` 文件所在的路径。 根据您附加的 `install.log` 文件,该文件安装到了 `/usr/local/lib64/pkgconfig`,因此您需要确保已将其添加到环境变量 `PKG_CONFIG_PATH` 中。 例如: ``` export PKG_CONFIG_PATH=%PKG_CONFIG_PATH%:/usr/local/lib64/pkgconfig ``` 希望对您有所帮助!

I had not seen that fork/branch @rakirizu thanks for pointing it out. I would be very happy if a fully working CUDA on Windows could be added. This would require...