Mr Ben Griffin
Mr Ben Griffin
We are pulling out from using this package, which is unfortunate. @grisha, it would be really useful if you could get this working on a modern system. During the build...
I had the same problem. Install worked following ivanlen but I also had to find the ninja build file, run ninja manually, and then it was ok.
> why is it not enought to set -Wno-unused-variable flag? > > `cmake -D CMAKE_CXX_FLAGS="-Wno-unused-variable" --compile-no-warning-as-error ..` I tried this and it does not work. The following still appears. ```...
> @dustykeyboard1 I put it above the error code. > > `filament/src/ext_filament/third_party/spirv-tools/source/opt/merge_return_pass.h` > > ``` > #ifndef SOURCE_OPT_MERGE_RETURN_PASS_H_ > #define SOURCE_OPT_MERGE_RETURN_PASS_H_ > > #include > #include > #include > >...
This is all fixed in Python3.10
likewise, can you not return the substrings rather than just the length?