unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* configure.ac needs a change for MinGW
@ 2016-07-15 19:10 Eli Zaretskii
  2016-07-16  8:37 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2016-07-15 19:10 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guile-devel

win32-uname.[ch] were renamed in Guile 2.0.12, but configure.ac still
references them:

  case $host in
    *-*-mingw*)
      AC_CHECK_HEADER(winsock2.h, [AC_DEFINE([HAVE_WINSOCK2_H], 1,
	[Define if you have the <winsock2.h> header file.])])
      AC_CHECK_LIB(ws2_32, main)
      AC_LIBOBJ([win32-uname])  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

This causes a fatal error during the build with MinGW.



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

* Re: configure.ac needs a change for MinGW
  2016-07-15 19:10 configure.ac needs a change for MinGW Eli Zaretskii
@ 2016-07-16  8:37 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2016-07-16  8:37 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: guile-devel

On Fri 15 Jul 2016 21:10, Eli Zaretskii <eliz@gnu.org> writes:

> win32-uname.[ch] were renamed in Guile 2.0.12, but configure.ac still
> references them:
>
>   case $host in
>     *-*-mingw*)
>       AC_CHECK_HEADER(winsock2.h, [AC_DEFINE([HAVE_WINSOCK2_H], 1,
> 	[Define if you have the <winsock2.h> header file.])])
>       AC_CHECK_LIB(ws2_32, main)
>       AC_LIBOBJ([win32-uname])  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>
> This causes a fatal error during the build with MinGW.

Fixed, thanks.

If you don't mind, it's sufficient to just mail guile-devel; please
leave me out of the "To" field for new threads.  Cheers :)

Andy



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

end of thread, other threads:[~2016-07-16  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 19:10 configure.ac needs a change for MinGW Eli Zaretskii
2016-07-16  8:37 ` Andy Wingo

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