Ask Your Question

Revision history [back]

Error when compiling core.hpp

Hi! Wildly sorry! Help a beginner.

I install BCC55 - test cases were normal. I unzip the OpenCV-2.3.1-win-superpack.exe into the main directory of BCC55. I specify path where everything is include-files and other.

main.cpp get from: http://robocraft.ru/blog/computervision/266.html

But compiling say me 'error in 512 line'

Fatal F1004 C: \ Borland \ BCC55 \ opencv \ modules \ core \ include \ opencv2 / core / core.hpp 512: Internal compiler error at 0x48581a with base 0x400000

Fatal F1004 C: \ Borland \ BCC55 \ opencv \ modules \ core \ include \ opencv2 / core / core.hpp 512: Internal compiler error

512 line in core.hpp-file:

template<int l=""> Matx(const Matx<_Tp, m, l>& a, const Matx<_Tp, l, n>& b, Matx_MatMulOp);

In this file, I have not touched or changed, the file in the application This template line, but I have not yet strong Please help!

Excuse me In 512 line of core.hpp-file after l not ="" Site added this itself