compile error under linux with opencl module (Bug #2477)


Added by Andrey Morozov over 12 years ago. Updated about 12 years ago.


Status:Done Start date:2012-10-26
Priority:Normal Due date:
Assignee:Niko Li % Done:

0%

Category:ocl
Target version:2.4.4
Affected version:branch '2.4' Operating System:
Difficulty: HW Platform:
Pull request:

Description

commit: 729d76ad09490dfb913c58152c2a3347b384ccd2

[ 90%] Building CXX object modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/main.cpp.o
opencv/modules/ocl/perf/main.cpp:52:6: warning: no previous prototype for function 'print_info' [-Wmissing-prototypes]
void print_info()
     ^
opencv/modules/ocl/perf/main.cpp:103:13: error: no member named 'printParams' in 'cv::CommandLineParser'
        cmd.printParams();
        ~~~ ^
1 warning and 1 error generated.

Associated revisions

Revision 0ce8f1d5
Added by Andrey Pavlenko almost 11 years ago

Merge pull request #2477 from alalek:ocl_cleanup_workarounds

History

Updated by Evgeny Talanin over 12 years ago

2.4 branch has been built successfully with the latest Intel OpenCL SDK. If the problem is with the master branch, let's look at it later.

  • Target version changed from 2.4.3-rc to 3.0

Updated by Niko Li over 12 years ago

The command line parser class are not compatible between master and 2.4, so there's compilation error, I'll fix this bug soon.

  • Assignee changed from yao wang to Niko Li

Updated by Andrey Kamaev about 12 years ago

It compiles fine now.

  • Affected version set to branch '2.4'
  • Target version changed from 3.0 to 2.4.4
  • Status changed from Open to Done

Also available in: Atom PDF