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 install stfl issue #4565

Open
raphael10-collab opened this issue Jul 4, 2024 · 3 comments
Open

xrepo install stfl issue #4565

raphael10-collab opened this issue Jul 4, 2024 · 3 comments
Labels

Comments

@raphael10-collab
Copy link

raphael10-collab commented Jul 4, 2024

Xmake Version

2.9.3

Operating System Version and Architecture

Ubuntu 23.10

Describe Bug

raphy@raohy:~$ xrepo search stfl
The package names:
raphy@raohy:~$ xrepo install stfl
error: package(stfl) not found!
error: execv(/home/raphy/.local/bin/xmake require -j 10 --extra={system=false} stfl) failed(255)

Expected Behavior

plain installation of stfl

Project Configuration

raphy@raohy:~$ cat xmake.lua 
set_languages("c99", "c++20")
add_rules("mode.debug", "mode.release")

--add_requires("cosmocc")

add_syslinks("pthread")

add_requires(
    "cosmocc",
    "wxWidgets",
    "curl",
    "leptonica",
    "tesseract",
    "PDFHummus::PDFWriter",
    --"Threads",
    "OpenSSL::SSL",
    "nng",
    "json-c",
    "sqlite3",
    "stfl",
    "xml2",
    "icui18n",
    "icuuc"
)

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

If xrepo doesn't package the library, you can provide the library link and new a feature request issue.

@raphael10-collab
Copy link
Author

Library Link : https://github.com/newsboat/stfl

@waruqi
Copy link
Member

waruqi commented Jul 5, 2024

you can open a pr to add new package.

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

3 participants