emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [w32] Build failure on master (pthread_sigmask.h)


From: Richard Copley
Subject: Re: [w32] Build failure on master (pthread_sigmask.h)
Date: Thu, 30 May 2019 20:39:30 +0100

On Thu, 30 May 2019 at 19:43, Eli Zaretskii <address@hidden> wrote:

    We need to augment nt/mingw-cfg.site to bypass pthread_sigmask, there
    are already some settings there to that effect, we need to adapt them
    to this Gnulib change.  Maybe try adding this line to mingw-cfg.site:

      gl_cv_func_pthread_sigmask_macro=no

Yes, that works. (The build succeeds and no pthread_sigmask.o is generated.)
I'm impressed, thanks.

    If that doesn't help, please show the relevant parts of your
    config.log.  Anything that matches "pthread".

    (On my box the problem doesn't happen because I don't have the
    pthread.h header polluting my system.)

One package's pollution is another's prerequisite. Easily eradicated:

pacman -R ${MINGW_PACKAGE_PREFIX}-libwinpthread-git


reply via email to

[Prev in Thread] Current Thread [Next in Thread]