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

Not work on Windows #290

Open
milen-prg opened this issue May 15, 2023 · 1 comment
Open

Not work on Windows #290

milen-prg opened this issue May 15, 2023 · 1 comment
Labels
bug windows An issue, task, or discussion related to Windows

Comments

@milen-prg
Copy link

I try to use clib on Windows 10 Pro 64bit.

In a folder i try:

  1. clib-init
    which creates clib.json:
    { "name": "p1", "version": "0.1.0" }
    and empty folder deps.

After that I try:
2. clib-search cmathl
with reply:
ScientificC/cmathl url: https://github.com/ScientificC/cmathl desc: A pure-C math library with a great variety of mathematical functions. Seeks to be close to C89/C90 compliant for portability.

At least I try to install this library in my project p1:

  1. clib-install ScientificC/cmathl
    BUT:
    ` warning : missing repo in clib.json or package.json file for p1
    fetch : ScientificC/cmathl:clib.json
    tar: Error opening archive: Failed to open '\.\tape0'

gzip: stdout: Broken pipe`

Is there some problem with the cmathl clib package in your packages repository?

@diasbruno
Copy link
Member

On windows, I had to install gzip (choco install gzip).
But it did not install the packages.

Screenshot 2024-06-28 142550

@diasbruno diasbruno added bug windows An issue, task, or discussion related to Windows labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug windows An issue, task, or discussion related to Windows
Projects
None yet
Development

No branches or pull requests

2 participants