From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Is the Cygw32 port ready for testing? Date: Fri, 19 Oct 2012 18:03:39 +0200 Message-ID: <508179DB.20602@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350662640 15545 80.91.229.3 (19 Oct 2012 16:04:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2012 16:04:00 +0000 (UTC) To: emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 18:04:06 2012 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 1TPF3O-0005pq-1q for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2012 18:04:06 +0200 Original-Received: from localhost ([::1]:41812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPF3G-0003cC-PX for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2012 12:03:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPF3B-0003bu-Bq for emacs-devel@gnu.org; Fri, 19 Oct 2012 12:03:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPF33-0002oz-Bo for emacs-devel@gnu.org; Fri, 19 Oct 2012 12:03:53 -0400 Original-Received: from smtp208.alice.it ([82.57.200.104]:59554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPF33-0002k7-11 for emacs-devel@gnu.org; Fri, 19 Oct 2012 12:03:45 -0400 Original-Received: from [192.168.1.101] (79.26.22.200) by smtp208.alice.it (8.6.023.02) id 5046970006A07899 for emacs-devel@gnu.org; Fri, 19 Oct 2012 18:03:42 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.104 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:154445 Archived-At: Ken Brown wrote: > It builds for me now. It fails for me... (trunk rev. 110588): [...] checking whether localtime_r is compatible with its POSIX signature... yes checking for library containing timer_settime... none required checking for timer_settime... yes Configured for `i686-pc-cygwin'. Where should the build process find the source code? /home/angelo/work/emacs What compiler should emacs be built with? gcc -std=gnu99 -O3 Should Emacs use the GNU version of malloc? yes Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? yes What window system should Emacs use? w32 What toolkit should Emacs use? none Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs 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 -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? no Does Emacs use imagemagick? no Does Emacs use -lgpm? no Does Emacs use -ldbus? yes Does Emacs use -lgconf? no Does Emacs use GSettings? no 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 use toolkit scroll bars? yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile [...] gcc -std=gnu99 -c -I/usr/include/noX -Demacs -I. -I/home/angelo/work/emacs/src -I../lib -I/home/angelo/work/emacs/src/../lib -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -MMD -MF deps/lastfile.d -MP -I/usr/include/p11-kit-1 -O3 /home/angelo/work/emacs/src/lastfile.c In file included from /home/angelo/work/emacs/src/image.c:2964:0: /usr/include/X11/xpm.h:70:63: fatal error: simx.h: No such file or directory compilation terminated. Makefile:325: recipe for target `image.o' failed make[2]: *** [image.o] Error 1 make[2]: *** Attesa per i processi non terminati.... make[2]: uscita dalla directory "/home/angelo/work/emacs/Work/src" Makefile:333: recipe for target `src' failed make[1]: *** [src] Error 2 make[1]: uscita dalla directory "/home/angelo/work/emacs/Work" Makefile:909: recipe for target `bootstrap' failed make: *** [bootstrap] Error 2 Ciao, Angelo.