From: Jacek S. <arn...@gm...> - 2007-12-06 21:54:25
|
> i am not the author but i changed the name of some functions in the libary because i got > "redefined" compiler error in all.c. these functions where already defined in the string libary of lua. > i used replace of an editor and replaced also the name of the lua functions "match" and "gmatch" in the table "unicode" which is not necessary, that was the mistake. Well, the correct solution would be to compile it separately from all.c without any modifications to the files...it would require playing some with the sconstruct to get it to build correctly, but the end result will be neater...besides, changing the library would surprise other lua coders if the functions weren't named the same... /J |