Tencent / TscanCode

A static code analyzer for C++, C#, Lua
Other
2.01k stars 591 forks source link

No output when running tscancode samples/lua and csharp on Linux #14

Open CapsAdmin opened 6 years ago

CapsAdmin commented 6 years ago
git clone https://github.com/Tencent/TscanCode
cd TscanCode/trunk/
make
./tscancode ../samples/lua/

No output.

But ./tscancode ../samples/cpp/ works.

Same behavior when testing with Wine on TscanCode.exe.

quarkzou commented 6 years ago

Sorry about the inconvenience, TscanCode for C# & Lua is under internal review process, TscanCode/trunk/ is only for C/C++ now. You can check your lua or C# codes by installing TscanCodeV1.10.1027.windows.exe

CapsAdmin commented 6 years ago

Is there a specific commit I can go back to in this repository? I'd rather compile from source for Linux.

quarkzou commented 6 years ago

If you'd like to check your LUA/C# codes, the Linux compiled version can be uploaded first. Is it OK?

turbo commented 6 years ago

If you'd like to check your LUA/C# codes, the Linux compiled version can be uploaded first. Is it OK?

What's the status on the review process? I'd like to check Lua under linux.