Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 1998 08:17:47 -0700 (PDT)
From:      moro@remus.dti.ne.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   bin/7575: flex has inconsistency in the location of FlexLexer.h.
Message-ID:  <199808111517.IAA17113@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         7575
>Category:       bin
>Synopsis:       flex has inconsistency in the location of FlexLexer.h.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 11 08:20:00 PDT 1998
>Last-Modified:
>Originator:     MOROHOSHI Akihiko
>Organization:
>Release:        2.2-stable, but current has the same problem.
>Environment:
FreeBSD coco.moro.arakawa.tokyo.jp 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Mon Jul 27 09:34:09 JST 1998     moro@coco.moro.arakawa.tokyo.jp:/data/stable/src/sys/compile/COCO  i386
>Description:
/usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++, but flex still generates "#include <FlexLexer.h".
As a result, C++ sources flex generates failed to be compiled.

>How-To-Repeat:
cd /usr/src/usr.bin/lex
grep FlexLexer.h *

>Fix:
replace all <FlexLexer.h> with <g++/FlexLexer.h> in /usr/src/usr.bin/lex/* (or revert the location of FlexLexer.h to /usr/include.)
>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?199808111517.IAA17113>