Ask Your Question

nsssayom's profile - activity

2017-12-31 09:03:35 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

@berak, 201402 it returns

2017-12-31 09:03:09 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

201402 it returns

2017-12-31 09:02:56 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

201702 it returns

2017-12-31 06:24:01 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

@berak, Now I am getting this error

2017-12-31 06:00:25 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

@berak, can you please tell me how to disable the "precompiled headers" option in cmake-gui?

2017-12-31 05:58:37 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

@berak, I downloaded the source of OpenCV 3.4 from the gitHub link you provided. Then used Cmake-gui with CodeLite-MinGW

2017-12-31 05:58:25 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

@berek, I downloaded the source of OpenCV 3.4 from the gitHub link you provided. Then used Cmake-gui with CodeLite-MinGW

2017-12-31 05:58:11 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

@berek, I downloaded the source of OpenCV 3.4 from the gitHub link you provided. Then used Cmake-gui with CodeLite-MinGW

2017-12-31 05:46:47 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

@berak, I am building again. And will give you the full output msg as soon as I get that.

2017-12-31 05:26:47 -0600 edited question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

OpenCV 3.2.0 installation error with Cmake and CodeLite IDE I am trying to build OpenCV binaries for MinGW with CodeLite

2017-12-31 05:07:10 -0600 received badge  Editor (source)
2017-12-31 05:07:10 -0600 edited question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

OpenCV 3.2.0 installation error with Cmake and CodeLite IDE I am trying to build OpenCV binaries for MinGW with CodeLite

2017-12-31 05:06:27 -0600 commented question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

Because I did my codes in OpenCV 3.2.0

2017-12-31 02:03:54 -0600 asked a question OpenCV 3.2.0 installation error with Cmake and CodeLite IDE

OpenCV 3.2.0 installation error with Cmake and CodeLite IDE I am trying to build OpenCV binaries for MinGW with CodeLite

2017-07-18 17:26:44 -0600 asked a question Using CodeLite IDE for C++ with OpenCV in Ubuntu 16.04LTS

I can compile a sample C++ Code (including OpenCV) using both CMake and following command line:

g++ cv.cpp -o cvapp pkg-config --cflags --libs opencv

But I want to use CodeLite IDE for this purpose. I have added

/usr/include/opencv;/usr/include/opencv2

in the Include Paths under compiler tab in project settings. And added

/usr/local/lib

in Libraries Search Path under Linker tab.

But still, I am getting errors shown in this screenshot for a sample code. Now is it possible to use CodeLite for OpenCV coding environment? If yes then how?