You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building project libffi (git/meson-1.14)
[0/1] Installing files.
Installing src\ffi-7.dll to C:\gtk-build\gtk\x64\release\bin
Installing src\ffi.lib to C:\gtk-build\gtk\x64\release\lib
Installing src\ffi-7.pdb to C:\gtk-build\gtk\x64\release\bin
Installing C:\gtk-build\build\x64\release\libffi\man/ffi.3 to C:\gtk-build\gtk\x64\release\share/man\man3
Installing C:\gtk-build\build\x64\release\libffi\man/ffi_call.3 to C:\gtk-build\gtk\x64\release\share/man\man3
Installing C:\gtk-build\build\x64\release\libffi\man/ffi_prep_cif.3 to C:\gtk-build\gtk\x64\release\share/man\man3
Installing C:\gtk-build\build\x64\release\libffi\man/ffi_prep_cif_var.3 to C:\gtk-build\gtk\x64\release\share/man\man3
Installing C:\gtk-build\build\x64\release\libffi\_gvsbuild-meson\libffi.pc to C:\gtk-build\gtk\x64\release\lib/pkgconfig
Installing C:\gtk-build\build\x64\release\libffi\_gvsbuild-meson\include\ffi-x86_64.h to C:\gtk-build\gtk\x64\release\include
Installing C:\gtk-build\build\x64\release\libffi\_gvsbuild-meson\include\ffitarget-x86_64.h to C:\gtk-build\gtk\x64\release\include
Installing C:\gtk-build\build\x64\release\libffi\_gvsbuild-meson\include\ffitarget.h to C:\gtk-build\gtk\x64\release\include
Installing C:\gtk-build\build\x64\release\libffi\_gvsbuild-meson\include\ffi.h to C:\gtk-build\gtk\x64\release\include
and my msys2 libffi
-> pacman -Ss libffi
mingw32/mingw-w64-i686-libffi 3.3-4 [已安装: 3.3-3]
A portable, high level programming interface to various calling conventions (mingw-w64)
mingw64/mingw-w64-x86_64-libffi 3.3-4 [已安装: 3.3-1]
A portable, high level programming interface to various calling conventions (mingw-w64)
msys/libffi 3.3-1 (libraries) [已安装]
Portable, high level programming interface to various calling conventions
msys/libffi-devel 3.3-1 (development)
Libffi headers and libraries
The text was updated successfully, but these errors were encountered:
I start with
C:\msys64\mingw64\bin\python3 .\build.py build -p x64 --vs-ver 16 --python-ver 3.8 --python-dir C:\msys64\mingw64\bin\ gtk3
failed part:
libffi already finish:
and my msys2 libffi
The text was updated successfully, but these errors were encountered: