Hello, when I was compiling on Ubuntu, in order to simplify the process of extracting and compiling the source code, I used lua51-luaplus. However, when compiling, I encountered an error message stating that the lua_integer was defined repeatedly. But when I checked the source code, I found that both the long and int types had already been defined. I feel a bit uneasy about directly annotating and releasing them. How should I handle it better? The problem is shown in the picture
