[rrd-developers] RRDtool + Lua module patch

kevin brintnall kbrint at rufus.net
Mon Oct 6 21:07:42 CEST 2008


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 at 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 at rufus.net/

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

--- 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



More information about the rrd-developers mailing list