|
From: Mojca M. <moj...@gm...> - 2011-02-14 16:23:30
|
On Mon, Feb 14, 2011 at 17:15, Ethan Merritt <merritt@u.washington.edu> wrote: > On Monday, February 14, 2011, Mojca Miklavec wrote: >> Dear list, >> >> if I remove MacPorts from PATH (I had to do it since I have serious >> problems with AquaTerm), building fails with: >> >> plot.c:110:30: error: readline/tilde.h: No such file or directory >> make[3]: *** [plot.o] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> I indeed have no tilde.h except in /opt/local/include/readline/tilde.h >> (and in some TeX-related sources). > > The configure script explicitly tests for the presence of support for > tilde expansion in the local readline. Did you re-run ./configure > after changing your PATH? Yes, I did. I tried that again. I did "make clean; ./configure --disable-wxwidgets; make". >From config.log: configure:8168: checking readline/tilde.h usability configure:8168: gcc -c -g -O2 -ObjC conftest.c >&5 conftest.c:133:28: error: readline/tilde.h: No such file or directory configure:8168: $? = 1 Mojca |