Sebastian Pipping

Results 785 comments of Sebastian Pipping

Not that I knew, no. For someone to make some, understanding of OpenCOLLADAs build system, the list of supported platforms and compilers, and a bit of time is needed.

You would still need to inspect the build system so that detection of high entropy sources like `getrandom` is done somewhere if you don't use nested configure and so on,...

@gkdr my vote for merging as is, and then going after leaks later. Okay?

No action for two years, closing…

Hi @davidpolverari to my best knowledge the build dependencies are: - A C99 compiler (currently seems to rely on `-std=gnu99` but can be fixed, likely easily) - pkg-config For a...

@davidpolverari unfixed compile warnings in the CI logs seem to confirm. This is for latest `master`: ``` 2024-05-08T02:42:50.0167219Z verify.c:147:11: warning: variable 'i_hashstr_buf' set but not used [-Wunused-but-set-variable] 2024-05-08T02:42:50.0167811Z 147 |...

Hi @adeliktas, which nested X11 did sandwine auto-detect and use for --x11 with you — X2Go nxagent or Xephyr or Xnest? My guess is that it would need one or...

Hi @adeliktas I cannot confirm that access to X would need network, e.g. `sandwine --nxagent --no-wine -- kwrite` shows up KWrite fine for me with no access to the network....