From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Posix build on Windows: parallel `make' broken Date: Mon, 03 Jun 2013 19:58:39 +0300 Message-ID: <837gibxha8.fsf@gnu.org> References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.fsf@gnu.org> <83r4gkzgsj.fsf@gnu.org> <83sj0zykgq.fsf@gnu.org> <83ip1vxlcl.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1370278744 28901 80.91.229.3 (3 Jun 2013 16:59:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 16:59:04 +0000 (UTC) Cc: ofv@wanadoo.es, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 18:59:04 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UjY64-0005fF-5F for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 18:59:04 +0200 Original-Received: from localhost ([::1]:39475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjY63-0007sx-RZ for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 12:59:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjY5u-0007sl-HR for emacs-devel@gnu.org; Mon, 03 Jun 2013 12:59:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjY5l-0007EY-V8 for emacs-devel@gnu.org; Mon, 03 Jun 2013 12:58:54 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:61232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjY5l-0007EK-KV for emacs-devel@gnu.org; Mon, 03 Jun 2013 12:58:45 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MNT00000TFNOO00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Mon, 03 Jun 2013 19:58:43 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MNT0003YTTVKY70@a-mtaout21.012.net.il>; Mon, 03 Jun 2013 19:58:43 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160048 Archived-At: > From: Juanma Barranquero > Date: Mon, 3 Jun 2013 17:47:40 +0200 > Cc: =C3=93scar Fuentes ,=20 > =09Emacs developers >=20 > A few comments about INSTALL.MSYS: Thanks. > - It says that GTK includes PNG, JPEG and TIFF libraries. PNG is in > its own standalone package, but in a not-exhaustive check, I didn't > find JPEG and TIFF libraries here. Perhaps a pointer could be usefu= l. I just removed the reference to JPEG and TIFF. (Perhaps they are included in some other package; if someone knows, please tell.) > - The example invocation of msysconfig.sh says: >=20 > CPPFLAGS=3D'-DGLYPH_DEBUG=3D1' CFLAGS=3D'-O0 -g3' ./nt/msysconf= ig.sh > --prefix=3DPREFIX --enable-checking >=20 > but I suppose -DGLYPH_DEBUG=3D1 shouldn't be required if using > --enable-checking=3Dyes,glyphs, should it? Old habits die hard, and that is just an example. If you have better examples, I'm all ears. > - You mentioned in a thread that the way to make a binary tarball i= s > to use "make install prefix=3DSOMEWHERE" and then create a tar arch= ive > from SOMEWHERE. That should be mentioned, I think; also, that > procedure does not copy libXpm.dll (which the configure.bat based > build method could do by using --distfiles), so that should be note= d > too. I'd prefer that someone who actually did that describe this. > - There's now a --with-file-notification=3Dw32 option that isn't on= by > default. Perhaps worth mentioning? It is on by default. I don't see why it should be mentioned when other configure options aren't. > > Do you have EMACSLOADPATH set in the environment or something? >=20 > Aha. No, I don't have EMACSLOADPATH in the environment, but yesterd= ay > I did a "make install" of some older release and it added > EMACSLOADPATH (and friends) to the registry. Removing these makes t= he > warning disappear. Good. One more mystery eats dust. Thanks.