unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Is the Cygw32 port ready for testing?
@ 2012-10-19 16:03 Angelo Graziosi
  2012-10-20  2:42 ` Ken Brown
  0 siblings, 1 reply; 34+ messages in thread
From: Angelo Graziosi @ 2012-10-19 16:03 UTC (permalink / raw)
  To: emacs

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.



^ permalink raw reply	[flat|nested] 34+ messages in thread
* Is the Cygw32 port ready for testing?
@ 2012-10-14 22:44 Ken Brown
  2012-10-14 23:28 ` Daniel Colascione
  0 siblings, 1 reply; 34+ messages in thread
From: Ken Brown @ 2012-10-14 22:44 UTC (permalink / raw)
  To: Daniel Colascione; +Cc: Emacs

Daniel,

Are you able to build the Cygw32 port of emacs with the current trunk? 
I tried and got the following error:

image.o:image.c:(.data+0x100): undefined reference to `_init_tiff_functions'

The reason seems to be that the declaration of init_tiff_functions is 
conditioned on HAVE_NTGUI, but the definition of it is conditioned on 
WINDOWSNT.  I'm not sure what your intention is here, but maybe I'm just 
testing prematurely, and Cygw32 is not yet ready for testing.

Ken



^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2012-10-21 13:02 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19 16:03 Is the Cygw32 port ready for testing? Angelo Graziosi
2012-10-20  2:42 ` Ken Brown
2012-10-20  2:49   ` Daniel Colascione
2012-10-20  6:53     ` Andreas Schwab
2012-10-21 13:02       ` Stephen J. Turnbull
2012-10-20  8:53   ` Angelo Graziosi
2012-10-20 10:29     ` Eli Zaretskii
2012-10-20 13:19     ` Ken Brown
  -- strict thread matches above, loose matches on Subject: below --
2012-10-14 22:44 Ken Brown
2012-10-14 23:28 ` Daniel Colascione
2012-10-15  1:16   ` Ken Brown
2012-10-15  1:31     ` Ken Brown
2012-10-15  1:34       ` Daniel Colascione
2012-10-15  1:37     ` Daniel Colascione
2012-10-15  7:34       ` Andreas Schwab
2012-10-15 14:14       ` Ken Brown
2012-10-15 17:16         ` Eli Zaretskii
2012-10-15 19:33           ` Ken Brown
2012-10-15 19:35             ` Daniel Colascione
2012-10-15 21:31               ` Daniel Colascione
2012-10-15 21:34                 ` Ken Brown
2012-10-15 21:36                   ` Daniel Colascione
2012-10-16 13:23                     ` Ken Brown
2012-10-16 18:24                       ` Eli Zaretskii
2012-10-17  4:13                         ` Stephen J. Turnbull
2012-10-17 15:42                           ` Eli Zaretskii
2012-10-17 17:36                             ` Stephen J. Turnbull
2012-10-17 23:45                           ` Nix
2012-10-18 12:28                         ` Ken Brown
2012-10-18 17:02                           ` Daniel Colascione
2012-10-18 22:18                             ` Ken Brown
2012-10-18 17:09                           ` Eli Zaretskii
2012-10-18 22:04                             ` Stefan Monnier
2012-10-19  6:43                               ` Eli Zaretskii

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