Anybody know what the below means. I'm building Gnuplot on Windows XP with a MinGW compiler.
It could have something to do with the flags at the top of the message below but I don't know how to work that out.
Error starts 8 lines down.
gcc -DHAVE_CONFIG_H -I. -I.. -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.6\" -DQT_
DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.6\" -DGNUPLOT_SHARE_DIR=\"/usr/local/share/gnuplot/4.6\" -DGNUPLOT_PS_DIR=\"/usr/local/share/
gnuplot/4.6/PostScript\" -DGNUPLOT_JS_DIR=\"/usr/local/share/gnuplot/4.6/js\" -DGNUPLOT_LUA_DIR=\"/usr/local/share/gnuplot/4.6/lua\" -D
CONTACT=\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.6/gnuplot.gih\" -DGNUPLOT_X11=\"`echo gnuplot_x1
1 | sed 's,x,x,'`.exe\" -DXAPPLRESDIR=\"/etc/X11/app-defaults/\" -g -O2 -MT readline.o -MD -MP -MF .deps/readline.Tpo -c -o readline
.o readline.c
readline.c:220:23: error: termio.h: No such file or directory
readline.c:233: error: 'NCC' undeclared here (not in a function)
readline.c: In function 'set_termio':
readline.c:1250: error: 'TCGETA' undeclared (first use in this function)
readline.c:1250: error: (Each undeclared identifier is reported only once
readline.c:1250: error: for each function it appears in.)
readline.c:1257: error: 'rl_termio' has an incomplete type
readline.c:1283: error: invalid use of undefined type 'struct termio'
readline.c:1283: error: 'BRKINT' undeclared (first use in this function)
readline.c:1283: error: 'PARMRK' undeclared (first use in this function)
readline.c:1283: error: 'INPCK' undeclared (first use in this function)
readline.c:1283: error: 'IUCLC' undeclared (first use in this function)
readline.c:1283: error: 'IXON' undeclared (first use in this function)
readline.c:1283: error: 'IXOFF' undeclared (first use in this function)
readline.c:1284: error: invalid use of undefined type 'struct termio'
readline.c:1284: error: 'IGNBRK' undeclared (first use in this function)
readline.c:1284: error: 'IGNPAR' undeclared (first use in this function)
readline.c:1288: error: invalid use of undefined type 'struct termio'
readline.c:1288: error: 'ICANON' undeclared (first use in this function)
readline.c:1288: error: 'ECHO' undeclared (first use in this function)
readline.c:1288: error: 'ECHOE' undeclared (first use in this function)
readline.c:1288: error: 'ECHOK' undeclared (first use in this function)
readline.c:1288: error: 'ECHONL' undeclared (first use in this function)
readline.c:1288: error: 'NOFLSH' undeclared (first use in this function)
readline.c:1293: error: invalid use of undefined type 'struct termio'
readline.c:1293: error: 'ISIG' undeclared (first use in this function)
readline.c:1294: error: invalid use of undefined type 'struct termio'
readline.c:1294: error: 'VMIN' undeclared (first use in this function)
readline.c:1295: error: invalid use of undefined type 'struct termio'
readline.c:1295: error: 'VTIME' undeclared (first use in this function)
readline.c:1300: error: 'VERASE' undeclared (first use in this function)
readline.c:1300: error: invalid use of undefined type 'struct termio'
readline.c:1301: error: 'VEOF' undeclared (first use in this function)
readline.c:1301: error: invalid use of undefined type 'struct termio'
readline.c:1302: error: 'VKILL' undeclared (first use in this function)
readline.c:1302: error: invalid use of undefined type 'struct termio'
readline.c:1332: error: 'TCSETAW' undeclared (first use in this function)
readline.c: In function 'reset_termio':
readline.c:1361: error: 'TCSETAW' undeclared (first use in this function)
make[3]: *** [readline.o] Error 1
make[3]: Leaving directory `/c/gnuplot/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/gnuplot/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/gnuplot'
make: *** [all] Error 2
xxxx@XXXX-E0A0BDAF9E /c/gnuplot
$