libvips / build-win64-mxe

73 stars 15 forks source link

Invalid target specified: "--with-hevc-w64-mingw32.shared.win32.all" #19

Closed GrandArth closed 3 years ago

GrandArth commented 3 years ago
------------------------------------------------------------
 Invalid target specified: "--with-hevc-w64-mingw32.shared.win32.all"

 Please use:
 i686-w64-mingw32.static
 i686-w64-mingw32.shared
 x86_64-w64-mingw32.static
 x86_64-w64-mingw32.shared
 armv7-w64-mingw32.static
 armv7-w64-mingw32.shared
 aarch64-w64-mingw32.static
 aarch64-w64-mingw32.shared
------------------------------------------------------------
.  Stop.

I was building it with ./build.sh all --with-hevc and i got above output. Full output is very clean, but i will attach it anyway. log.txt

GrandArth commented 3 years ago

Building with source in 8.10.5 release.

kleisauke commented 3 years ago

Indeed, this combination seems to fail. Could you retest with commit https://github.com/libvips/build-win64-mxe/commit/cff83cd752ec9de70151cf871a8bd809a908c1d0?

GrandArth commented 3 years ago

Test passed. Now it can produce correct binary.

GrandArth commented 3 years ago

Thx for help.