|
From: Mojca M. <moj...@gm...> - 2011-02-14 09:31:45
|
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). I configured gnuplot with
./configure --disable-wxwidgets --without-latex --without-tutorial
Adding --with-readline=bsd solved compilation, but this should somehow
be solved automatically ...
(I'm testing with version 2011-01-10. If something has changed with
respect to readline after that date, I do apologise. I'll try to test
with the latest version again.)
Mojca
(I will try to solve the problem with AquaTerm with Per Persson.
Something is broken both with in AquaTerm and in gnuplot, but I need
to figure out what can be done on the AquaTerm-side first.)
|