0

I'll install Opencv 4.3.0. But I'm getting the errors. Opencv Cmake Flags: cmake -D OPENCV_ENABLE_ALLOCATOR_STATS=OFF -D OPENCV_ALLOCATOR_STATS_COUNTER_TYPE = int64_t -D WITH_MFMS=OFF -D WITH_IPP=OFF -D WITH_TBB=OFF -D ENABLE_PRECOMPILED_HEADERS=OFF -D WITH_QT=ON ..

Error: vs_version.rc : No such file or directory.

How can i solve the problem ?

Thanks,

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36

1 Answers1

0

according to the bug reported in the official repository here: you need to set this param

-DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int64_t
ΦXocę 웃 Пepeúpa ツ
  • 47,427
  • 17
  • 69
  • 97