enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Enigma-devel] Port of r99 to Lua 5.1


From: Tacvek
Subject: Re: [Enigma-devel] Port of r99 to Lua 5.1
Date: Fri, 7 Apr 2006 12:11:03 -0400


----- Original Message ----- From: "Ronald Lamprecht" <address@hidden>
To: "Tacvek" <address@hidden>
Cc: <address@hidden>
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------------------
address@hidden@
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------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]