From owner-freebsd-bugs Fri Apr 19 0:40:48 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAB2D37B41A for ; Fri, 19 Apr 2002 00:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3J7e1Z47707; Fri, 19 Apr 2002 00:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D6BC37B405 for ; Fri, 19 Apr 2002 00:39:02 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3J7d2j47524; Fri, 19 Apr 2002 00:39:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200204190739.g3J7d2j47524@freefall.freebsd.org> Date: Fri, 19 Apr 2002 00:39:02 -0700 (PDT) From: Clint Olsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/37244: c2lib port includes vector.h which apparently clashes with C++ "vector" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37244 >Category: misc >Synopsis: c2lib port includes vector.h which apparently clashes with C++ "vector" >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: Fri Apr 19 00:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Clint Olsen >Release: 4.5 >Organization: >Environment: FreeBSD poly.0lsen.net 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Sat Mar 9 23:39:57 PST 2002 root@poly.0lsen.net:/usr/obj/usr/src/sys/POLY i386 >Description: When installing c2lib, vector.h is placed in /usr/local/include. This seems to trip up c++ compiles of other ports since they incorrectly reference this file. I contacted the author about this, and he claims only FreeBSD folks have reported this issue. In C++, it's supposed to now be "vector", not vector.h, right? >How-To-Repeat: >Fix: I moved c2lib header files into their own subdirectory in /usr/local/include. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message