kevin brintnall escreveu: > 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 /[EMAIL PROTECTED] 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.
Sorry, I don't know what happened... the patch was supposed to remove Makefile.lua and add Makefile.lua.in. The line you commented out is necessary though, although it doesn't make sense when Lua is not enabled - the same is valid for tcl files as well. I'll check if it can be moved inside the if where enable_lua == yes. -- Fidelis Assis _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
