lua-users home
lua-l archive

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


> The user said they tried to build turning on the popen() support in config.h.
> Is this what you are referring to?

Yes. Though I mean config in the top-level Lua directory. There is no
config.h. config is included by Makefile.

> They said it failed to build when they changed config.h.

Perhaps they have changed something else in config. Turning on popen
in config with
	POPEN= -DUSE_POPEN=1
works just fine.