|
From: Bastian M. <bma...@we...> - 2011-03-09 10:30:57
|
Am 09.03.2011 00:00, schrieb Hans-Bernhard Bröker: > On 08.03.2011 23:14, Petr Mikulik wrote: >> Can somebody compile current gnuplot cvs on Mingw? > > Works just fine here, using the version of makefile.mgw I recently added > as "config/mingw/Makefile", on MinGW 6.1 under MSYS. > >> For me, it complains >> against missing: >> >> AC_SRC_ALPHA > > If that's not in wingdi.h, your MinGW is too old. > >> TransparentBlt >> AlphaBlend > Those functions are part of the GDK since Windows 2000... Time to upgrade, really ;) > Those are supposed to be filled by msimg32.lib, recently added to the > link lists. Are you up to date on that? makefile.mgw has to be at least > at revision 1.62. > >> gettimeofday > > That's supposed to come from MinGW itself (sys/time.h). > >> I use gcc version 3.4.4 (mingw special). > > Well, maybe it's time to upgrade, then. |