Я собираю i386-wine из репозитория на ОС freebsd13-r0-amd64
Скачал из репозитория. После команды ./configure --prefix=/test/wine завершается ошибкой
Код:
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
Если я выполняю с опцией --enable-win64 то завершается команда make ошибками:
Код:
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at chain.c:124
>>> chain.o:(.bss+0x18)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at collectionstore.c:466
>>> collectionstore.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at context.c:29
>>> context.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at crl.c:87
>>> crl.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at ctl.c:66
>>> ctl.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at decode.c:3378
>>> decode.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at encode.c:105
>>> encode.o:(.bss+0x10)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at filestore.c:244
>>> filestore.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at main.c:49
>>> main.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at msg.c:2038
>>> msg.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at object.c:746
>>> object.o:(.bss+0x8)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at oid.c:322
>>> oid.o:(.bss+0xC00)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at proplist.c:44
>>> proplist.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at provstore.c:309
>>> provstore.o:(.bss+0x8)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at regstore.c:210
>>> regstore.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at rootstore.c:947
>>> rootstore.o:(.bss+0x8)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at serialize.c:146
>>> serialize.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at sip.c:113
>>> sip.o:(.bss+0x0)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at store.c:103
>>> store.o:(.bss+0x30)
ld: error: duplicate symbol: hInstance
>>> defined at cert.c:61
>>> cert.o:(hInstance)
>>> defined at str.c:35
>>> str.o:(.bss+0x0)
winebuild: /usr/bin/ld failed with status 1
winegcc: ../../tools/winebuild/winebuild failed
*** Error code 2
Stop.
make[1]: stopped in /usr/home/olen/Downloads/wine-da816802e022e8aa8eb197de94e18305a92766c1/dlls/crypt32
*** Error code 1
Stop.
make: stopped in /usr/home/olen/Downloads/wine-da816802e022e8aa8eb197de94e18305a92766c1