Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] build python failed
Date: Mon, 21 Feb 2011 09:41:23 +0100	[thread overview]
Message-ID: <871v31eq4s.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <AANLkTinfpWsELrvHSZYq1+w-W_zF6fgoSVgPEMVYxvjg@mail.gmail.com> (Marco's message of "Mon, 21 Feb 2011 16:33:31 +0800")

>>>>> "Marco" == Marco  <chopin1998@gmail.com> writes:

 Marco> Hi, All

 Marco> ??? my buildroot has git pulled, and my target is at91sam9260. I
 Marco> choose python package via make menuconfig, but make failed:


 Marco>     In file included from Include/Python.h:86,
 Marco>     ???????????????? from ./Modules/python.c:4:
 Marco>     Include/unicodeobject.h:575: warning: type defaults to 'int' in declaration
 Marco>     of 'wchar_t'

It doesn't find the wchar_t type.

Python does depend on wchar support in the toolchain, so you probably
have done a build without wchar, and then gone and added wchar support
and python without doing a clean rebuild.

For this kind of toolchain changes you need to do make clean; make.


-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-02-21  8:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-21  8:33 [Buildroot] build python failed Marco
2011-02-21  8:41 ` Peter Korsgaard [this message]
2011-02-21 10:24   ` Marco

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=871v31eq4s.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox