From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs from a new MinGW environment Date: Sat, 14 Sep 2013 23:19:06 +0200 Message-ID: References: <83sixwfdjk.fsf@gnu.org> <834n9nhhp6.fsf@gnu.org> <83ppsbfoe7.fsf@gnu.org> <83mwnffkom.fsf@gnu.org> <83k3ijfhk0.fsf@gnu.org> <83hadnf7gs.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379193550 32347 80.91.229.3 (14 Sep 2013 21:19:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Sep 2013 21:19:10 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 14 23:19:14 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 1VKxFK-0008UE-9n for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2013 23:19:14 +0200 Original-Received: from localhost ([::1]:54612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKxFJ-0004b5-MI for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2013 17:19:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKxFF-0004az-VQ for emacs-devel@gnu.org; Sat, 14 Sep 2013 17:19:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKxFF-0003Qk-1v for emacs-devel@gnu.org; Sat, 14 Sep 2013 17:19:09 -0400 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:63307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKxFD-0003Ps-Mf; Sat, 14 Sep 2013 17:19:07 -0400 Original-Received: by mail-lb0-f177.google.com with SMTP id w7so3034333lbi.8 for ; Sat, 14 Sep 2013 14:19:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fD3j07B0Pl02MWKS+GVfgz4QA0S0D514fGh0H7HyflM=; b=pNZOyUk3qVjN9umBLTOVYLWqUXMxI+1D1OrFq5PrhHvZHVThRh4qM23eLU0T+Z0lox S5T6a1bL51oLQILt291Hmi3u5M7CT1r3JnFm8lkoa5JLSsGxSoZgryM8Qd/Nf/Ezu5TV QPYfwvowMRZrywbkARh9NmjElbM4bJ1DmlDVn9Xtbl/pDPJ2vuoFIR3uGsnql5AkjEh0 6H2hoCwaI4U2pabl+gcXHf9CVyCpdbcavpoY5ynGQA1TNmnZCjpd6EWfs1fRNY8/BSVU 5905B7JL2iNZ9PxFtWW3DBkSzTvKg49vL+zGm+7EtGsMifItNxQGFwRyrYas5bdN+EI5 hsWw== X-Received: by 10.112.128.166 with SMTP id np6mr18005919lbb.7.1379193546263; Sat, 14 Sep 2013 14:19:06 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Sat, 14 Sep 2013 14:19:06 -0700 (PDT) In-Reply-To: <83hadnf7gs.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 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:163348 Archived-At: >> > What is the value of srcdir in top-level Makefile? >> >> it is >> /home/dani/emacs/emacs.git > > That's the source of the problem, it should be something like > /c/msys/home/dani/emacs/emacs.git. So it now looks like configure > and/or config.status didn't edit Makefile.in as it should have. > > How did you invoke the configure script? Like this: $ cd ~/emacs/build $ rm -fr * $ CPPFLAGS='-DGLYPH_DEBUG=1' CFLAGS='-O0 -g3' ../emacs.git/nt/msysconfig.sh --enable-checking And apparently, everything was fine: Configured for `i686-pc-mingw32'. Where should the build process find the source code? /home/dani/emacs/emacs.git What compiler should emacs be built with? gcc -std=gnu99 -O0 -g3 Should Emacs use the GNU version of malloc? yes Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? w32 What toolkit should Emacs use? none Where do we find X Windows header files? NONE Where do we find X Windows libraries? NONE Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? no Does Emacs use imagemagick? no Does Emacs support sound? no Does Emacs use -lgpm? no Does Emacs use -ldbus? no Does Emacs use -lgconf? no Does Emacs use GSettings? no Does Emacs use a file notification library? yes (w32) Does Emacs use access control lists? yes Does Emacs use -lselinux? no Does Emacs use -lgnutls? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? no Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no Does Emacs use -lxft? no Does Emacs directly use zlib? yes Does Emacs use toolkit scroll bars? yes -- Dani Moncayo