From: Cottrell, A. <cot...@wf...> - 2018-05-05 14:22:22
|
On Sat, May 5, 2018 at 5:41 AM, Tatsuro MATSUOKA <tma...@ya...> wrote: > I cannot build the source of 5.2.3 (that could be build on testing). > > gcc -c -I/c/Programs/gplibs64_gcc710/include -D_FILE_OFFSET_BITS=64 -DDEFAULTTERM=\"wxt\" -m64 -O2 -pipe -DUNICODE -D_UNICODE -Wno-unused-function -I. -I../../src -I../../term/ -D_Windows -DHAVE_CONFIG_H -DPIPES -DWGP_CONSOLE -D__USE_MINGW_ANSI_STDIO=1 -DGNUPLOT_SHARE_DIR=\"share\" -DUSE_MOUSE=1 -DWIN_IPC -I/c/Program\ Files\ \(x86\)/HTML\ Help\ Workshop/include -DHAVE_LIBGD -DHAVE_LIBPNG -DHAVE_LIBGD -DHAVE_GD_H -DHAVE_GD_GIF -DGIF_ANIMATION -DHAVE_GD_PNG -I/c/Programs/gplibs64_gcc710/include -DHAVE_GD_JPEG -DHAVE_GD_TTF -DHAVE_CAIROPDF -DWXWIDGETS -DHAVE_ICONV -DHAVE_LIBCERF -DNEED_CEXP -DREADLINE -MMD -MT 'eval.$(O)' -MF eval.d -o eval.co ../../src/eval.c > In file included from ../../src/eval.h:43:0, > from ../../src/eval.c:41: > ../../src/gp_types.h:188:5: error: unknown type name 'coordval' > coordval x, y, z; > ^~~~~~~~ > ../../src/gp_types.h:189:5: error: unknown type name 'coordval' > coordval ylow, yhigh; /* ignored in 3d */ > ^~~~~~~~ > many errors I'm not seeing this problem, cross-building gnuplot 5.2.3 with mingw64 on Linux. And it seems surprising: gp_types.h includes syscfg.h at the top, and syscfg.h contains, unconditionally, typedef double coordval; Allin Cottrell |