« Return to Thread: RRDtool 1.3.3 is out (font selection crash fix)

Re: RRDtool + Lua module patch

by kevin brintnall :: Rate this Message:

Reply to Author | View in Thread

On Mon, Oct 06, 2008 at 12:02:32AM -0300, Fidelis Assis wrote:
> This new patch adds support to Lua 5.0. It should apply cleanly to trunk
> rev 1578:

I can't build from the current /trunk@r1579 source due to missing file:

% ./MakeMakefile
...
configure.ac:877: required file `bindings/lua/Makefile.lua.in' not found

% ./configure --disable-lua
...
config.status: creating bindings/tcl/Makefile
config.status: creating bindings/tcl/ifOctets.tcl
config.status: error: cannot find input file: Makefile.in

> Files removed:
> ...
>  bindings/lua/Makefile.lua
> ...
> Files added:
>  bindings/lua/Makefile.lua.in

Was this patch only half applied?  I see some of the other changes
(i.e. to configure.ac), but no Makefile.lua.in.

In any case, the following patch fixes the trunk so it will build.

--
 kevin brintnall =~ /kbrint@.../

-----------------------------------------------------------------

--- a/configure.ac
+++ b/configure.ac
@@ -874,7 +874,7 @@ AC_CONFIG_FILES([bindings/Makefile])
 AC_CONFIG_FILES([bindings/tcl/Makefile])
 AC_CONFIG_FILES([bindings/tcl/ifOctets.tcl])
 AC_CONFIG_FILES([Makefile])          
-AC_CONFIG_FILES([bindings/lua/Makefile.lua])
+dnl AC_CONFIG_FILES([bindings/lua/Makefile.lua])
 
 AC_CONFIG_COMMANDS([default],[[ chmod +x examples/*.pl]],[[]])
 AC_OUTPUT

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

 « Return to Thread: RRDtool 1.3.3 is out (font selection crash fix)