Date: Fri, 19 Apr 2002 00:39:02 -0700 (PDT) From: Clint Olsen <clint@0lsen.net> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/37244: c2lib port includes vector.h which apparently clashes with C++ "vector" Message-ID: <200204190739.g3J7d2j47524@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204190739.g3J7d2j47524>