----- Original Message -----
From: "Ronald Lamprecht" <[EMAIL PROTECTED]>
To: "Tacvek" <[EMAIL PROTECTED]>
Cc: <enigma-devel@nongnu.org>
Sent: Wednesday, April 05, 2006 2:29 PM
Subject: Re: [Enigma-devel] Port of r99 to Lua 5.1
Hi,
Tacvek wrote:
Ok Attaches is a patch that fixes quite a few errors including some C
errors,
and some Lua (non-level) errors.
The attached patch is a "svn diff" on the "src" directory and thus
misses all patches from directories like "data". Please send a complete
patch.
Also sorry about the patches. I've been out of it a bit lately. I really
should
notice these things myself.
Thanks, the patches work and together with two additional patches from my
side (Rev. 112) the libs and levelpacks enigma_i, enigma_ii are up and
running.
Tacvek, the src/Makefile.am still has no target for processing the *.pkg
tolua++ sources. Could you please supply the target with the tolua++
switches you used.
------------------CUT------------------
[EMAIL PROTECTED]@
lua-%.cc lua-%.hh: %-lua.pkg
@echo "XXX: ${TOLUA}"
@if [ "x${TOLUA}" != "x" ]; then \
echo "Running ${TOLUA}..."; \
${TOLUA} -H lua-$*.hh -n $(notdir $*) -o lua-$*.cc $<; \
else \
echo "$<:0: Warning: Can't update lua interface - tolua not installed ";
\
fi
lua-ecl.cc lua-ecl.hh: px-lua.pkg
@echo "XXX: ${TOLUA}"
@if [ "x${TOLUA}" != "x" ]; then \
echo "Running ${TOLUA}..."; \
${TOLUA} -H lua-ecl.hh -n px -o lua-ecl.cc px-lua.pkg; \
else \
echo "$<:0: Warning: Can't update lua interface - tolua not installed ";
\
fi
------------------CUT------------------
_______________________________________________
Enigma-devel mailing list
Enigma-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/enigma-devel