unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sean Sieger <sean.sieger@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Compiling Emacs 23.1.92 on Windows fails
Date: Wed, 24 Feb 2010 09:56:20 -0500	[thread overview]
Message-ID: <873a0qr8bv.fsf@gmail.com> (raw)
In-Reply-To: 83k4u3n6yh.fsf@gnu.org

Eli Zaretskii <eliz@gnu.org> writes:

    > From: Stefan Monnier <monnier@IRO.UMontreal.CA>
    > Cc: Christoph <cschol2112@googlemail.com>
    > Date: Tue, 23 Feb 2010 12:38:35 -0500
    > 
    > > Yes, that turned out to be the problem.
    > > Using mingw32-make instead of cygwin's make worked and built successfully.
    > 
    > Thanks.  Eli, would it be possible to detect the use of cygwin's make
    > and output a warning in that case?

    If someone tells what does the Cygwin Make print under --version, and
    if there's something Cygwin-specific there, then yes, we could test
    that in nt/configure.bat.

    Failing that, w32proc.c:w32_executable_type has code to detect Cygwin
    executables by scanning their DLL import table for cygwin.dll.  We
    could start the build by compiling a simple program to diagnose
    make.exe using that method.  Seems a bit gross, though.

I don't know if this is related, but here is the contents of config.log
when I did,

cmd /c configure.bat --without-png --without-jpeg --without-tiff
--without-gif --cflags -IC:\libXpm-3.5.8\src

gcc -c junk.c 
junk.c:1:29: error: cygwin/version.h: No such file or directory
The failed program was: 
#include "cygwin/version.h" 
main(){} 
gcc  -c junk.c 
gcc -c -O2 -mtune=pentium4 junk.c 
GCC supports -mtune=pentium4 
gcc -c -gdwarf-2 -g3 junk.c 
GCC supports DWARF-2 
Emacs successfully configured. 

'Cept, still no support for the tool-bar icons.

I sure would appreciate any feedback about the configure syntax above.





  parent reply	other threads:[~2010-02-24 14:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-20 22:46 Compiling Emacs 23.1.92 on Windows fails Christoph
2010-02-21  4:17 ` Eli Zaretskii
     [not found]   ` <4B80B4B3.3070609@gmail.com>
2010-02-23 17:38     ` Stefan Monnier
2010-02-23 18:27       ` Eli Zaretskii
2010-02-23 19:36         ` Óscar Fuentes
2010-02-24 14:56         ` Sean Sieger [this message]
2010-02-24 15:16           ` Sean Sieger
2010-02-24 18:37             ` Eli Zaretskii
2010-02-25  2:15               ` Sean Sieger
2010-02-25  2:55             ` Christoph

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873a0qr8bv.fsf@gmail.com \
    --to=sean.sieger@gmail.com \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).