Hans Ulrich Niedermann
Hans Ulrich Niedermann
As `stdout` is opened by the (OS specific implementation of the) C runtime before our program even starts, we need to change its translation mode long **after** the opening has...
@dustinkerstein Are you familiar enough with git that you can test https://github.com/ndim/gphoto2/tree/translation-mode-binary-for-stdout or do you need help there? As an aside, where did you get popt? I had to hack...
It appears that the generic msys2 package build instructions https://www.msys2.org/dev/new-package/ show how to build an msys2 gphoto2 package from the msys2 gphoto2 package source at https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-gphoto2 and https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-gphoto2/PKGBUILD. Once that...
So... what could be happening here? * You could have mistakenly run version of `gphoto2` with the `setmode` line? Not likely, but stuff like that happens. * Are we sure...
OK, regarding easier to implement... well... teaching `tests/testsuite` to skip some tests if necessary is not that difficult. Possible parts of an implementation: * AM_CONDITIONAL([LIBEXIF], [...]) in configure.ac * In...
Similarly, conditionals around a `BuildRequires:` line might generate a `.src.rpm` file which does or does not contain the `BuildRequires`, which then might make building binary (or noarch) rpms from the...
Update on my special case: I should have read the noarch guidelines in the first place, and what some conditional `BuildRequires` (such as "for Fedora 36 and newer" or similar)...
@nsmith1024 Do any other USB 3 devices (e.g. storage sticks) work with that system? I remember I had a number of problems with USB 3 devices on my AMD Ryzen...
> When you hover above the text, the timestamp appears. I was not aware of that workaround. Thanks for pointing that out. However, while this workaround can help a bit,...
> > this is readline-devel not the right version... or something is too new? hmm. > > I'm not sure what you mean on the "readline-devel" not the right version??...