Carles Julià
Carles Julià
For what it's worth, if I run the upload command the generated .bin is valid. If I only compile, the .bin is not valid.
The bindings are generated with SWIG in [swig-openframeworks](http://github.com/danomatika/swig-openframeworks), and AFAIK they are only for OF v0.8.4. The generated files are [the .c file](https://github.com/chaosct/ofxPython/blob/master/src/bindings/desktop/openFrameworks_wrap.cpp) and [the .py file](https://github.com/chaosct/ofxPython/blob/master/lib/openframeworks.py). Using the bindings...
The OF0.9.0 branch is mostly working. You can use that :) On Tue, Dec 22, 2015, 8:06 PM antimodular [email protected] wrote: > thanks for the addon. looks great. > are...
Thanks for your contribution! I am integrating this in the branch `OF0.9.8`. Can you test the generated bindings on there? (without running `./generatebindings.sh` yourself)
Ok, so if I run the build with `--toolchain_resolution_debug=@bazel_tools//tools/cpp:toolchain_type` I can see that if `container_deps` is not called the toolchain ins selected: ``` INFO: ToolchainResolution: Type @bazel_tools//tools/cpp:toolchain_type: target platform @local_config_platform//:host:...
For what is worth, I did test this with `rules_docker` `0.22.0` and got the same result, so I'm not sure that it is the same issue. What it seems to...
I am also having this problem :(
I am just stumbling into this problem. @jkosoy have you found a solution/alternative?
For what it's worth, I don't get this error when I use `OF_IMAGE_COLOR_ALPHA`.