Generic List/ListElement produces symbol clashes (Feature #1549)


Added by jfalk - about 13 years ago. Updated about 13 years ago.


Status:Done Start date:
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:legacy, contrib
Target version:2.4.0
Difficulty: Pull request:

Description

In legacy/src/*facedetection* there is a structure List and ListElement defined in the global namespace. This will be compiled into a shared library. To say the least such a generic term in the exported symbols of a shared lib makes problems. As far as I can tell the List/ListElement structure are also not exposed via the API.
Therefore, I have renamed the structures to get rid of the symbol clash.


opencv-2.3.1-list-fixup.patch - Renaming List/ListElement structures (5.3 kB) jfalk -, 2012-01-17 09:49 am


Associated revisions

Revision 792fb3bd
Added by Alexander Shishkov about 13 years ago

fixed #1549 issue

Revision b396916c
Added by Andrey Pavlenko over 11 years ago

Merge pull request #1549 from ilya-lavrenov:ocl_perf_norm

History

Updated by Alexander Shishkov about 13 years ago

Thank you for patch! It was applied in 7269 revision.

  • Status changed from Open to Done
  • (deleted custom field) set to fixed

Updated by Andrey Kamaev about 13 years ago

  • Target version set to 2.4.0
  • Description changed from In legacy/src/*facedetection* there is a structure List and [[ListElement]] d... to In legacy/src/*facedetection* there is a structure List and @ListElement@ def... More

Also available in: Atom PDF