Giter Site home page Giter Site logo

make error about starfetch HOT 8 CLOSED

haruno19 avatar haruno19 commented on June 18, 2024
make error

from starfetch.

Comments (8)

cescha2018 avatar cescha2018 commented on June 18, 2024 4

hi guys, thank you so much, now it works nicely!!

Yes,it was missing those packages and upgrade gcc. I like this app!! 👍🏼

from starfetch.

Haruno19 avatar Haruno19 commented on June 18, 2024 2

I'm not getting this error, either in Linux or Windows.

Me neither, and OP never replied... I'll keep the issue open just in case they reply in the future, or maybe someone else gets the same error

from starfetch.

Haruno19 avatar Haruno19 commented on June 18, 2024 2

Nice! Glad to hear it works now, and thanks for liking it :)

Thanks @su8 for the help, as always

from starfetch.

su8 avatar su8 commented on June 18, 2024 1

I'm not getting this error, either in Linux or Windows.

from starfetch.

su8 avatar su8 commented on June 18, 2024 1

Reinstall coreutils, glibc. Coreutils for cmod and glibc for the #include headers.

from starfetch.

Haruno19 avatar Haruno19 commented on June 18, 2024

@cescha2018 I opened an issue from your discussion thread.

I can't replicate this issue, it works for me.
Can you please share the content of the starfetch folder after cloning the repo? Specifically what's inside the starfecth/src folder.

src/starfetch.cpp:9:10: fatal error: filesystem: No existe el archivo o el directorio
#include 
^~~~~~~~~~~~

It looks like it can't find the include directory or files.

Also, it may be useful if you share the output of g++ --version

from starfetch.

cescha2018 avatar cescha2018 commented on June 18, 2024

hi everyone, I'm sorry for answering until now, this is what I got on console:

❯ cd starfetch
❯ make
g++ -Wall -Wextra -O2 -ggdb -std=c++17 -pipe -pedantic -Wundef -Wshadow -W -Wwrite-strings -Wcast-align -Wstrict-overflow=5 -Wconversion -Wpointer-arith -Wformat=2 -Wsign-compare -Wendif-labels -Wredundant-decls -Winit-self src/starfetch.cpp -o starfetch
src/starfetch.cpp:10:10: fatal error: filesystem: No existe el archivo o el directorio
#include
^~~~~~~~~~~~
compilation terminated.
makefile:10: fallo en las instrucciones para el objetivo 'starfetch'
make: *** [starfetch] Error 1

and this too...

❯ sudo make install
rm -rf /usr/local/share/starfetch
mkdir -p /usr/local/share/starfetch
cp -rf ./res/* /usr/local/share/starfetch/
chmod 711 starfetch
chmod: no se puede acceder a 'starfetch': No existe el archivo o el directorio
makefile:13: fallo en las instrucciones para el objetivo 'install'
make: *** [install] Error 1

from starfetch.

su8 avatar su8 commented on June 18, 2024

You'll also need GCC version 8 and above.

from starfetch.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.