Jonas Frei

Results 61 comments of Jonas Frei

When adding the two lines you suggested, the build continues and fails at a later stage with: ``` /var/tmp/portage/games-engines/fs2_open-24.0.0/work/fs2open.github.com-release_24_0_0/code/cutscene/ffmpeg/FFMPEGDecoder.cpp:72:43: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 72 | paras.channel_layout = stream->codecpar->channel_layout; |...

``` /var/tmp/portage/games-engines/fs2_open-24.0.0/work/fs2open.github.com-release_24_0_0/code/cfile/cfile.cpp:99:37: error: implicit instantiation of undefined template 'std::array' 99 | std::array Cfile_block_list; | ^ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/tuple:2005:45: note: template is declared here 2005 | template struct array; | ^ 1 error...

After a lot of trial and error I found with the following additions the code compiles successfully: code/cmdline/cmdline.h: ```cpp #include #include "globalincs/vmallocator.h" ``` code/cutscene/ffmpeg: ```cpp #include ``` code/cfile/cfile.h: ```cpp #include...

> I'll start work on fixing those issues have you made any progress?

> Are you saying our built in `watch` command doesn't work for you? AFAIK the built-in `watch` command is only to track file changes. That's not my use case. The...

Same issue on Gentoo, there is no good way to get `eww` packaged at the moment.

That would be the easy solution. But what you need to know about Gentoo package installs is, that for security reasons the build process happens in a sandbox with no...

> As a hacky work-around you could try setting the CARGO_MANIFEST_DIR to a dummy directory during the call to hx. E.g., create the dirs /path/to/dummy and /path/to/runtime (they are siblings...

Works like a charm! When opened in a browser it shows html like you said. When using mpv or curl it will output m3u. Maybe I'll figure out a way...

But the "we" was not entirely false - I'm also behind a corporate proxy :) At least on the machine that has the issue. I will rebuild `tealdeer` with native-roots,...