#48212: gnuplot-5.0.1_0+aquaterm build error (OS X 10.10) ------------------------------+-------------------------------- Reporter: brian.weitzner@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: aquaterm ------------------------------+-------------------------------- In trying to run `port upgrade outdated` I encounter the following: `Error: org.macports.build for port gnuplot returned: command execution failed` Looking at the log file reveals the error to be an undeclared variable in aquaterm: {{{ :info:build In file included from term.c:1194: :info:build In file included from ./term.h:254: :info:build ../term/caca.trm:2514:3: warning: implicit declaration of function 'process_event' is invalid in C99 [-Wimplicit-function- declaration] :info:build process_event(GE_replot, 0, 0, 0, 0, 0); :info:build ^ :info:build ../term/caca.trm:2514:17: error: use of undeclared identifier 'GE_replot' :info:build process_event(GE_replot, 0, 0, 0, 0, 0); :info:build ^ }}} -- Ticket URL: <https://trac.macports.org/ticket/48212> MacPorts <https://www.macports.org/> Ports system for OS X