Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 21:06:09 -0700 (PDT)
From:      acrosby@ameritech.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/26978: typo in /usr/include/sys/_POSIX1.H
Message-ID:  <200104300406.f3U469q14374@freefall.freebsd.org>

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

>Number:         26978
>Category:       misc
>Synopsis:       typo in /usr/include/sys/_POSIX1.H
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 21:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Adam Crosby
>Release:        4.3
>Organization:
Norfolk Public Schools
>Environment:
FreeBSD utilis.deitas.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0 Sat Apr 21 10:54:49 GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386
>Description:
Attempting to install mySQL 3.23.37.  Configure runs fine, but while doing the 'make', it errors out on /usr/include/sys/_posix.h:93 "Bad Macro".
The macro being referenced is:
#define ^P1003_1B_VISIBLE_HISTORICALLY
>How-To-Repeat:
Run the ./configure; make for mySQL 3.23.37 on a fresh, Generic 4.3-RELEASE system
>Fix:
Change line 93 to read:
#define _P1003_1B_VISIBLE_HISTORICALLY
replacing the "^" character with "_".  Not sure of full consequences of replacement, but ti allowed my compile/make to proceed correctly.
>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?200104300406.f3U469q14374>