#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Comment (by mojca@…): Please attach also `config.log`. There are a bunch of things that I don't really understand, including the failure to find AquaTerm, the following warning: {{{ WARNING: No C++ compiler found. The wxWidgets terminal will not be compiled. }}} and a few other things. I don't think this is a generic issue since many other people managed to install gnuplot without problems, but I'm curious to know how you ended up in that branch of the code. There's this code in `src/stdfn.h`: {{{ #if defined(HAVE_VFPRINTF) || defined(HAVE_DOPRNT) # ifdef STDC_HEADERS # include <stdarg.h> # define VA_START(args, lastarg) va_start(args, lastarg) # else # include <varargs.h> # define VA_START(args, lastarg) va_start(args) # endif /* !STDC_HEADERS */ #else /* HAVE_VFPRINTF || HAVE_DOPRNT */ # define va_dcl char *a1, char *a2, char *a3, char *a4, char *a5, char *a6, char *a7, char *a8 #endif /* !(HAVE_VFPRINTF || HAVE_DOPRNT) */ }}} but on my machine the first `if` is false. (You might also ask for help on the `gnuplot-beta` mailing list.) -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X