[En-Nut-Discussion] nutcomponent.c:140:17: lua.h: No such file or directory in Ethernut 3.9.7

Harald Kipp harald.kipp at egnite.de
Sun Jun 12 11:05:31 CEST 2005


Jean-Marc,

Obviously you used a Debian package. I'd recommend to remove this
and install from the original source archive

lua-5.0.2.tar.gz from http://www.lua.org/

Looks like we are all autotool dilettantes around here, at least
I am.

Harald

>so it seems that ./configure don't detect lua50 package (?????).
>I am not expert about autoconf, but the following patch is ok.
>
>file ethernut-v3.9.7/tools/nutconf/Makefile
>------ before patch -----
>DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
>-------------------------
>
>------ after patch -----
>DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
>DEFAULT_INCLUDES += -I/usr/include/lua50/
>------- end patch -----




More information about the En-Nut-Discussion mailing list