[cairo-bugs] [Bug 85760] New: In MinGW32, checking for ax_cv_c_float_words_bigendian failed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Nov 2 07:55:45 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=85760

            Bug ID: 85760
           Summary: In MinGW32, checking for ax_cv_c_float_words_bigendian
                    failed
           Product: cairo
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: chris at chris-wilson.co.uk
          Reporter: cosmo0920.oucc at gmail.com
        QA Contact: cairo-bugs at cairographics.org

Created attachment 108796
  --> https://bugs.freedesktop.org/attachment.cgi?id=108796&action=edit
`conftest` needs `.exe` extension in MinGW configure phase.

In cairo 1.14, it has been newly created `aclocal.float.m4`.

following conftest is forgotten `$ac_exeext`?
`conftest` is Windows executable.
In MinGW, this executable added `.exe` extension.

But following conftest is not atacched `.exe` entension.

---
if strings - conftest | grep noonsees >/dev/null ; then
   ax_cv_c_float_words_bigendian=yes
 fi
if strings - conftest | grep seesnoon >/dev/null ; then
   if test "$ax_cv_c_float_words_bigendian" = unknown; then
     ax_cv_c_float_words_bigendian=no
   else
---

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20141102/c09a7e95/attachment.html>


More information about the cairo-bugs mailing list