bitemyapp / brotli2-rs

Brotli encoders/decoers for Rust
Apache License 2.0
28 stars 13 forks source link

WIN10 build error LNK1169: one or more multiply defined symbols found #42

Open yutiansut opened 3 years ago

yutiansut commented 3 years ago

: libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderCreateInstance already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderSetParameter already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderDestroyInstance already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderIsFinished already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderHasMoreOutput already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderSetCustomDictionary already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderTakeOutput already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderVersion already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderMaxCompressedSize already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderCompress already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli-173339b388aea521.rlib(brotli-173339b388aea521.brotli.37777566-cgu.9.rcgu.o) : error LNK2005: BrotliEncoderCompressStream already defined in libbrotli_sys-3f55be01096faa4e.rlib(encode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderCreateInstance already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderDecompress already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderDecompressStream already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderDestroyInstance already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderHasMoreOutput already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderTakeOutput already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderIsUsed already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderIsFinished already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderGetErrorCode already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderErrorString already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          libbrotli_decompressor-376e814111949d6d.rlib(brotli_decompressor-376e814111949d6d.brotli_decompressor.ff905931-cgu.14.rcgu.o) : error LNK2005: BrotliDecoderVersion already defined in libbrotli_sys-3f55be01096faa4e.rlib(decode.o)
          E:\QARS\qapro-rs\target\debug\deps\qapro_rs.exe : fatal error LNK1169: one or more multiply defined symbols found
yutiansut commented 3 years ago

using

actix-web --> actix-http --> brotli2

parquet ---> brotli

but fatal error LNK1169: one or more multiply defined symbols

yutiansut commented 3 years ago

just error in win10

mac && ubuntu is ok

yutiansut commented 3 years ago

something defined?

BrotliEncoderSetParameter

https://github.com/dropbox/rust-brotli/blob/458f5780a37674c3bae38212e11166b22d3198b1/src/enc/encode.rs#L346