You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using conda to build and install xbasic. However when I build with ./configure --prefix=/path/to/conda, make fails to recognize this and will error out because it can't find the readline headers:
do_gets.c:22:10: fatal error: readline/readline.h: No such file or directory
#include <readline/readline.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I am using conda to build and install xbasic. However when I build with
./configure --prefix=/path/to/conda, make fails to recognize this and will error out because it can't find the readline headers:The issue where this occurs is at conda-forge/staged-recipes#8509