|
From: Hans-Bernhard B. <HBB...@t-...> - 2016-04-10 06:48:55
|
Am 10.04.2016 um 04:42 schrieb Ethan Merritt: > On Sunday, 10 April 2016 10:11:55 AM Tatsuro MATSUOKA wrote: >> At compiling src/boundary.c I have met errors. Actually, you met them in almost every single source file. Which is understandable, given that the conflict is in stdfn.h, which is included just about everywhere. > How is it possible that cygwin does not provide memcpy()? It's not. Cygwin does of course provide it. The error messages are caused by the provided declaration conflicting with gnuplot's internal fall-back. The problem here is that configure somehow managed to not find the declaration, although it most definitely is there. We need to see Tatsuro's config.log to find out what went wrong. |