Hello
Your information is not enough to comment on the post.
Can you search 'lua' in config.log and show the description around there?
In my cygwin build, it is
************
configure:10184: checking for LUA
configure:10192: $PKG_CONFIG --exists --print-errors "lua"
configure:10195: $? = 0
configure:10210: $PKG_CONFIG --exists --print-errors "lua"
configure:10213: $? = 0
configure:10251: result: yes
configure:10330: checking lua.h usability
configure:10330: gcc -shared-libgcc -c -O3 -fomit-frame-pointer -I/usr/local/include conftest.c >&5
configure:10330: $? = 0
configure:10330: result: yes
configure:10330: checking lua.h presence
configure:10330: gcc -shared-libgcc -E -I/usr/local/include conftest.c
configure:10330: $? = 0
configure:10330: result: yes
configure:10330: checking for lua.h
configure:10330: result: yes
************
Regards
Tatsuro
--- On Fri, 2011/7/22, Hongyi Zhao wrote:
> 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
>
> ------------------------------------------------------------------------------
> 10 Tips for Better Web Security
> Learn 10 ways to better secure your business today. Topics covered include:
> Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
> security Microsoft Exchange, secure Instant Messaging, and much more.
> http://www.accelacomm.com/jaw/sfnl/114/51426210/
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|