lua-users home
lua-l archive

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



Hi all,
current version of luaconf.h says that:

#if defined(LUA_USE_POPEN)
 ...
#elif defined(LUA_WIN)
 ...

The problem is that i'm under windows but the compiler i'm using do not have popen. Can this be changed so that I can completely remove the popen-associated code from lua?
Thanks in advance,
Todor