Bug#419825: [tome] linux32 at runtime does not stop LUA errors

2008-10-21 Thread Manoj Srivastava
Hi, Thanks for bringing LUA_NUM_TYPE to my attention. I had totally missed it (never looked that far down in the makefile, unbelievably). However, I don't like special casing the architecture in the Makefile, since the number of arches with 64bit long's are more than just AMD64 (IA64

Bug#419825: [tome] linux32 at runtime does not stop LUA errors

2008-10-16 Thread Daniel White
Package: tome Version: 2.3.5-2 Tags: patch This workaround definitely does not work for me. The problem seems to stem from compile time issues, not runtime. Adding -DLUA_NUM_TYPE=int to DEFINES in makefile.std make the errors go away. There is an example variation in makefile.std that shows