|
From: Hans-Bernhard B. <HBB...@t-...> - 2017-02-19 15:35:43
|
Am 18.02.2017 um 23:47 schrieb Denis Davydov: [...] > In file included from /Users/davydden/spack/opt/spack/darwin-sierra-x86_64/clang-8.0.0-apple/ncurses-6.0-f5ft4ie4brbq44gkyjhr7r42xnfjkhgt/include/term.h:86: > In file included from /usr/include/termios.h:27: > /usr/include/sys/termios.h:263:1: error: expected expression > typedef unsigned long tcflag_t; > ^ > 1 error generated. [...] > p.p.s. I have a feeling that I came across a similar problem in the past and it was related to some issues in Apple’s system headers. Well, for what it's worth, the above _is_ an issue in Apple's system header termios.h, or maybe in your locally built edition of ncurses. The clue will most likely be in the last active line above the one cited by the error message. I recommend adding "-save-temps" into the CFLAGS and looking at the resulting *.i file for further clues. |