Phil Shafer
Phil Shafer
> Thanks! IMO, the semantics should be: > > Start with a namelist that contains one element with empty name. > For each new node to be generated: > {...
Is the library (libxo.so.0) installed in /usr/local/lib? What does "ldd /usr/local/bin/xo" report? Also "ldconfig -r" may be helpful. Thanks, Phil
On Nov 18, 2019, at 12:30 AM, Resonance LLC wrote: > If I had to guess, I would think perhaps one of these asterisks is at fault here. Let me...
On Apr 7, 2022, at 10:09 AM, Jamie Landeg Jones ***@***.***> wrote: > Tested on FreeBSD 12-stable and 13.0-RELEASE: > I noticed that "ps" sets the maximum length of the...
I use the “script” line to give me information about the build so I can more easily reproduce issues. Can you change be done in a way that retains this?...
“../configure" fails, but we can’t see the “config.log” output file. Can we get a copy of that? Thanks, Phil > On Nov 29, 2020, at 2:53 PM, Jan Beich wrote:...
Awesome. I’ll pull it into the next release. Thanks, Phil > On May 12, 2019, at 3:56 AM, Li-Wen Hsu wrote: > > You can view, comment on, or merge...
On May 12, 2019, at 9:22 PM, Li-Wen Hsu wrote: > Thanks, it would be nice if we can remove the GNU-make only syntax in warnings.mk to drop gmake dependency....
Yup, there are all ignored and should be marked as such. Here’s a patch: diff --git a/xo/xo.c b/xo/xo.c index 6d45c9c..e682cbf 100644 --- a/xo/xo.c +++ b/xo/xo.c @@ -95,9 +95,10 @@ static...
Already have "comma" flag, so perhaps we should call this "numeric" since "grouping" or "thousand_sep" is mostly meaningless. This will only be triggered if there is a setting for locale.grouping...