|
From: Ethan M. <merritt@u.washington.edu> - 2011-02-14 16:15:27
|
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? |