From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21630 invoked by alias); 8 May 2012 10:28:36 -0000 Received: (qmail 21621 invoked by uid 22791); 8 May 2012 10:28:35 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,TW_LN X-Spam-Check-By: sourceware.org Received: from smtp01.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) (80.12.242.123) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 May 2012 10:28:10 +0000 Received: from treguer.localnet ([90.32.144.205]) by mwinf5d24 with ME id 7NU61j00C4S6Yz603NU6BA; Tue, 08 May 2012 12:28:08 +0200 From: "Yann E. MORIN" To: crossgcc@sourceware.org Subject: Re: crosstool-NG Cygwin Build Fails Date: Tue, 08 May 2012 10:28:00 -0000 User-Agent: KMail/1.13.5 (Linux/3.3.4-treguer; KDE/4.4.5; x86_64; ; ) Cc: "Lusk, Timothy CCS" References: <022F8C6A86906F4CA6FCE17F54B1BFCE07AFC5@UUSNWE1M.na.utcmail.com> In-Reply-To: <022F8C6A86906F4CA6FCE17F54B1BFCE07AFC5@UUSNWE1M.na.utcmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201205081228.06143.yann.morin.1998@free.fr> Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00011.txt.bz2 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