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

ERROR:makewisdom.c:4:10: fatal error: meminfo.h: No such file or directory #188

Open
mabaisen opened this issue Jul 29, 2023 · 1 comment

Comments

@mabaisen
Copy link

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!

@scottransom
Copy link
Owner

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.

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

2 participants