Hannes Winkler

Results 287 comments of Hannes Winkler

@zanderso Yes sure, what expansions did you have in mind? Should I explain more how it works "under the hood", i.e. what commands there are, the available replacement values (`${appName}`,...

Yep that's still the case, working on it

Video playback works via [`omxplayer_video_player`](https://pub.dev/packages/omxplayer_video_player), but there's no plugin for camera playback right now. But I think it's possible to get working with a workaround. On newer raspbian, the pi...

> TOT Clang/LLVM Yeah, that's what it says in the article by Chinmay Garde, but it's actually not _that_ accurate. The flutter team uses tip-of-tree of their own fork of...

I remember having that error too, IIRC the cause was some dangling symlinks in my sysroot (i.e. some of the symlinks on the Raspberry Pi inside `/lib`, `/usr` are absolute,...

try this: - install the `libc6 libc6-dev` packages on your pi - run the symlinks utility again - rsync the files to your build machine again - try to build...

This means that your LLVM/Clang is too old for your engine sources / your engine sources are too new for your LLVM/Clang. This is because, when you follow the steps...

> So are the engine-binaries you use based upon this stable branch? yep

@hhk7734 Yep, just had some issues with that when I was building the engine. In case someone finds this useful: You'll probably encounter some errors while running the `gn ...`...

> Maybe, I fixed the code above when the error occurred. Yeah, that works too. Ideally, of course, one would specify a custom `system_libdir` when invoking `gn`. Or even better,...