lua-users home
lua-l archive

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




在 2020年11月21日,20:31,Vadim Peretokin <vperetokin@gmail.com> 写道:


I'm having an odd issue where lua.exe built with mingw-64 on Windows produces no console output at all when run. luac.exe on the other hand works fine.

You may need try another terminal that can returns correct result by _isatty() .

http://lua-users.org/lists/lua-l/2006-05/msg00268.html



This is in the context of vcpkg, and this issue could not be reproduced with msvc. More context: https://github.com/microsoft/vcpkg/issues/14667

What could be the problem?