Skip to content

Fix lnav-0.8.0 compilation. #20685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

vdemeester
Copy link
Member

Motivation for this change

Doing a nix-env -i lnav on current master fails:

command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or directory
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

This fixes by using pcre-cpp instead of pcre.

Signed-off-by: Vincent Demeester vincent@sbr.pm

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
bagder Daniel Stenberg
nix-env -i lnav currently result of a failure:

    command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or
    directory

This fixes by using pcre-cpp instead of pcre.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
@mention-bot
Copy link

@vdemeester, thanks for your PR! By analyzing the history of the files in this pull request, we identified @dochang to be a potential reviewer.

@grahamc
Copy link
Member

grahamc commented Nov 28, 2016

Merged in 41ed3a8, thank you!

@grahamc grahamc closed this Nov 28, 2016
@vdemeester vdemeester deleted the fix-lnav-compilation branch November 28, 2016 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants