bug-m4
[Top][All Lists]
Advanced

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

Re: Bug math.h?


From: Eric Blake
Subject: Re: Bug math.h?
Date: Mon, 3 Feb 2020 09:10:00 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2/3/20 8:02 AM, Arthur Armand wrote:
Hello

This is my screen error...

[image: image.png]

Attaching an image is poor use of bandwidth (the mail server has to replicate the image to every subscriber, and some subscribers may have data limits that make downloading an image expensive); if an image is needed, it is better to just post a URL to the image hosted elsewhere (then only interested subscribers have to chase the link), or even better to just paste the text from your terminal instead of relying on a screenshot.

Transcribing relevant portions of what I see in the image:

$ make
C:/Apache/Git/mingw64/bin/make.exe  all-recursive
...
make[2]: Entering directory 'C:/Apache/httpd-2.4.41//srclib/m4-1.4.18/lib'
...
  GEN      locale.h
/usr/bin/sh: -c: line 212: unexpected EOF while looking for matching `''
/usr/bin/sh: -c: line 213: syntax error: unexpected end of file
make[2]: *** [Makefile:2400: math.h] Error 1
...


Could you help me?


I haven't personally tried to build m4 under mingw, so it could be something about the mingw platform that is tripping you up (perhaps a stray carriage return somewhere confusing sh?). So I'm not sure how best to proceed with debugging this build failure further. The problem is probably not in math.h directly, but in the Makefile and shell code injected by gnulib's math module during autoconf/automake. Perhaps you can try to find what portion of the generated 'configure' file is probing for math.h, or what gets inserted into the Makefile at the point where make tries to run /usr/bin/sh -c on a sed script that would generate math.h.

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

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