Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 11:08:08 -0500
From:      Troy <sindrome@sindrome.net>
To:        freebsd-current@FreeBSD.ORG
Subject:   Broken World in xlint/llib
Message-ID:  <20020612110808.A42435@sindrome.net>

next in thread | raw e-mail | index | archive | help
Seeing some errors trying to buildworld with the xlint/llib-lposix. It
appears the error is in stdarg.h. I am running version 1.14 of stdarg.h

Line 43 in /usr/include/stdarg.h and /usr/include/machine/stdarg.h states:

typedef _BSD_VA_LIST_   va_list;

but in /usr/src/contrib/gcc/ginclude/stdarg.h it's version 1.5 (from
latest CVSUP) it states #ifndef __GNUC_VA_LIST

Not sure what I can do to fix this problem...I did a "make includes"
before issuing the make buildworld. Any help would be appreciated.

-Troy


===> usr.bin/xlint/llib
lint -cghapbx -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix
llib-lposix:
stdarg.h:43: syntax error [249]
stdarg.h:110: syntax error [249]
time.h:141: warning: conversion from 'unsigned long long' may lose accuracy [132
]
time.h:158: warning: conversion from 'unsigned long long' may lose accuracy [132
]
time.h:165: warning: conversion from 'long' may lose accuracy [132]
llib-lposix:306: syntax error [249]
llib-lposix:307: syntax error [249]
llib-lposix:308: syntax error [249]
llib-lposix:308: cannot recover from previous errors [224]
*** Error code 1

Stop in /usr/src/usr.bin/xlint/llib.
*** Error code 1

Stop in /usr/src/usr.bin/xlint.
*** Error code 1

Stop in /usr/src/usr.bin.
*** Error code 1

top in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020612110808.A42435>