|
From: Petr M. <mi...@ph...> - 2011-03-08 22:14:29
|
Can somebody compile current gnuplot cvs on Mingw? For me, it complains against missing: AC_SRC_ALPHA TransparentBlt AlphaBlend gettimeofday I use gcc version 3.4.4 (mingw special). Gnuplot versions until 4.4.3 compile without problems. Maybe these functions are available in Mingw 4.x, but the server is down. Petr |
|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-03-08 23:00:23
|
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 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. |
|
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. |
|
From: Tatsuro M. <tma...@ya...> - 2011-03-09 22:54:40
|
Hello Seeing what Hans and Bastian wrote, I feel that problem may come from old w32api libraries shipped with your MinGW. Regards Tatsuro --- Bastian M将」rkisch wrote: > 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. > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |
|
From: Tatsuro M. <tma...@ya...> - 2011-03-09 08:13:04
|
Hello Please upgrade the complier. http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ might be a good tool for automated install. Regards Tatsuro --- Petr Mikulik wrote: > Can somebody compile current gnuplot cvs on Mingw? For me, it complains > against missing: > > AC_SRC_ALPHA > TransparentBlt > AlphaBlend > gettimeofday > > I use gcc version 3.4.4 (mingw special). > Gnuplot versions until 4.4.3 compile without problems. > > Maybe these functions are available in Mingw 4.x, but the server is down. > > Petr > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |