From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 4 16:50:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE0F6111 for ; Wed, 4 Dec 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 871391EF0 for ; Wed, 4 Dec 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB4Go0sh078871 for ; Wed, 4 Dec 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB4Go0Pb078870; Wed, 4 Dec 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 4 Dec 2013 16:50:00 GMT Resent-Message-Id: <201312041650.rB4Go0Pb078870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, joneum Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8A94FC7 for ; Wed, 4 Dec 2013 16:42:03 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 926E81EA0 for ; Wed, 4 Dec 2013 16:42:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB4Gg3pp099745 for ; Wed, 4 Dec 2013 16:42:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB4Gg3oC099740; Wed, 4 Dec 2013 16:42:03 GMT (envelope-from nobody) Message-Id: <201312041642.rB4Gg3oC099740@oldred.freebsd.org> Date: Wed, 4 Dec 2013 16:42:03 GMT From: joneum To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/184497: opencv-core port build fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 16:50:00 -0000 >Number: 184497 >Category: misc >Synopsis: opencv-core port build fails >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 04 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: joneum >Release: 9.2 >Organization: >Environment: >Description: ithm' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:154: error: template argument 2 is invalid /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:154: error: invalid type in declaration before ';' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:158: error: 'Algorithm' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::getList(std::vector, std::allocator >, std::allocator, std::allocator > > >&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:160: error: request for member 'get_keys' in 'cv::alglist()', which is of non-class type 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:163: error: 'Algorithm' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:163: error: template argument 1 is invalid /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:163: error: 'Algorithm' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'int cv::_create(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:165: error: 'Algorithm' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:165: error: expected `;' before 'c' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:166: error: request for member 'find' in 'cv::alglist()', which is of non-class type 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:166: error: 'c' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:167: error: 'Algorithm' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:167: error: template argument 1 is invalid /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:168: error: 'c' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:171: error: 'Algorithm' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:171: error: ISO C++ forbids declaration of 'Algorithm' with no type /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:175: error: expected constructor, destructor, or type conversion before '::' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:179: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:179: error: non-member function 'std::string cv::name()' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'std::string cv::name()': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:181: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:184: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const std::string&, int)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:186: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:186: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:186: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:186: error: expected primary-expression before 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:189: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const std::string&, double)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:191: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:191: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:191: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:191: error: expected primary-expression before 'double' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:194: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const std::string&, bool)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:196: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:196: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:196: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:196: error: expected primary-expression before 'bool' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:199: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const std::string&, const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:201: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:201: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:201: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:201: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:201: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:204: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const std::string&, const cv::Mat&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:206: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:206: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:206: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:206: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:206: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:209: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const std::string&, const std::vector >&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:211: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:211: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:211: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:211: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:211: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:214: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:214: error: type/value mismatch at argument 1 in template parameter list for 'template class cv::Ptr' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:214: error: expected a type, got 'cv::Algorithm' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const std::string&, const int&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:216: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:216: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:216: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:216: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:219: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const char*, int)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:221: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:221: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:221: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:221: error: expected primary-expression before 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:224: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const char*, double)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:226: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:226: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:226: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:226: error: expected primary-expression before 'double' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:229: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const char*, bool)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:231: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:231: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:231: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:231: error: expected primary-expression before 'bool' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:234: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const char*, const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:236: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:236: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:236: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:236: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:236: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:239: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const char*, const cv::Mat&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:241: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:241: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:241: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:241: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:241: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:244: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const char*, const std::vector >&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:246: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:246: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:246: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:246: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:246: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:249: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:249: error: type/value mismatch at argument 1 in template parameter list for 'template class cv::Ptr' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:249: error: expected a type, got 'cv::Algorithm' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::set(const char*, const int&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:251: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:251: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:251: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:251: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:255: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setInt(const std::string&, int)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:257: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:257: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:257: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:257: error: expected primary-expression before 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:260: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setDouble(const std::string&, double)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:262: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:262: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:262: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:262: error: expected primary-expression before 'double' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:265: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setBool(const std::string&, bool)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:267: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:267: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:267: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:267: error: expected primary-expression before 'bool' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:270: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setString(const std::string&, const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:272: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:272: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:272: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:272: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:272: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:275: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setMat(const std::string&, const cv::Mat&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:277: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:277: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:277: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:277: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:277: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:280: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setMatVector(const std::string&, const std::vector >&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:282: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:282: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:282: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:282: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:282: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:285: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:285: error: type/value mismatch at argument 1 in template parameter list for 'template class cv::Ptr' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:285: error: expected a type, got 'cv::Algorithm' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setAlgorithm(const std::string&, const int&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:287: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:287: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:287: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:287: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:290: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setInt(const char*, int)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:292: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:292: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:292: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:292: error: expected primary-expression before 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:295: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setDouble(const char*, double)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:297: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:297: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:297: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:297: error: expected primary-expression before 'double' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:300: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setBool(const char*, bool)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:302: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:302: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:302: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:302: error: expected primary-expression before 'bool' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:305: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setString(const char*, const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:307: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:307: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:307: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:307: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:307: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:310: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setMat(const char*, const cv::Mat&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:312: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:312: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:312: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:312: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:312: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:315: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setMatVector(const char*, const std::vector >&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:317: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:317: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:317: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:317: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:317: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:320: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:320: error: type/value mismatch at argument 1 in template parameter list for 'template class cv::Ptr' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:320: error: expected a type, got 'cv::Algorithm' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::setAlgorithm(const char*, const int&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:322: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:322: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:322: error: 'ParamType' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:322: error: '::type' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:328: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:328: error: non-member function 'int cv::getInt(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'int cv::getInt(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:330: error: 'get' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:330: error: expected primary-expression before 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:330: error: expected ';' before 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:330: error: expected unqualified-id before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:328: warning: unused parameter 'parameter' [-Wunused-parameter] /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:333: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:333: error: non-member function 'double cv::getDouble(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'double cv::getDouble(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:335: error: 'get' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:335: error: expected primary-expression before 'double' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:335: error: expected ';' before 'double' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:335: error: expected unqualified-id before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:333: warning: unused parameter 'parameter' [-Wunused-parameter] /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:338: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:338: error: non-member function 'bool cv::getBool(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'bool cv::getBool(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:340: error: 'get' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:340: error: expected primary-expression before 'bool' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:340: error: expected ';' before 'bool' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:340: error: expected unqualified-id before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:338: warning: unused parameter 'parameter' [-Wunused-parameter] /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:343: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:343: error: non-member function 'std::string cv::getString(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'std::string cv::getString(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:345: error: 'get' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:345: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:348: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:348: error: non-member function 'cv::Mat cv::getMat(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'cv::Mat cv::getMat(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:350: error: 'get' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:350: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:353: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:353: error: non-member function 'std::vector > cv::getMatVector(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'std::vector > cv::getMatVector(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:355: error: 'get' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:355: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:358: error: type/value mismatch at argument 1 in template parameter list for 'template class cv::Ptr' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:358: error: expected a type, got 'cv::Algorithm' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:358: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:358: error: non-member function 'int cv::getAlgorithm(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'int cv::getAlgorithm(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:360: error: 'get' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:363: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:363: error: non-member function 'std::string cv::paramHelp(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'std::string cv::paramHelp(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:365: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:368: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:368: error: non-member function 'int cv::paramType(const std::string&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'int cv::paramType(const std::string&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:370: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:373: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:373: error: non-member function 'int cv::paramType(const char*)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'int cv::paramType(const char*)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:375: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:378: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:378: error: non-member function 'void cv::getParams(std::vector, std::allocator >, std::allocator, std::allocator > > >&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::getParams(std::vector, std::allocator >, std::allocator, std::allocator > > >&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:380: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:383: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:383: error: non-member function 'void cv::write(cv::FileStorage&)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::write(cv::FileStorage&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:385: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:385: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:388: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::read(const cv::FileNode&)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:390: error: 'info' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:390: error: invalid use of 'this' in non-member function /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:394: error: 'AlgorithmInfo' has not been declared /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:394: error: 'Algorithm' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:394: error: expected ',' or '...' before 'create' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:394: error: ISO C++ forbids declaration of 'AlgorithmInfo' with no type /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'int cv::AlgorithmInfo(const std::string&, int)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:396: error: 'data' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:398: error: request for member 'find' in 'cv::alglist()', which is of non-class type 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:398: error: 'create' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:399: error: request for member 'add' in 'cv::alglist()', which is of non-class type 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:394: warning: unused parameter 'Constructor' [-Wunused-parameter] /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:402: error: expected constructor, destructor, or type conversion before '::' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:407: error: 'AlgorithmInfo' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:407: error: expected ',' or '...' before '*' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:407: error: ISO C++ forbids declaration of 'Algorithm' with no type /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:407: error: non-member function 'void cv::write(int)' cannot have cv-qualifier /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: In function 'void cv::write(int)': /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:409: error: 'data' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:410: error: 'fs' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:410: error: 'algo' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:413: error: expected initializer before '&' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:415: error: 'p' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:415: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:416: error: expected primary-expression before 'int' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:417: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:418: error: expected primary-expression before 'bool' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:419: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:420: error: expected primary-expression before 'short' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:421: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:422: error: expected primary-expression before 'double' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:423: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:424: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:425: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:426: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:427: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:428: error: expected primary-expression before '>' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:429: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:432: error: 'Algorithm' cannot appear in a constant-expression /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:432: error: template argument 1 is invalid /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:432: error: invalid type in declaration before '=' token /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:433: error: base operand of '->' is not a pointer /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:435: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:437: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:439: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:441: error: 'Param' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp: At global scope: /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:451: error: 'AlgorithmInfo' is not a class or namespace /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:451: error: variable or field 'read' declared void /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:451: error: 'algo' was not declared in this scope /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:451: error: expected primary-expression before 'const' /usr/ports/graphics/opencv-core/work/opencv-2.4.7/modules/core/src/algorithm.cpp:1273: error: expected `}' at end of input *** [modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o] Error code 1 Stop in /usr/ports/graphics/opencv-core/work/opencv-2.4.7. *** [modules/core/CMakeFiles/opencv_core.dir/all] Error code 1 Stop in /usr/ports/graphics/opencv-core/work/opencv-2.4.7. *** [all] Error code 1 Stop in /usr/ports/graphics/opencv-core/work/opencv-2.4.7. *** [do-build] Error code 1 Stop in /usr/ports/graphics/opencv-core. *** [build] Error code 1 Stop in /usr/ports/graphics/opencv-core. ===>>> make failed for graphics/opencv-core ===>>> Aborting update ===>>> Update for graphics/opencv-core failed ===>>> Aborting update ===>>> Killing background jobs Terminated >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: