|
From: Hongyi Z. <hon...@gm...> - 2011-07-22 13:08:06
|
Hi all,
I use the following commands to build the cvs version of gnuplot:
werner@debian:~/gnuplot$ export
CVSROOT=:pserver:ano...@gn...:/cvsroot/gnuplot
werner@debian:~/gnuplot$ cvs login
werner@debian:~/gnuplot$ cvs -z3 checkout gnuplot
werner@debian:~/gnuplot$ cd gnuplot/
werner@debian:~/gnuplot$ ./prepare
werner@debian:~/gnuplot$ ./configure --prefix=/usr --with-readline=gnu
werner@debian:~/gnuplot$ sudo make install
At this step, I meet the following errors:
--------
In file included from term.h:435:0,
from term.c:1383:
../term/lua.trm:109:17: fatal error: lua.h: No such file or directory
compilation terminated.
make[2]: *** [term.o] Error 1
make[2]: Leaving directory `/home/werner/gnuplot/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/werner/gnuplot/src'
make: *** [install-recursive] Error 1
-------------
Any hints?
--
Hongyi Zhao <hon...@gm...>
Institute of Semiconductors, Chinese Academy of Sciences
GnuPG DSA: 0xD108493
|