Difficulty Installing on Fedora #3154
Replies: 2 comments 1 reply
-
|
Look in the |
Beta Was this translation helpful? Give feedback.
-
|
Okay, it looks like a another guile issue, specifically from guile-ltdl. From the config.log: configure:32102: result: no |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First issue, which is technically with libctl, but is solvable, is the version of guile installed with dnf installs as guile3.0, which
autoconfigseemingly can't recognize except withexport GUILE=/path/to/guile3.0, which in my case wasexport GUILE=/usr/bin/guile3.0.The issue specific to MEEP is that it is seemingly impossible to get
autoconfigto recognize libctl's location. To the degree I go the following build output:checking how to activate readline in Guile... cannotchecking for libctl dir... /usr/local/share/libctlchecking for gen-ctl-io... gen-ctl-iochecking for ctl_get_vector3 in -lctl... noconfigure: error: Couldn't find the required libctl library.Any idea what is going on? Worth noting, on Fedora, the conda install seems to work, but I'd prefer to either build from source or install via pip rather than conda.
Beta Was this translation helpful? Give feedback.
All reactions