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

Build windows against icu #172

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

h-vetinari
Copy link
Member

Trying to make the build more uniform, see #168, following instructions from upstream (doesn't appear to have the same b2-interface like the other libs).

Plus some minor clean-ups (which I avoided for unification to keep the diff minimal).

Closes #168

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@h-vetinari
Copy link
Member Author

This seems to be running into something vaguely similar to bfgroup/b2#189, as we're getting:


    - has_icu builds           : no [2]
    - iconv (libc)             : no [2]
    - iconv (separate)         : yes [2]
    - icu                      : no [2]

@h-vetinari
Copy link
Member Author

Still nada:

    - icu                      : no [2]
    - iconv (libc)             : no [2]
    - iconv (separate)         : yes [2]

@sdebionne
Copy link
Contributor

Maybe it is worth to try to set ICU_PATH to %LIBRARY_PREFIX% ?

recipe/bld.bat Outdated
boost.locale.icu=on ^
boost.locale.std=on ^
boost.locale.winapi=on ^
-s ICU_PATH=%LIBRARY_PREFIX% ^
Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe it is worth to try to set ICU_PATH to %LIBRARY_PREFIX% ?

already done

@h-vetinari
Copy link
Member Author

No change.

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.

Why no ICU on windows?
2 participants