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

xrepo search libicui18n : no output #4633

Closed
raphael10-collab opened this issue Jul 12, 2024 · 2 comments
Closed

xrepo search libicui18n : no output #4633

raphael10-collab opened this issue Jul 12, 2024 · 2 comments
Labels

Comments

@raphael10-collab
Copy link

Xmake Version

2.9.3

Operating System Version and Architecture

Ubuntu 23.10

Describe Bug

raphy@raohy:~$ xrepo search libicui18n
The package names:
raphy@raohy:~$ xrepo search icui18n
The package names:
raphy@raohy:~$ xrepo search licui18n
The package names:
raphy@raohy:~$ xrepo search *icui18n
The package names:

Expected Behavior

Being able to install the package

Project Configuration

set_languages("c99", "c++20")
add_rules("mode.debug", "mode.release")

add_requires("cosmocc")

add_syslinks("pthread")

add_requires(
    "tbox 1.6.*",
    "libtask",
    "libpng ~1.6",
    "cosmocc",
    "libwxWidgets",
    "curl",
    "leptonica",
    "tesseract",
    "PDFHummus::PDFWriter",
    "OpenSSL::SSL",
    "nng",
    "json-c",
    "sqlite3",
    --"stfl",
    --"libxml2",
    "icui18n",
    "icuuc",
    "libpdfio"
)

target("isdigits")
    set_kind("binary")
    --add_files("/home/raphy/isdigits/src/*.cpp")
    add_files("/home/raphy/Grasp/src/*.cpp")

    set_toolchains("@cosmocc")

on_install(function (package)
     -- TODO
end)

Additional Information and Error Logs

None

@star-hengxing
Copy link
Contributor

Please use icu4c

@raphael10-collab
Copy link
Author

raphy@raohy:~$ xrepo search icu4c
The package names:
    icu4c: 
      -> icu4c-75.1: C/C++ libraries for Unicode and globalization. (in xmake-repo)
raphy@raohy:~$ 
raphy@raohy:~$ xrepo install icu4c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants