Matthew Horsfall (alh)

Results 36 comments of Matthew Horsfall (alh)

Please merge this! (or something like it!) My problem: ```` /buffer d completes to '/buffer dom' which is a private message to dom. ```` However if I hit enter, I'm...

For your first question, Devel::PatchPerl might help. After you've installed it, run `patchperl` in the perl source tree, it'll guess the version and apply patches, then you can try configure...

> So my **first** question would be: **Why I have lost the ability to build perl-5.30 with a more recent version of `gcc`?** Looks like prior to this commit: https://github.com/perl/Perl5/commit/9f4e6307232229875331a55e44e1245b0b91e219...

If you're trying to bisect "when did compiling perl fail", then based on the documentation I think you want `--test-build`

One downside to this is you can no longer edit a file, then do `make -j 8 install`. Instead you need `make -C /usr/cyrus/build -j 8 install`. I think this...

I think my biggest concern is this means a non-vpath build is no longer exercised - isn't that important? I think I'd prefer `--vpath` as an option to cyd build...