This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More freebsd lossage



t-freebsd redefines USER_H:

USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)


This is a terrible thing to do.  Why does freebsd do this, and what needs to
be done to stop it?

You're missing important stuff in your include tree because of this.  
Including,
but not limited to a proper definition of NULL for C++ and stdbool..

Redefining USER_H is simply a bad thing to do.  We need to stomp this kind of
braindamage out of the various configuration files.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]