Stephan Sundermann

Results 49 comments of Stephan Sundermann

Sure we can reopen this issue. I don't see anything wrong with the linked log however and it's probably not. If you want to look into this I'd start by...

@phunkyfish It should be set from [`Toolchain_binaddons.cmake`](https://github.com/xbmc/xbmc/blob/master/tools/depends/target/Toolchain_binaddons.cmake.in#L84) which uses `platform_cxxflags`. I guess we do need to set `set(CMAKE_CXX_STANDARD 20)` now to force c++20 in binary addons.

> > @phunkyfish It should be set from [`Toolchain_binaddons.cmake`](https://github.com/xbmc/xbmc/blob/master/tools/depends/target/Toolchain_binaddons.cmake.in#L84) which uses `platform_cxxflags`. I guess we do need to set `set(CMAKE_CXX_STANDARD 20)` now to force c++20 in binary addons. > >...

Jenkins build this please

Not sure why webos is failing here. It seems to fail building one of the native dependencies. I have applied the patch and rebuilt the depends locally successfully. It's possible...

I had exactly the same problem. I installed the package from ubuntu and I could read but not write anything. Compiling the library from source and purging the package fixed...

For future binding upgrades we should also consider generating the bindings from the more accurate gobject-introspection data

Has this been fixed by calling Destroy() before Dispose() in your case?

That line ensures that if the object is not owned by the managed side that we take a ref here. This ensures that the object is kept alive as long...

You did not include `TestDialog.ui` in your sample.