[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: popen() on Mac OSX
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 6 Oct 2007 17:36:27 -0300
> 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.