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

use distro-provided icecc #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timblechmann
Copy link

with xcode14/swift5.7 icecc doesn't want to build from sources:

checking for lzo1x_1_compress in -llzo2... no
configure: error: Could not find lzo2 library - please install lzo-devel

despite liblzo2-dev being installed, it is not detected. however it seems to be possible to use vanilla icecc these days

with xcode14/swift5.7 icecc doesn't want to build from sources:
```
checking for lzo1x_1_compress in -llzo2... no
configure: error: Could not find lzo2 library - please install lzo-devel
```

despite liblzo2-dev being installed, it is not detected. however it seems
to be possible to use vanilla icecc these days
./autogen.sh && \
./configure --with-libcap-ng=no --without-man && \
make && \
make install
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had there been an issue with distro-installed icecc in the past?

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

Successfully merging this pull request may close these issues.

1 participant