From: Thomas Lundquist <lists@zelow.no>
To: buildroot@busybox.net
Subject: [Buildroot] make menuconfig in a buildroot env.
Date: Thu, 22 Feb 2007 20:50:11 +0100 [thread overview]
Message-ID: <20070222195010.GA30949@zelow.no> (raw)
I've made a buildroot development environment and have a buildroot
checkout in it.
I've done this many times before but since the last time I did it, this
have started to happen:
It is not the ncurses library since another (earlier) br2 I have works in
the same built rootfs.
root at hamp buildroot.rolls]# make menuconfig
make -C package/config ncurses conf mconf
make[1]: Entering directory `/buildroot.rolls/package/config'
make[1]: `conf' is up to date.
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-DCURSES_LOC="<ncurses.h>" -I. -c mconf.c -o mconf.o
In file included from lxdialog/dialog.h:33,
from mconf.c:26:
/usr/include/ncurses.h:66:25: error: ncurses_dll.h: No such file or
directory
In file included from /usr/include/ncurses.h:123,
from lxdialog/dialog.h:33,
from mconf.c:26:
/usr/include/unctrl.h: In function 'NCURSES_EXPORT':
/usr/include/unctrl.h:57: error: expected declaration specifiers before
'unctrl'
In file included from lxdialog/dialog.h:33,
from mconf.c:26:
/usr/include/ncurses.h:147: error: storage class specified for parameter
'NCURSES_BOOL'
In file included from lxdialog/dialog.h:33,
from mconf.c:26:
/usr/include/ncurses.h:198: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'COLORS'
/usr/include/ncurses.h:199: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'COLOR_PAIRS'
/usr/include/ncurses.h:213: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '_nc_acs_map'
/usr/include/ncurses.h:306: error: storage class specified for parameter
'SCREEN'
/usr/include/ncurses.h:307: error: storage class specified for parameter
'WINDOW'
/usr/include/ncurses.h:309: error: storage class specified for parameter
'attr_t'
/usr/include/ncurses.h:358: error: expected specifier-qualifier-list
before 'attr_t'
/usr/include/ncurses.h:402: error: expected ')' before '*' token
/usr/include/ncurses.h:403: error: expected ')' before '*' token
/usr/include/ncurses.h:404: error: expected ')' before '*' token
/usr/include/ncurses.h:406: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'LINES'
/usr/include/ncurses.h:407: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'COLS'
/usr/include/ncurses.h:408: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'TABSIZE'
Thomas.
next reply other threads:[~2007-02-22 19:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-22 19:50 Thomas Lundquist [this message]
2007-02-23 6:56 ` [Buildroot] make menuconfig in a buildroot env Thomas Lundquist
2007-02-23 8:19 ` Philippe Ney
2007-02-23 9:14 ` Thomas Lundquist
2007-02-23 10:33 ` Thomas Lundquist
2007-03-07 14:44 ` Bernhard Fischer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070222195010.GA30949@zelow.no \
--to=lists@zelow.no \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.