We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
cmake
ragel
nasm
libpng-devel
bzip2-devel
libX11-devel
mesa-libGLU-devel
harfbuzz-devel
libXext-devel
fontconfig-devel
m4
libXrandr-devel
libXi-devel
libXcursor-devel
libXinerama-devel
libXxf86vm-devel
cd
esy install
esy build
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.
The text was updated successfully, but these errors were encountered:
In the revery directory do grep -r Werror and replace all results with Wno-error
grep -r Werror
Wno-error
Sorry, something went wrong.
Can you add #include "utilities.h"in shell.c
#include "utilities.h"
No branches or pull requests
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:
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
cd
into it (OK)esy install
(OK)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.
The text was updated successfully, but these errors were encountered: