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
I'm trying to install presto on ubuntu20.04 and encounter ERROR: gcc -I/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I -g -Wall -W -fPIC -O3 -ffast-math -DUSEMMAP -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_FFTW_MALLOC -Wno-unused-result -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -fdiagnostics-color=auto -fopenmp -Wl,-rpath,/lib -o makewisdom makewisdom.c -lfftw3f makewisdom.c:4:10: fatal error: meminfo.h: No such file or directory 4 | #include "meminfo.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:171: makewisdom] Error 1
How can i solve this problem. Thanks!
The text was updated successfully, but these errors were encountered:
Looks like you might not have the PRESTO environment variable set. That points the compiler to the needed header files. See INSTALL.md for details.
Sorry, something went wrong.
No branches or pull requests
I'm trying to install presto on ubuntu20.04 and encounter ERROR:
gcc -I/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I -g -Wall -W -fPIC -O3 -ffast-math -DUSEMMAP -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_FFTW_MALLOC -Wno-unused-result -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -fdiagnostics-color=auto -fopenmp -Wl,-rpath,/lib -o makewisdom makewisdom.c -lfftw3f
makewisdom.c:4:10: fatal error: meminfo.h: No such file or directory
4 | #include "meminfo.h"
| ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:171: makewisdom] Error 1
How can i solve this problem. Thanks!
The text was updated successfully, but these errors were encountered: