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

ICUDIR not necessary on some platforms #25

Open
isc-woodfin opened this issue May 28, 2020 · 1 comment
Open

ICUDIR not necessary on some platforms #25

isc-woodfin opened this issue May 28, 2020 · 1 comment
Assignees

Comments

@isc-woodfin
Copy link

On some platforms (e.g. a typical Linux distribution), the default package manager will install ICU into the default include/library paths, which makes checking for ICUDIR redundant and indeed impossible to satisfy, as there's no "root" of ICU.

The root Makefile needs some basic logic to construct the ICU lib/include flags (which may both be null in the typical Linux case)

@isc-woodfin isc-woodfin self-assigned this May 28, 2020
@isc-woodfin
Copy link
Author

Alternatively we could rewrite the iKnow build to use autoconf but :-P

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