Skip to content
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

Build Revery is presenting failure in shell.c #1052

Open
marcelsby opened this issue Mar 17, 2021 · 2 comments
Open

Build Revery is presenting failure in shell.c #1052

marcelsby opened this issue Mar 17, 2021 · 2 comments

Comments

@marcelsby
Copy link

marcelsby commented Mar 17, 2021

  • RHEL 8.3 - 4.18.0-240.15.1.el8_3.x86_64:

  • Revery Version: Trying to build commit 26e8b73

  • OCaml version: esy 0.6.8 built-in

  • Native, Bytecode, or JS build: Native

  • Steps to reproduce:

  1. Install all required dependencies: (OK)
    cmake
    ragel
    nasm
    libpng-devel
    bzip2-devel
    libX11-devel
    mesa-libGLU-devel
    harfbuzz-devel
    libXext-devel
    fontconfig-devel
    nasm
    m4
    libXrandr-devel
    libXi-devel
    libXcursor-devel
    libXinerama-devel
    libXxf86vm-devel
  2. Clone Revery repo (OK)
  3. cd into it (OK)
  4. Run esy install (OK)
  5. Run esy build (BAD)
  • Actual Result:
    Exit error log (after run esy build in / of Revery):
    issue-log.txt

  • Expected Result:
    Some Warnings and Build Successful.

  • Search terms used: Red Hat, RHEL 8, RHEL, Fedora, shell.c.

@krypton-kry
Copy link

In the revery directory do grep -r Werror and replace all results with Wno-error

@Et7f3
Copy link
Member

Et7f3 commented May 5, 2021

Can you add #include "utilities.h"in shell.c

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

No branches or pull requests

3 participants