guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help installing guile-ncurses


From: paul wisehart
Subject: Help installing guile-ncurses
Date: Sun, 05 Feb 2023 18:44:28 -0500
User-agent: Cyrus-JMAP/3.9.0-alpha0-107-g82c3c54364-fm-20230131.002-g82c3c543

Hi!,

I am pretty new to guile, I am trying to install guile-ncurses.

I'm on OpenBSD 7.2

I have installed the guile3 package.
That's the only guile OS package I see.

I was able to install guile-json locally, so I am trying to install 
guile-ncurses
similarly.

I installed automake and set:
export AUTOCONF_VERSION=2.69
export AUTOMAKE_VERSION=1.16
(this was also needed to install guile-json)

I installed libunistring and libtool to get past configure errors.

Now I can configure and make successfully with:
./configure --prefix=/home/wise/guile CC=clang CFLAGS='-I/usr/local/include' 
LDFLAGS='-L/usr/local/lib'

This is successful.
Now I run make.  

It errors out the first time saying it can't find libguile-ncurses.so
so i:
cd src/ncurses/.libs/ 
ln -s libguile-ncurses.so.12.1 libguile-ncurses.so

now make succeeds.

Now i run make install, and it errors with:
mkdir: /usr/local/share/guile/site/3.0/ncurses: Permission denied

See in my configure I set the prefix ?
This worked for json, which installed into $HOME/guile/...
(And i've used it succesfully in guile code)

Any ideas ?

Happy to give more info or try things and report back.

Thanks!

--
Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]