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

Building LTSmin before installing Sylvan blocks ./configure from finding Sylvan afterwards #197

Open
SSoelvsten opened this issue Oct 9, 2021 · 0 comments

Comments

@SSoelvsten
Copy link
Contributor

SSoelvsten commented Oct 9, 2021

This may just be an autotools problem or a lack of knowledge thereof. I went through the following steps:

  1. I cloned the repo and went through the build process. Sylvan was not yet installed.
  2. I Installed Sylvan in its default location (usr/loca/lib/)
  3. 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

libtoolize --force
aclocal
autoheader && autoconf && automake --add-missing

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.

@SSoelvsten 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
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

1 participant