[Pixman] [PATCH v2] build: Ensure config.h does not undefine `sqrtf`

2016-10-10 Thread Peter TB Brett
to `pixman-compiler.h` which defines a suitable alternative when `HAVE_SQRTF` is not defined. Signed-off-by: Peter TB Brett <peter.br...@livecode.com> diff --git a/configure.ac b/configure.ac index e833e45..5f57ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -932,9 +932,10 @@ f

Re: [Pixman] [PATCH] build: Ensure config.h does not undefine `sqrtf`

2016-10-06 Thread Peter TB Brett
On 06/10/2016 12:29, Siarhei Siamashka wrote: The patch I provided makes it considerably easier for other users in our position to get pixman to build correctly, by making it clearer what's going on when reading "config.h" in order to make appropriate edits. Just a side note. We still can't

Re: [Pixman] [PATCH] build: Ensure config.h does not undefine `sqrtf`

2016-10-06 Thread Peter TB Brett
On 06/10/2016 05:25, Siarhei Siamashka wrote: On Mon, 26 Sep 2016 10:46:50 +0100 Peter TB Brett <pe...@peter-b.co.uk> wrote: When compiling for Windows using MSVC, `sqrtf` is a macro. Previously, `configure` was detecting `sqrtf`'s availability, but then undefining it in `co

[Pixman] [PATCH] build: Ensure config.h does not undefine `sqrtf`

2016-09-26 Thread Peter TB Brett
an additional stanza to `config.h` which defines a suitable alternative when `HAVE_SQRTF` is not defined. Signed-off-by: Peter TB Brett <peter.br...@livecode.com> diff --git a/configure.ac b/configure.ac index e833e45..b70e32d 100644 --- a/configure.ac +++ b/configure.ac @@ -932,9 +932,16