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
This may just be an autotools problem or a lack of knowledge thereof. I went through the following steps:
I cloned the repo and went through the build process. Sylvan was not yet installed.
I Installed Sylvan in its default location (usr/loca/lib/)
I reran ./configure but it could still not find Sylvan.
At this point I assumed the problem was somehow in the process of installing Sylvan. It turns out, that I should have cleaned up any prior mess by autotools. What fixed it was to run the following set of commands
and then I could run succesfully the following commands to build everything
./configure --enable-dependency-tracking --prefix /path/ PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/" --enable-pkgconf-static
sudo make
A note on this should probably be placed in the README.
The text was updated successfully, but these errors were encountered:
SSoelvsten
changed the title
First build process before installing Sylvan blocks Configure from finding it later
Building LTSmin before installing Sylvan blocks ./configure from finding Sylvan afterwards
Oct 9, 2021
This may just be an autotools problem or a lack of knowledge thereof. I went through the following steps:
At this point I assumed the problem was somehow in the process of installing Sylvan. It turns out, that I should have cleaned up any prior mess by autotools. What fixed it was to run the following set of commands
and then I could run succesfully the following commands to build everything
A note on this should probably be placed in the README.
The text was updated successfully, but these errors were encountered: