Christopher Degawa

Results 215 comments of Christopher Degawa

Can you try running `pkg-config --version` and check the output of `echo $?`? According to FFmpeg's configure, ```bash set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \ target_exec x86asmexe...

1. try pkgconf, not pkg-config, instead, it should be a better, drop-in replacement for pkg-config (subjective) 2. Did you download the latest msys2? You might want to try from there,...

`pacman -S mingw-w64-x86_64-pkgconf` will install pkgconf and remove pkg-config

Just to make sure, `pkgconf --version` still errors with 127?

Okay, try `pkg-config --version`, it should say the same thing

When you run configure, does ffbuild/config.log still have a line with `WARNING: pkg-config not found, library detection may fail.`?

Just to confirm a few things - Where is msys2 installed (is it in `C:\msys64` for example)? - How did you install it? Was it using the .exe installer or...

Can you try downloading either the .sfx.exe or .tar.xz from http://repo.msys2.org/distrib/ and unpacking it to somewhere else and see if you can run the msys2 shell and run pacman from...

From what I remember, all I needed to do was `ssh-keygen ...` and just use ssh, I don't think I ever had to use ssh-agent or ssh-add, but either way,...