m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.5k stars 257 forks source link

librist first time compile error #2481

Open vivazkote opened 1 year ago

vivazkote commented 1 year ago

started fully clean installation/compile today and got error with librist first compilation

get_compiler_dirs
    return self._split_fetch_real_dirs(line.split('=', 1)[1])
  File "F:/mingw64/msys64/mingw64/lib/python3.10/site-packages/mesonbuild/compilers/mixins/gnu.py", line 497, in _split_fetch_real_dirs
    if pobj.exists():
  File "F:/mingw64/msys64/mingw64/lib/python3.10/pathlib.py", line 1292, in exists
    self.stat()
  File "F:/mingw64/msys64/mingw64/lib/python3.10/pathlib.py", line 1099, in stat
    return self._accessor.stat(self, follow_symlinks=follow_symlinks)
OSError: [WinError 87] The parameter is incorrect: 'D:/a/msys64/mingw64/lib/../lib'

this is not existent place 'D:/a/msys64/mingw64/lib/../lib' however, I deleted 'librist.git' & restarted build, and error gone