|
Security Enhanced Linux
What's New
Frequently Asked Questions
Background
Documents
License
Download
Participating
Mail List
Archives
Remaining Work
Contributors
Related Work
Press Releases
Information Assurance Research
NIARL In-house Research Areas
Mathematical Sciences Program
Sabbaticals
Computer & Information Sciences Research
Technology Transfer
Advanced Computing
Advanced Mathematics
Communications & Networking
Information Processing
Microelectronics
Other Technologies
Technology Fact Sheets
Publications
Related Links
|
SELinux Mailing List
subject: Err when ./tools/build-apps Date: Wed, 21 Feb 2001 14:25:40 -0800 (PST)
watch.c In function 'main' watch.c: 215 ERR undeclared first use in this function watch.c: 215 (Each undeclared identifier...make: *** watch.c Error 1 um.. Any Suggestions?
-Dan Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/
-- subject: Re: Err when ./tools/build-apps Date: Wed, 21 Feb 2001 18:04:53 -0500 (EST)
What platform are you using to build SELinux? It appears that your build problem is occurring in utils/procps-2.0.4/watch.c. Line 215 is 'mvaddstr(0, 0, header)' in that file. mvaddstr is defined in /usr/include/ncurses.h, and ultimately expands to include the symbol ERR. However, /usr/include/ncurses.h also defines ERR to -1 if it is not already defined. So I don't know why your build is failing, unless your ncurses.h happens to differ. -- Stephen D. Smalley, NAI Labs sds@tislabs.com On Wed, 21 Feb 2001, Dan DeVries wrote:
|
|
|
Date Posted: Jan 15, 2009 | Last Modified: Jan 15, 2009 | Last Reviewed: Jan 15, 2009 |











