public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: crossgcc@sourceware.org
Cc: "Lusk, Timothy CCS" <Timothy.Lusk@lenel.com>
Subject: Re: crosstool-NG Cygwin Build Fails
Date: Tue, 08 May 2012 10:28:00 -0000	[thread overview]
Message-ID: <201205081228.06143.yann.morin.1998@free.fr> (raw)
In-Reply-To: <022F8C6A86906F4CA6FCE17F54B1BFCE07AFC5@UUSNWE1M.na.utcmail.com>

Tim, All,

On Monday 07 May 2012 23:05:37 Lusk, Timothy CCS wrote:
> The newest two versions of crosstool-NG (1.14.x and 1.15.x) no longer
> build correctly on Cygwin.

I can't test Cygwin, as I have no windows machine (not even a VM),
so I rely on users' testing and reports. Thank you for the heads up! :-)

For users interested in running under Cygwin, it would be nice to test
the repository from time to time, to be sure to catch breakage asap, and
not wait for the release to be out. ;-)

> $ diff crosstool-ng-1.15.0_old/kconfig/Makefile crosstool-ng-1.15.0/kconfig/Makefile
> 10c10
> < LDFLAGS =
> ---
> > LDFLAGS =
> 37a38
> > conf: LDFLAGS += -lintl
> 44c45
> < mconf: LDFLAGS += $(NCURSES_LDFLAGS)
> ---
> > mconf: LDFLAGS += -lintl $(NCURSES_LDFLAGS)
> 50,51c51,52
> < $(nconf_OBJ) $(nconf_DEP): CFLAGS += $(INTL_CFLAGS)
> < nconf: LDFLAGS += -lmenu -lpanel -lncurses
> ---
> > $(nconf_OBJ) $(nconf_DEP): CFLAGS += -I/usr/include/ncursesw/ $(INTL_CFLAGS)
> > nconf: LDFLAGS += -lintl -lmenuw -lpanelw -lncursesw
> 
> $ diff crosstool-ng-1.15.0_old/kconfig/nconf.c crosstool-ng-1.15.0/kconfig/nconf.c
> 1521c1521
> <       ESCDELAY = 1;
> ---
> >       set_escdelay(1);

Would you care sending a unified diff, please? It is much easier to read:
  diff -du file-1 file-2

Ideally, you'd follow the tutorial on how to submit changes:
  docs/7 - Contributing to crosstool-NG.txt

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

  reply	other threads:[~2012-05-08 10:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 21:06 Lusk, Timothy             CCS
2012-05-08 10:28 ` Yann E. MORIN [this message]
2012-05-08 15:18 Lusk, Timothy             CCS

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=201205081228.06143.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=Timothy.Lusk@lenel.com \
    --cc=crossgcc@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).