Menu

#455 Compile error with VS2015

1.3.x
closed-invalid
nobody
None
5
2017-05-03
2017-03-17
Neroldy
No

I want to compile the flac using vs2015, but met the undefined reference error.

3>libFLAC_static.lib(stream_encoder.obj) : error LNK2001:  _FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2
3>libFLAC_static.lib(stream_encoder.obj) : error LNK2001:  _FLAC__precompute_partition_info_sums_intrin_avx2
3>libFLAC_static.lib(stream_encoder.obj) : error LNK2001:  _FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2
3>libFLAC_static.lib(stream_encoder.obj) : error LNK2001:  _FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2

Now I just commented the FLAC__AVX2_SUPPORTED flag.

Discussion

  • lvqcl

    lvqcl - 2017-03-23

    Use FLAC.sln, not FLAC-vs2005.sln.

     
    • Neroldy

      Neroldy - 2017-03-24

      Oh, thanks!
      Please close the ticket.

       

      Last edit: Neroldy 2017-03-24
  • Erik

    Erik - 2017-05-03
    • status: open --> closed-invalid
     

Log in to post a comment.